Commit Graph

10792 Commits

Author SHA1 Message Date
Megan Marsh d4767845f0 fix tests 2018-10-16 15:01:13 -07:00
Megan Marsh 7c3f0aa3b2 make sure region validation catches authentication errors 2018-10-16 14:17:30 -07:00
Adrien Delorme ce30ed9444
Merge pull request #6855 from jmcgeheeiv/patch-1
Correct the Vagrant Cloud box URL in the example
2018-10-16 18:11:00 +02:00
Adrien Delorme 045a1c46db
doc shortfy back vagrantcloud url 2018-10-16 18:10:22 +02:00
Adrien Delorme d8345a5bde
Merge pull request #6848 from mayn/issue-6831
builder/googlecompute: validate startup_script_file exists
2018-10-16 17:39:36 +02:00
John McGehee a9f35f74b3
Correct the Vagrant Cloud box URL in the example
I updated the URL, but I actually don't think that the URL adds much value to the documentation.
Perhaps just remove the URL, so the item would read simply:

-   `box_tag` (string) - The shorthand tag for your box that maps to Vagrant
    Cloud, for example `hashicorp/precise64`.
​
2018-10-15 18:39:05 -07:00
Matthew Aynalem 28eff7303e builder/googlecompute: validate startup_script_file exists 2018-10-15 16:09:33 -07:00
Megan Marsh 4357714a29
Merge pull request #6851 from hashicorp/pb_rc
[WIP] progress bar race conditions
2018-10-15 11:33:13 -07:00
Megan Marsh 6a28da4fb3
Merge pull request #6849 from rickard-von-essen/fix-6717
WIP: amazon: Update aws-sdk-go to v1.15.54
2018-10-15 09:37:29 -07:00
Adrien Delorme 25775cd266 fix more race conditions 2018-10-15 16:31:59 +02:00
Adrien Delorme 27f4b9e4a1 pb/testing: triger more race condition by having the progress bar refresh more often 2018-10-15 15:28:46 +02:00
Adrien Delorme 4cae413a29 remove unedded atomic call ( protected by a lock ) 2018-10-15 15:28:08 +02:00
Adrien Delorme 56ccba86c7 fix some race conditions 2018-10-15 13:53:59 +02:00
Adrien Delorme cf2c309c5e add race conditions triggers for progress bar 2018-10-15 13:53:51 +02:00
Rickard von Essen 096651e8b5 amazon: Update aws-sdk-go to v1.15.54
This adds support for credential_source, see https://github.com/aws/aws-sdk-go/pull/2201
Closes #6717
2018-10-15 11:48:51 +02:00
Megan Marsh a26106055c
Merge pull request #6788 from hashicorp/bar_add_lock
BasicProgresssBar: protect add/NewProxyReader with a lock
2018-10-12 13:51:17 -07:00
Megan Marsh cee0b814fc
Merge pull request #6817 from hashicorp/fix_6761
provide useful powershell error
2018-10-12 11:14:24 -07:00
Megan Marsh edea48ab83
Merge pull request #6838 from hashicorp/6828
6828
2018-10-12 11:08:48 -07:00
Megan Marsh 1d1729a5ff fix powershell tests to use new command 2018-10-12 09:54:27 -07:00
Megan Marsh a81d18cdab explicitly use set-variable to work around a bug some users saw where the command invocation would vail 2018-10-12 09:15:12 -07:00
Adrien Delorme 957fac2c6a
Merge pull request #6840 from vkatsikaros/patch-2
Fix minor documentation typo in chef-client.html.md
2018-10-12 15:42:24 +02:00
vkatsikaros caccbdc712
Fix minor typo in chef-client.html.md 2018-10-12 15:43:38 +03:00
Adrien Delorme 89150dee93
Merge pull request #6832 from jsoref/packer-help
Try to make help more consistent
2018-10-11 11:12:30 +02:00
Josh Soref 66738ccaf4 Try to make help more consistent
Also try to synchronize the completion script
2018-10-10 21:34:35 -04:00
Megan Marsh cdc6c57b31
Merge pull request #6822 from hashicorp/fix_6774
Fix 6774
2018-10-10 13:25:58 -07:00
Megan Marsh a41d97dd51
Merge pull request #6829 from jsoref/grammar
Grammar
2018-10-10 11:47:43 -07:00
Josh Soref 11075235ae
Grammar: anyway 2018-10-10 14:40:08 -04:00
Megan Marsh f5af2afc06
Merge pull request #6818 from hashicorp/fix_6732
default wait time for amazon import to one hour.
2018-10-10 11:27:34 -07:00
Josh Soref 02ee369f43
Trying to make Grammarly happy 2018-10-10 14:19:21 -04:00
Josh Soref 84d343bf7e
filepath isn't a word 2018-10-10 14:18:06 -04:00
Josh Soref 8808be339f
Grammar fixes for googlecompute.html.md
Most of these were suggested by app.grammarly.com
2018-10-10 14:16:13 -04:00
Megan Marsh bae7f0a787
Merge pull request #6820 from hashicorp/fix_6664
add docs about default shell to execute_command call
2018-10-10 10:26:02 -07:00
Megan Marsh f331327f24
Merge pull request #6823 from hashicorp/fix_6794
fix datastore path that contains spaces
2018-10-10 10:06:15 -07:00
Megan Marsh 53bce398bb add Managed Image test to azure artifact 2018-10-10 10:04:19 -07:00
Megan Marsh 5dc4ff95da fix azure artifact so it works with managed images as well as VHDs 2018-10-10 10:04:11 -07:00
Christopher Boumenot 520dea23fd
Merge pull request #6798 from mbearup/mb-sharedgallery
Consume images from Azure Shared Image Gallery
2018-10-10 09:53:18 -07:00
mbearup de8d30d77c Update tests for Azure Shared Image Gallery 2018-10-10 09:20:34 -07:00
Megan Marsh 24cc810845
Merge pull request #6824 from grubernaut/fix-6796
Use Sprint() instead of Sprintf() in log dedupe
2018-10-10 08:37:59 -07:00
Jake Champlin 849914b756 Use Sprint() instead of Sprintf() in log dedupe
Uses `fmt.Sprint()` instead of `fmt.Sprintf()` for log deduplication.

