Commit Graph

12305 Commits

Author SHA1 Message Date
Adrien Delorme 5a0b5e3944 Makefile: don't run fmt-check in test/testrace
* this is now run on a different circle ci track
2019-05-27 15:42:58 +02:00
Adrien Delorme deb2212e9e Makefile: use `go fmt`
fmt-check no runs go fmt and then a git diff; this should also fail on line ending diffs
2019-05-27 15:37:03 +02:00
Adrien Delorme 768736425e Makefile: remove unused golang.org/x/tools/cmd/stringer dep 2019-05-27 15:07:49 +02:00
Adrien Delorme 26d0448142 Makefile: split install-build-deps vs install-gen-deps 2019-05-27 15:06:49 +02:00
Adrien Delorme abd6eda6c9 generate execution policy from makefile
* make generate now generates on `./...` instead of `.`
2019-05-27 14:52:04 +02:00
Adrien Delorme 5a8323686f
Merge pull request #7694 from svanharmelen/svh/f-cloudstack
gomod: update go-cloudstack
2019-05-27 10:16:59 +02:00
Sander van Harmelen 8e4251d446 gomod: update go-cloudstack 2019-05-26 11:58:26 +02:00
Megan Marsh 1204213516
Merge pull request #7678 from hashicorp/docker_windows_defaults
builder/docker: better windows defaults
2019-05-24 11:19:32 -07:00
Megan Marsh 6f560bef0a
Merge pull request #7653 from aaronwalker/chef_license_acceptance
adds support for accepting the chef license
2019-05-24 11:12:09 -07:00
Megan Marsh 584669d682
Merge pull request #7688 from hashicorp/fix_7684
stop using goroutines in TestPausedProvisionerProvision_waits
2019-05-24 09:55:01 -07:00
Adrien Delorme 65bd7207e8
Merge pull request #7682 from hashicorp/do_7648
Do 7648
2019-05-24 18:54:49 +02:00
Megan Marsh 708165eaa8 refactoring step_run_spot_instance and swapping out the calls to create a spot instance with a call to create a spot fleet of one, so that we can be more flexible with the instance type when desired 2019-05-24 09:32:54 -07:00
Adrien Delorme ce15617d05 TestPausedProvisionerProvision_waits: don't fail when we spend too much time. 2019-05-24 18:21:53 +02:00
Adrien Delorme dc631530d2 stop using goroutines in TestPausedProvisionerProvision_waits
to render the test less flaky.

