Commit Graph

8692 Commits

Author SHA1 Message Date
Megan Marsh 4fb8a27879 remove the actual offending code 2017-11-16 11:03:10 -08:00
Megan Marsh 74a4cc04fe fix regression :( 2017-11-16 10:22:12 -08:00
Megan Marsh 20390ff1ec fix vetting for test fail print statements 2017-11-15 17:01:53 -08:00
SwampDragons ab542c07ff
Merge pull request #5547 from egraff/hyperv-patch
builder/hyperv/vmcx: missing InterpolateContext
2017-11-15 17:00:55 -08:00
Matthew Hooker 284ffa2562
spell fix 2017-11-15 14:19:28 -08:00
Matthew Hooker 9ee1385283
update changelog 2017-11-15 14:17:00 -08:00
Matthew Hooker f974d3552c
Merge pull request #5588 from ammaritiz/align-Qemu-disk-size
Align virtual disk size for qemu builder
2017-11-15 14:15:16 -08:00
Matthew Hooker 097296792a
prepare for next version 2017-11-15 14:08:58 -08:00
Matthew Hooker 14183e6bc4
Cut version 1.1.2 2017-11-15 13:58:07 -08:00
Matthew Hooker 40f18a3e1a
prepare for 1.1.2 2017-11-15 13:48:51 -08:00
Matthew Hooker bc64c6cb65
update changelog 2017-11-15 13:45:22 -08:00
SwampDragons 2f9a6a99bd
Merge pull request #5578 from paboldin/do-5577
iso_config: allow for subdirs in hash sum files
2017-11-15 13:33:13 -08:00
Matthew Hooker 581bb9a329
update changelog 2017-11-15 12:41:14 -08:00
Ammar Ansari b8bd66d10d Align virtual disk size for qemu builder
When booting from a disk image, the Qemu builder resizes the disk to 40000
which is not a multiple of 1kB. This causes problems while booting from the image.
Updating the default disk size to 40960 fixes this issue
2017-11-15 15:00:13 -05:00
Matthew Hooker 42f3222fc6
Merge pull request #5586 from hashicorp/telemetryoptions
report options
2017-11-15 11:28:11 -08:00
SwampDragons c1d3ff2dfa
Merge pull request #5587 from Malet/patch-1
Fix typo
2017-11-15 09:34:28 -08:00
Malet 18b9487a38
Fix typo 2017-11-15 12:02:08 +00:00
Matthew Hooker 97ef340423
fix type 2017-11-14 16:43:57 -08:00
Matthew Hooker 7e07a7c9c4
Merge pull request #5582 from brett-richardson/patch-1
Update chef provisioner documentation
2017-11-14 16:43:32 -08:00
Matthew Hooker b07a0cd6f0
fix tests
always sort telemetry options
2017-11-14 16:39:03 -08:00
Matthew Hooker 49c20e3b1c
bump telemetry timeout to 2s 2017-11-14 16:30:44 -08:00
Matthew Hooker a5197840df
add config key reporting 2017-11-14 16:30:44 -08:00
Matthew Hooker 3e3768ec3e
fix tests 2017-11-14 16:30:43 -08:00
Matthew Hooker 46f41d1f12
WIP: add options to telemetry 2017-11-14 16:30:43 -08:00
SwampDragons e19381320c
Merge pull request #5583 from ladar/patch-1
Docker Example Typo
2017-11-14 15:02:56 -08:00
Ladar Levison 4a5bb756a7
Docker Example Typo
I think the intention was to show you can tag, and push the same image to multiple repos, but the example given is to the same repo, twice. This change updates the example so it uses hashicorp/packer1, and hashicorp/packer2.
2017-11-14 16:40:06 -06:00
Brett Richardson 9eacd3d618
Update chef provisioner documentation
The URL has changed, see chef documentation https://docs.chef.io/install_omnibus.html
2017-11-14 13:54:13 +00:00
Matthew Hooker baca3e5a1c
Merge pull request #5573 from hashicorp/do_5572
clearly state that url is wrong at validation stage of build
2017-11-13 13:19:29 -08:00
Megan Marsh 6756df9510 use url library instead of parsing string naiively 2017-11-13 12:57:53 -08:00
Megan Marsh 771349e58c fix error message 2017-11-13 12:52:47 -08:00
Megan Marsh 764be03876 didn't mean for this error message to get changed 2017-11-13 12:42:57 -08:00
Megan Marsh 0d18de2942 do validation in vmx config stage 2017-11-13 12:42:57 -08:00
Megan Marsh 0efcb1bba2 dont error in the downloadableURL function; save validation for preflight steps 2017-11-13 12:42:57 -08:00
Megan Marsh 3a9dfb5b18 better 2017-11-13 12:42:57 -08:00
Megan Marsh e45a006d61 clearly state that url is wrong at validation stage of build 2017-11-13 12:42:57 -08:00
Megan Marsh 487ceac784 fix Vet error. 2017-11-13 11:45:31 -08:00
Pavel Boldin 853b04420c iso_config: allow for subdirs in hash sum files
Allow hash sum files and ISOs to be in different directories as
Ubuntu does.

Signed-off-by: Pavel Boldin <boldin.pavel@gmail.com>
2017-11-13 09:28:43 +02:00
Rickard von Essen ec6d6098de
Update CHANGELOG.md 2017-11-12 10:48:04 +01:00
Rickard von Essen ed273878db
Merge pull request #5576 from dan9186/support-gce-cos-image
Allow Selecting Container Optimized Images
2017-11-12 10:44:43 +01:00
Daniel Hess f0299ba713 Adding GCE container optimized os image project 2017-11-12 00:45:22 -08:00
Megan Marsh 79fcd40bfc update changelog 2017-11-10 11:11:27 -08:00
SwampDragons ce1f2457fd
Merge pull request #5563 from hashicorp/fix_5483
make restart command work correctly even if user has their own check …
2017-11-09 16:16:47 -08:00
Megan Marsh c3cb7fe9f9 read from stderr so it doesnt lock up 2017-11-09 15:52:49 -08:00
Megan Marsh 9b1ae530c3 have separate stdout and stderr buffers 2017-11-09 15:35:28 -08:00
Matthew Hooker f146e5903f
Merge pull request #5567 from bennu/vm-template-with-export-vm
enable vsphere-template post processor to work with export behavior
2017-11-09 15:24:41 -08:00
Matthew Hooker e073d63f30
remove racy reuse of single buffer for remotecmd stderr/out. 2017-11-09 15:22:47 -08:00
Megan Marsh 6019e41544 dont read stderr 2017-11-09 15:18:43 -08:00
Megan Marsh 73b6247fd2 remove unnecessary boolean operator 2017-11-09 15:04:25 -08:00
Megan Marsh e56a6dc9a0 add some comments 2017-11-09 14:55:12 -08:00
Megan Marsh a739623d9b don't pipe restarted stuff through the ui 2017-11-09 14:44:26 -08:00