Mitchell Hashimoto
659383618f
Update CHANGELOG
2013-09-02 10:18:48 -07:00
Mark Peek
84b0bf6dba
Merge pull request #379 from justinsb/justinsb-openstack_ipv6_support
...
builder/openstack: Support IPv6 access address for Openstack
2013-09-02 09:56:25 -07:00
Mitchell Hashimoto
86c43a1bc9
Merge pull request #381 from greenalto/typo
...
builder/vmware: fix typo
2013-09-02 08:37:56 -07:00
Greg Karékinian
6cd10286db
Fix typo
...
s/Detatching/Detaching/
2013-09-02 12:46:47 +02:00
Mitchell Hashimoto
4e87275f87
Merge pull request #378 from justinsb/increase_ssh_timeout
...
builder/openstack: Increase default SSH timeout from 1m -> 5m
2013-09-01 23:49:13 -07:00
Justin Santa Barbara
3001c16eee
Increase default SSH timeout for OpenStack from 1m -> 5m
...
Many cloud providers have a minimum charge of 1 hour, and if there are DNS problems we can hit the 1 minute timeout easily.
Waiting five minutes gives more of a margin of error.
2013-09-01 14:36:59 -07:00
Mark Peek
5f3ae970c0
builder/openstack: region is now required
2013-09-01 13:46:57 -07:00
Mark Peek
5be22de623
website: add openstack to the intro platforms list
2013-09-01 13:41:48 -07:00
Mark Peek
15132a9f17
website: fixup some underscores to not be emphasis in the AWS docs
2013-09-01 13:37:19 -07:00
Mark Peek
ffaca0a226
website: document required openstack region setting
2013-09-01 13:30:36 -07:00
Mark Peek
eea558d2a5
builder/openstack: don't hardcode "DFW" and make region required
2013-09-01 13:22:22 -07:00
Mitchell Hashimoto
4370726ba7
website: fix typo s/script/shell/ provisioner
2013-09-01 10:11:28 -07:00
Mitchell Hashimoto
73ac1fc82c
website: page titles on provisioner docs
2013-09-01 10:02:46 -07:00
Justin Santa Barbara
375eb57077
Support IPv6 access address for Openstack
...
We still prefer the IPv4 address, but if there is an IPv6 address and no IPv4 address, use IPv6.
2013-08-31 22:39:30 -07:00
Mitchell Hashimoto
e6881cee6a
Update CHANGELOG
2013-08-31 22:06:47 -07:00
Mitchell Hashimoto
d4c4581885
Merge pull request #376 from justinsb/try_parse_pkcs8
...
communicator/ssh: If PKCS1 parsing of the SSH key fails, try PKCS8
2013-08-31 22:05:34 -07:00
Mitchell Hashimoto
0c11cf7c88
Update CHANGELOG
2013-08-31 22:02:36 -07:00
Mitchell Hashimoto
67887c11e4
Merge pull request #375 from justinsb/avoid_nil_pointer_if_no_openstack_image
...
builder/openstack: If no image is generated, just return nil
2013-08-31 22:01:55 -07:00
Justin Santa Barbara
f1eae75389
If no image is generated, just return nil for the Openstack provider
...
This mirrors what is done in other providers e.g. Amazon providers
2013-08-31 21:55:52 -07:00
Justin Santa Barbara
7681d618d6
If PKCS1 parsing of the SSH key fails, try PKCS8
2013-08-31 21:54:23 -07:00
Mitchell Hashimoto
90b4dc7860
builder/digitalocean: retry destroy a few times
2013-08-31 21:32:35 -07:00
Mitchell Hashimoto
b842e53028
command/inspect: cleaner output if no required vars
2013-08-31 17:49:22 -07:00
Mitchell Hashimoto
3abacee131
command/inspect: show required variables differently
2013-08-31 17:47:38 -07:00
Mitchell Hashimoto
4e2936d270
website: document required user vars
2013-08-31 17:38:38 -07:00
Mitchell Hashimoto
570be4d581
packer: fix required var check to work properly
2013-08-31 17:36:43 -07:00
Mitchell Hashimoto
ab99d424ef
packer: required user variables [GH-374]
2013-08-31 17:33:17 -07:00
Mitchell Hashimoto
a1b4887324
website: add docs for -debug on Amazon builder
2013-08-31 16:07:55 -07:00
Mitchell Hashimoto
23b21ff4d0
Update CHANGELOG
2013-08-31 13:07:30 -07:00
Mitchell Hashimoto
8e7c2796fc
builder/amazon/instance: new multistep API
2013-08-31 13:03:13 -07:00
Mitchell Hashimoto
b5606af9e2
builder/amazon/ebs: new multistep API
2013-08-31 13:00:43 -07:00
Mitchell Hashimoto
1b8646c963
builder/amazon/chroot: new multistep API
2013-08-31 12:58:55 -07:00
Mitchell Hashimoto
36698d4b6d
builder/vmware: new multistep API
2013-08-31 12:50:25 -07:00
Mitchell Hashimoto
8d5f8dc423
builder/virtualbox: new multistep API
2013-08-31 12:44:58 -07:00
Mitchell Hashimoto
ea5361a9ac
builder/openstack: new multistep API
2013-08-31 12:37:07 -07:00
Mitchell Hashimoto
a82f1c18ee
builder/digitalocean: new multistep API
2013-08-31 12:25:08 -07:00
Mitchell Hashimoto
98f3bc57a0
common: Use new multistep API
2013-08-31 12:17:59 -07:00
Mitchell Hashimoto
964546e050
Update CHANGELOG
2013-08-30 23:58:03 -07:00
Mitchell Hashimoto
1719cf8006
Merge branch 'cancel-next'
...
This implements more robust interrupt handling by propagating cancels
throughout more core Packer components.
2013-08-30 23:56:06 -07:00
Mitchell Hashimoto
6e098d1aaf
packer: implement Cancel in ProvisionHook
2013-08-30 23:39:29 -07:00
Mitchell Hashimoto
66f7f5aad5
common: detect ctrl-c in Provision
2013-08-30 23:28:31 -07:00
Mitchell Hashimoto
84001c7c76
provisioner/*: implement Cancel
2013-08-30 23:23:36 -07:00
Mitchell Hashimoto
21171db836
packer: Add Cancel method to Provisioner
2013-08-30 23:21:15 -07:00
Mitchell Hashimoto
2e90660afc
packer/rpc: test concurrent cancel/run
2013-08-30 23:10:16 -07:00
Mitchell Hashimoto
cd12c3e030
packer/rpc: implement hook Cancel
2013-08-30 23:03:43 -07:00
Mitchell Hashimoto
017d27d7eb
packer: reset runningHook when done
2013-08-30 22:59:13 -07:00
Mitchell Hashimoto
27a6dac7fd
packer: implement Cancel on DispatchHook
2013-08-30 17:26:51 -07:00
Mitchell Hashimoto
98ddf043cc
packer: Add Cancel() method to hook
2013-08-30 17:03:55 -07:00
Mitchell Hashimoto
dfb44a2abe
packer/plugin: Interrupted() to check for i nterrupts
2013-08-30 16:39:28 -07:00
Mitchell Hashimoto
dbae49f0c8
provisioner/chef-solo: code re-org
2013-08-30 16:35:57 -07:00
Mitchell Hashimoto
a03c66272f
packer/plugin: Count number of interrupts atomically
2013-08-30 16:29:21 -07:00