this should fix #7684
2019-05-24 17:56:27 +02:00
Adrien Delorme 4b0f888a1c
Merge pull request #7686 from teejam2/patch-1
Fix typo and update ubuntu image version
2019-05-24 17:27:07 +02:00
Dexter Lakin 873db48391
Fix typo and update ubuntu image version
The old url is no longer available, user `cpu should be `cpus
2019-05-24 16:22:13 +01:00
Aaron Walker c1141c849f update docs 2019-05-24 16:29:18 +02:00
Adrien Delorme 68a3be9f90 document execution_policy for powershell 2019-05-23 17:39:02 +02:00
Adrien Delorme 478f80af83 remove unused func 2019-05-23 17:33:46 +02:00
Adrien Delorme 7005958155 execution policy: make everything more idiomatic
* make possible execution policy values lowercase
* prefix execution policies possibilities
2019-05-23 17:12:32 +02:00
Adrien Delorme e62aba3788 allow to set ExecutionPolicy to none for powershell provisioner
this has the effect to not wrap the command, which will allow to know the exit status of a command in docker
2019-05-23 16:42:44 +02:00
Adrien Delorme e96409954a add execution policy type and use it to default the powershell cmd 2019-05-23 16:12:05 +02:00
Adrien Delorme 2da36b7374 builder/docker: default container dir to "c:/packer-files" on windows 2019-05-22 16:55:26 +02:00
Megan Marsh f031c95142
Merge pull request #7668 from BobSilent/improve-contributing-md-for-windows-users
improve contributing.md for windows user
2019-05-21 12:32:49 -07:00
Aaron Walker 85b8a654b0 only sets default value for chef license when installing chef and the install command is not set 2019-05-21 15:26:07 +02:00
BobSilent b08bb6038d
improve contributing.md for windows user
improving description for windows user
2019-05-21 00:10:58 +02:00
Adrien Delorme df98c3ee38
Merge pull request #7666 from tonyganga/patch-1
Update virtualbox-iso.html.md.erb
2019-05-20 16:16:13 +02:00
Tony b72a55a3fb
Update virtualbox-iso.html.md.erb
remove cpus/memory flags due to their property implementation, add vram for example
2019-05-20 10:09:45 -04:00
Adrien Delorme 13a6420eb8
Merge pull request #7657 from paulmey/paulmey/fix-ps-provisioner
Check error returned from retry.Config.Run() in powershell provisioner
2019-05-20 11:06:15 +02:00
Adrien Delorme d17812208a
Merge pull request #7658 from hashicorp/fix_line_endings
refresh line endings
2019-05-20 10:56:30 +02:00
Adrien Delorme 8d371bfe8f
Merge pull request #7656 from hashicorp/update_amazon_volume_docs
update volume_type docs
2019-05-20 10:49:16 +02:00
Paul Meyer 814665fddd Check error returned from retry.Config.Run() 2019-05-17 22:28:34 +00:00
Paul Meyer ec14ab4875 Add unit test to find issue #7655 2019-05-17 22:27:19 +00:00
Megan Marsh 3e73abc93a refresh line endings 2019-05-17 14:58:20 -07:00
Megan Marsh 3222f361ce add partials 2019-05-17 14:33:06 -07:00
Megan Marsh 657308c232 update volume_type docs and move ami_block_device_mappings into partials so that we don't have to keep it updated in four places. Two partials so that we can properly alphabetize the kms_key_id property only available in chroot 2019-05-17 13:48:49 -07:00
Aaron Walker dfc5e5cf94 adds support for accepting the chef license 2019-05-17 17:19:22 +02:00
Adrien Delorme 07dbf8195e time to work towards 1.4.2 2019-05-16 09:02:32 +02:00
Adrien Delorme 0bb38f4385
Cut version 1.4.1 2019-05-15 19:25:27 +02:00
Adrien Delorme 2b8339bb3b
Update CHANGELOG.md
fix layout
2019-05-15 15:11:42 +02:00
Adrien Delorme bfb3b99e8e cut release 2019-05-15 14:54:10 +02:00
Megan Marsh cc78ac2da9
Merge pull request #7642 from hashicorp/fix_7640
document alias keys usage
2019-05-14 14:20:06 -07:00
Megan Marsh 0e863c3553 update changelog 2019-05-14 14:05:09 -07:00
Adrien Delorme 4eecc7a580 document alias keys usage
refactor kms_key_id doc into the same partial
2019-05-14 12:29:28 +02:00
Megan Marsh 5504709e1d
Merge pull request #7612 from hashicorp/fix_6897
add omit_from_artifact option for ebssurragote launch_block_devices
2019-05-13 10:57:07 -07:00
Adrien Delorme 8d4b9116b5
Merge pull request #7633 from hashicorp/fix_vagrant_libvirt_package
Work around bug in libvirt-vagrant plugin
2019-05-13 15:02:27 +02:00
Adrien Delorme 8367447b13
Merge pull request #7631 from aaronk1/patch-1
Correct typo in var name
2019-05-13 10:45:03 +02:00
Adrien Delorme 783f6938cf
Update builder/vagrant/driver_2_2.go 2019-05-13 10:43:09 +02:00
Megan Marsh ff59cfdaae Work around bug in libvirt-vagrant plugin by changing directories instead of supplying absolute path to output box 2019-05-10 16:11:41 -07:00
aaronk1 4ffa1779f1
Correct typo in var name 2019-05-10 18:49:42 -04:00