Fixes: #6796
2018-10-09 22:43:54 -04:00
mbearup c7180413b0 Fix tests for Shared Image Gallery 2018-10-09 16:38:50 -07:00
Megan Marsh e5e75df033 fix datastore path that contains spaces 2018-10-09 16:36:55 -07:00
mbearup a3a2a9e970 Fix issue with composite literal in test 2018-10-09 15:35:09 -07:00
mbearup 335feaf89c Convert shared_image_gallery options to a struct
Updates tests and documentation for shared_image_gallery
2018-10-09 13:56:49 -07:00
Megan Marsh 7698f7a4a6 update docs 2018-10-09 13:40:08 -07:00
Megan Marsh a564b6c62a add docs about default shell to execute_command call 2018-10-09 13:34:26 -07:00
Megan Marsh 895e7fe111
Merge pull request #6812 from hashicorp/remove_unused_processPrivateKeyFile
removed unused processPrivateKeyFile func & tests
2018-10-09 13:14:11 -07:00
Megan Marsh 02bfac118f default wait time for amazon import to one hour. 2018-10-09 13:08:42 -07:00
Megan Marsh f494d87dc5
Merge pull request #6747 from hashicorp/fix_6743
abort if image import fails
2018-10-09 12:56:28 -07:00
Megan Marsh 847a3b0061 provide useful powershell error 2018-10-09 12:13:07 -07:00
Adrien Delorme b2e2d3b008 removed unused processPrivateKeyFile func & tests 2018-10-09 11:56:43 +02:00