Mitchell Hashimoto
9599a9fa49
Update CHANGELOG
2013-08-24 17:14:45 -07:00
Mitchell Hashimoto
09f01d44e4
Merge pull request #338 from mitchellh/signal-confirm
...
main: confirm cleanup at first signal received
2013-08-24 17:13:25 -07:00
Mitchell Hashimoto
a02282ef8e
Merge pull request #342 from masteinhauser/patch-1
...
website: bump Ubuntu example from 12.04.2 to 12.04.3
2013-08-24 17:05:48 -07:00
Myles A. K. Steinhauser
1f45ed428b
Bump Ubuntu 12.04.2 to 12.04.3
...
Ubuntu has removed the 12.04.2 release ISOs from their mirrors when they released 12.04.3. This impacted the URL and the Checksum contained in the example.json which returned an HTTP 404 from Ubuntu's Mirrors.
2013-08-24 20:04:45 -04:00
Jack Pearkes
4da60e6503
packer/plugin: confirm cleanup at first signal received
2013-08-24 12:55:25 +02:00
Mitchell Hashimoto
80e36f11b9
provisioner/salt-masterless: fix the build
2013-08-23 15:58:30 -07:00
Mitchell Hashimoto
f76a09fc08
builder/amazon/instance: remove check for AMI tools [GH-330]
2013-08-23 15:53:54 -07:00
Mitchell Hashimoto
5151d99fc3
Update CHANGELOG
2013-08-23 15:42:30 -07:00
Mitchell Hashimoto
6d92e19a59
website: delete salt.html.markdown
2013-08-23 15:41:55 -07:00
Rachid Belaid
3cb3a7cd30
Fix #264 to upload local minion config
...
Conflicts:
provisioner/salt-masterless/provisioner.go
website/source/docs/provisioners/salt.html.markdown
2013-08-23 15:41:11 -07:00
Mitchell Hashimoto
15157f3aee
Update CHANGELOG
2013-08-23 15:32:05 -07:00
Mitchell Hashimoto
f75856188c
post-processor/vagrant: don't error if unused
2013-08-23 15:31:21 -07:00
Mitchell Hashimoto
0484006e34
packer: no need to check if nil since we're appending to slice
2013-08-23 15:25:02 -07:00
Mitchell Hashimoto
2302e90aae
Merge pull request #329 from jasonberanek/vagrant-output-fix
...
post-processor/vagrant: proper output ConfigTemplate validation [GH-324]
2013-08-23 15:15:55 -07:00
Mitchell Hashimoto
aeb395fe90
post-processor/vagrant: nitpick format
2013-08-23 15:14:58 -07:00
Mitchell Hashimoto
cc0c48889c
Update CHANGELOG
2013-08-23 15:07:13 -07:00
Mitchell Hashimoto
1f82511768
Merge pull request #331 from jasonberanek/vbox-vagrant-ova
...
post-processor/vagrant: support for Virtualbox OVA artifacts
2013-08-23 15:06:44 -07:00
Mitchell Hashimoto
443ccc5306
packer/rpc: don't panic on failed Ui calls
2013-08-23 14:39:59 -07:00
Mitchell Hashimoto
9c5e5af289
Update CHANGELOG
2013-08-23 14:34:31 -07:00
Mitchell Hashimoto
faeba2a14f
packer/plugin: swallowInterrupts in plugin should swallow all
2013-08-23 14:22:32 -07:00
Mitchell Hashimoto
36b97b820f
packer/rpc: error instead of panic cancelling builder
2013-08-23 13:58:00 -07:00
Mitchell Hashimoto
df70443a7c
packer/rpc: less panics
2013-08-23 13:57:26 -07:00
Mitchell Hashimoto
043264ca77
communicator/ssh: more error handlingin Upload
2013-08-23 11:27:59 -07:00
Mitchell Hashimoto
a46c7afcf7
provisioner/shell: retry the upload if command fails as well
...
This improves reboot handling robustness
2013-08-23 11:21:20 -07:00
Jason A. Beranek
c5d2b791df
post-processor/vagrant/virtualbox: support ova artifacts [GH-315]
2013-08-22 21:47:50 -05:00
Jason A. Beranek
0e3365782a
post-processor/vagrant: fix output ConfigTemplate validation [GH-324]
...
-apply same output validation steps found in builder specific Configure
functions
2013-08-22 20:19:03 -05:00
Mitchell Hashimoto
251abc3496
builder/amazon: modify attributes before region copy
...
/cc @jmassara
2013-08-22 15:35:47 -07:00
Mitchell Hashimoto
42beac4516
builder/amazon/common: modify output for AMI copy
2013-08-22 15:32:24 -07:00
Mitchell Hashimoto
c66bb8813f
website: document ami_regions
...
/cc @jmassara
2013-08-22 15:20:44 -07:00
Mitchell Hashimoto
6de93d47a6
website: document tags on every amazon builder
2013-08-22 15:17:07 -07:00
Mitchell Hashimoto
e7a50133b6
builder/amazon: support tags in chroot and instance
2013-08-22 15:11:54 -07:00
Mitchell Hashimoto
d03c852ac2
builder/amazon/common: move tags into ami_config
2013-08-22 15:09:21 -07:00
Mitchell Hashimoto
ef142ce886
builder/amazon: region copy must go before modify attributes
...
/cc @jmassara - This has to go before the modify attributes so that
the attributes are properly modified on all resulting AMIs.
2013-08-22 15:03:30 -07:00
Mitchell Hashimoto
a4f674f8ed
builder/amazon/common: remove duplicates from ami_region
...
/cc @jmassara
2013-08-22 14:58:21 -07:00
Mitchell Hashimoto
c91ff5f2c4
Update CHANGELOG
2013-08-22 14:44:48 -07:00
Mitchell Hashimoto
71b9b5bfe0
Merge pull request #322 from jmassara/ami_region_copy
...
amazon/common: Added AMI CopyImage support
2013-08-22 14:44:03 -07:00
Mitchell Hashimoto
d5cce24448
Update CHANGELOG
2013-08-22 14:29:33 -07:00
Mitchell Hashimoto
1479e983e0
Merge pull request #328 from jbronn/vmdk_type
...
builder/vmware: Enable customization of VMDK type with `disk_type_id`
2013-08-22 14:28:43 -07:00
Mitchell Hashimoto
9e12492f96
packer/rpc: fix build by missing import
2013-08-22 11:53:54 -07:00
Mitchell Hashimoto
cf175b4733
communicator/ssh: respect interrupts by not looping on retyr [GH-327]
2013-08-22 11:53:31 -07:00
Justin Bronn
4d21ce0112
Document the `disk_type_id` parameter.
2013-08-22 11:51:53 -07:00
Mitchell Hashimoto
c0d194600b
packer/rpc: get rid of panicable case
2013-08-22 11:45:58 -07:00
Justin Bronn
c6d1c8e9d5
Make it possible to customize the VMware virtual disk type id.
2013-08-22 11:40:56 -07:00
Mitchell Hashimoto
4c86547796
common/command: error if only/except points to bad build
2013-08-22 11:40:30 -07:00
Mitchell Hashimoto
9cc4137a19
common/command: more tests for filtering builds
2013-08-22 11:34:51 -07:00
Mitchell Hashimoto
6d9265a244
packer: add mock implementations and more template tests
2013-08-22 11:32:59 -07:00
James Massara
c9de4c9644
Make sure ami_regions are valid
2013-08-21 18:44:14 -07:00
James Massara
228d0d593a
amazon/common: Added AMI CopyImage support
2013-08-21 13:53:07 -07:00
Mitchell Hashimoto
1e6f39c1c3
Update CHANGELOG
2013-08-21 11:56:02 -07:00
Mitchell Hashimoto
c91558ffe2
up version for dev
2013-08-21 11:55:45 -07:00