Commit Graph

4393 Commits

Author SHA1 Message Date
Clint Shryock 68040f786c show AMI id in error message 2015-06-08 22:00:59 -05:00
Clint Shryock 231f01cd35 builder/aws: Add pre validate step, to validate things before building. 2015-06-08 17:08:39 -05:00
Mitchell Hashimoto 984bbc3a1e amazon/common: wording nit 2015-06-08 09:38:50 -07:00
Mitchell Hashimoto 9d79b48723 Merge pull request #2171 from jgkim/hotfix/post-processor-only-except
Fixes 'unknown configuration key' errors for 'only' and 'except'
2015-06-08 09:27:45 -07:00
Mitchell Hashimoto 8aec42e363 update CHANGELOG 2015-06-08 09:25:56 -07:00
Mitchell Hashimoto 9387cc1ea1 Merge pull request #2175 from henrysher/fix-duplicate-ami
check the region before do the ami copy to fix the duplicate ami [GH-2123]
2015-06-08 09:20:02 -07:00
Mitchell Hashimoto f7e49d92ac Merge pull request #2178 from henrysher/fix-ami-copy-name
"Name" parameter required for copying ami across regions [GH-2172]
2015-06-08 09:16:17 -07:00
Mitchell Hashimoto 769b7d20b9 amazon/ebs: acceptance test for region copy 2015-06-08 09:16:01 -07:00
Mitchell Hashimoto 3427dc9ed4 update CHANGELOG 2015-06-08 09:02:00 -07:00
Mitchell Hashimoto 53dec9e734 Merge pull request #2179 from jgkim/hotfix/tag-save-from-docker-tag-artifact
Fix a problem preventing `tag` or `save` from docker-tag artifacts
2015-06-08 09:01:25 -07:00
Seth Vargo 7d88e2c5db Merge pull request #2184 from chris-rock/patch-1
replace opscode with chef
2015-06-07 09:29:46 -04:00
Christoph Hartmann 1539b9459f replace opscode with chef 2015-06-07 15:12:05 +02:00
Seth Vargo 755ad53ed0 Merge pull request #2183 from grv87/master
Fix error in isotime demo in the documentation of Configuration Templates
2015-06-06 17:04:31 -04:00
Basil Peace 3dabf60b52 Fix error in isotime demo in the documentation of Configuration Templates 2015-06-06 23:43:06 +03:00
James G. Kim 5bd2d4e6e0 Fix a problem preventing `tag` or `save` from docker-tag artifacts 2015-06-05 22:01:29 +09:00
Henry Huang 052b5e6699 "Name" parameter required for copying ami across regions [GH-2172] 2015-06-05 11:15:48 +00:00
James G. Kim d7c77895dc Add tests for only and except of post-processors 2015-06-05 12:26:33 +09:00
James G. Kim a5818b158f Fixes 'unknown configuration key' errors for 'only' and 'except' 2015-06-05 12:26:17 +09:00
Shawn Neal e9a491ae45 New interpolation for additional vmware disks 2015-06-04 11:44:07 -07:00
Shawn Neal b665339b39 Added website docs for VMWare ISO additionaldisk_size 2015-06-04 08:22:50 -07:00
Eric Richardson 5f183026b3 Fix vmware compact_disk step when there are no additional disks 2015-06-04 08:22:50 -07:00
Eric Richardson 7dfb837ddb Formatting cleanups from `go fmt` 2015-06-04 08:22:50 -07:00
Eric Richardson fab9ca9cdb Initial work to implement additional disk support in the vmware-iso builder
* Matches the syntax from mitchellh/packer#703
* Creates disk(s), adds them to the vmx template, and runs compact at the end
2015-06-04 08:22:50 -07:00
Mitchell Hashimoto 793698f8a7 command/build: skip nil builds [GH-2163] 2015-06-04 16:25:14 +02:00
Mitchell Hashimoto e8b7c10025 Merge pull request #2169 from cbednarski/b-communicator-test-failure
Prevent select from spewing garbage to the terminal
2015-06-04 15:49:14 +02:00
Henry Huang a5c476c6fe check the region before do the ami copy to fix [GH-2123] 2015-06-04 06:16:44 -04:00
Brandon Heller a7eeb6a6a7 vmware/iso: support hierarchical output directories
When providing a hierarchical output_directory value like
'transient/jenkins-slave', the VM would fail to build in the CreateDisk
step.  The properly created output directory would not match the location
provided to CreateDisk, since datastorePath() did not properly split such
paths.  Now this case works; tested hierarchical and singular
output_directory values.
2015-06-04 02:49:58 -07:00
Chris Bednarski 408250ec76 Wrap output in if statement to catch zero values from select 2015-06-03 17:13:26 -07:00
Mitchell Hashimoto 3a066d53d3 Merge pull request #2168 from mitchellh/sethvargo/aws
Migrate to new AWS repo
2015-06-03 23:19:39 +02:00
Seth Vargo 33ca8b7fb5 Migrate to new AWS repo 2015-06-03 17:13:52 -04:00
Seth Vargo 6fca917ed2 Merge pull request #2158 from cbednarski/f-vet-fail
Fail the build when go vet returns non-zero exit code
2015-06-02 16:40:03 -04:00
Chris Bednarski 295f7a2ebd Fail the build when govet returns non-zero exit code 2015-06-01 15:40:43 -07:00
Mitchell Hashimoto edf3415c6e builder/amazon: delete physical private key for debug mode [GH-1801] 2015-05-29 17:10:14 -07:00
Mitchell Hashimoto 3f636ef7f3 vmware/vmx: clarify messaging for source path required error 2015-05-29 17:04:11 -07:00
Mitchell Hashimoto 6109c51115 post-processor/docker-tag: fix failing test 2015-05-29 16:35:41 -07:00
Mitchell Hashimoto 819986d19f builder/docker: validate export path is not a dir [GH-2105] 2015-05-29 16:24:29 -07:00
Mitchell Hashimoto 911a868ac5 update cHANGELOG 2015-05-29 16:10:03 -07:00
Mitchell Hashimoto c49fe672b3 command/validate: bail if can't initialize build [GH-2139] 2015-05-29 16:09:37 -07:00
Mitchell Hashimoto f1aad91f26 update CHANGELOG 2015-05-29 16:05:36 -07:00
Mitchell Hashimoto 350aa4e522 Merge pull request #2055 from FGtatsuro/docker_tag_force
Support force option for docker-tag.
2015-05-29 16:05:00 -07:00
Mitchell Hashimoto b0c63ce88a update CHANGELOG 2015-05-29 16:03:02 -07:00
Mitchell Hashimoto b507173f27 Merge pull request #2153 from mitchellh/f-interpolate-push
Interpolate the "push" config
2015-05-29 16:02:35 -07:00
Mitchell Hashimoto 1b775cca2e packer: core interpolates Push 2015-05-29 15:41:52 -07:00
Mitchell Hashimoto 579264bb5b command/push: interpolate 2015-05-29 15:35:55 -07:00
Mitchell Hashimoto 3946346614 update CHANGELOG 2015-05-29 15:16:08 -07:00
Mitchell Hashimoto 94f6e7fe40 Merge pull request #2151 from mitchellh/f-paths
Add template_dir for path to template [GH-54]
2015-05-29 15:15:20 -07:00
Mitchell Hashimoto 048c764e05 packer: fix failing tests 2015-05-29 14:34:45 -07:00
Mitchell Hashimoto 36c6d37f69 website: Update docs for template_dir 2015-05-29 14:30:36 -07:00
Mitchell Hashimoto 4620f33dd0 packer: test fixture 2015-05-29 14:29:40 -07:00
Mitchell Hashimoto 639e63fd7c packer: test for template path 2015-05-29 14:29:32 -07:00