Mitchell Hashimoto
be8900cdc7
v0.5.2
v0.5.2
2014-02-21 20:31:10 -08:00
Mitchell Hashimoto
60a125432b
provisioner/ansible-local: better error if missing [GH-836]
2014-02-21 20:30:04 -08:00
Mitchell Hashimoto
59006d377e
packer: send error output to stdout for now
2014-02-21 20:14:51 -08:00
Mitchell Hashimoto
a1bf3ecf43
Remove race tests from travis, too many false
2014-02-21 20:10:28 -08:00
Mitchell Hashimoto
992bac69c9
post-processor/vagrant: tests on input artifact
2014-02-21 20:04:03 -08:00
Mitchell Hashimoto
3c63c30eb1
fmt
2014-02-21 20:02:55 -08:00
Mitchell Hashimoto
9c79a47f59
post-processor/vagrant: AWS/DO keep input artifacts [GH-55]
2014-02-21 20:02:49 -08:00
Mitchell Hashimoto
98c7930ded
website: correct availability zone docs
2014-02-21 18:35:48 -08:00
Mitchell Hashimoto
aad212bd19
packer: errors go to stderr [GH-868]
2014-02-21 18:29:15 -08:00
Mitchell Hashimoto
74a3fd4b51
packer: closed pipe is caught [GH-875]
2014-02-21 17:43:45 -08:00
Mitchell Hashimoto
27ffb3763c
fmt
2014-02-21 16:48:30 -08:00
Mitchell Hashimoto
c01c60d2d7
packer/rpc: fix a blocking issue
2014-02-21 16:48:17 -08:00
Mitchell Hashimoto
c0e64b214c
Remove flowdock notifications
2014-02-21 15:29:12 -08:00
Mitchell Hashimoto
778a75da53
provisioner/ansible-local: style
2014-02-21 15:27:39 -08:00
Mitchell Hashimoto
44ff78662d
Merge pull request #842 from strcrzy/ansible_config_options
...
provisioner/ansible: more configuration options
2014-02-21 15:24:50 -08:00
Mitchell Hashimoto
074658f86f
Update cHANGELOG
2014-02-21 15:23:20 -08:00
Mitchell Hashimoto
16d495ede8
builder/qemu: style
2014-02-21 15:22:58 -08:00
Mitchell Hashimoto
2fb296b520
Merge pull request #854 from qur/qemu-config-binary
...
builder/qemu: binary name to be configured
2014-02-21 15:22:27 -08:00
Mitchell Hashimoto
385d9d37f9
builder/qemu: document run_once is gone (but keep it around for compat)
2014-02-21 15:18:03 -08:00
Mitchell Hashimoto
c37ab71311
update CHANGELOG
2014-02-21 15:16:20 -08:00
Mitchell Hashimoto
36766c3ea0
Merge pull request #864 from CoreMedia/master
...
builder/qemu: handle reboots in the shell provisioner
2014-02-21 15:15:47 -08:00
Mitchell Hashimoto
b232b19e1c
fmt
2014-02-21 15:11:56 -08:00
Mitchell Hashimoto
22dad03f37
Merge pull request #884 from pmyjavec/vmware-iso-driver-fix
...
builder/vmware: get host IP by creating & inspecting connection, allows hypervisor...
2014-02-21 15:11:35 -08:00
Mitchell Hashimoto
c98ae34557
builder/googlecompute: tests for #867
2014-02-21 15:10:09 -08:00
Mitchell Hashimoto
6706ffd251
Merge pull request #870 from vogxn/master
...
builder/googlecompute: save private key when debugging gce builder
2014-02-21 15:01:00 -08:00
Mitchell Hashimoto
78125e0b5b
Update CHANGELOG
2014-02-21 14:59:21 -08:00
Mitchell Hashimoto
35673e9494
Merge pull request #883 from b2jrock/bjj-add-importopts
...
builder/virtualbox/ovf: Add import_opts to the virtualbox-ovf builder.
2014-02-21 14:58:36 -08:00
Mitchell Hashimoto
9d2434f00b
Merge pull request #885 from rosstimson/ec2-upload-bundle
...
builder/amazon/instance: use --url flag rather than --location for ec2-upload-bundle
2014-02-21 14:57:12 -08:00
Mitchell Hashimoto
ac8e9f4219
communicator/ssh: fix build
2014-02-21 14:51:33 -08:00
Mitchell Hashimoto
003c3b5ed3
communicator/ssh: set TCP keep-alive [GH-872]
2014-02-21 14:46:05 -08:00
Mitchell Hashimoto
c927dfa9cf
packer/rpc: fix crashes with big file uploads [GH-897]
2014-02-21 14:24:22 -08:00
Mitchell Hashimoto
6469b66d5d
website: update Vagrant PP docs for input artifacts [GH-898]
2014-02-21 14:11:33 -08:00
Mitchell Hashimoto
60dca86a8c
builder/vmware-iso: output upload error [GH-899]
2014-02-21 14:07:25 -08:00
Paul Myjavec
e1b5469f3c
esx5, Get host IP by creating & inspecting connection, allows hypervisor to reside in other networks
2014-02-20 19:37:12 +11:00
Brian Johnson
a9f80c4363
Merge branch 'bjj-add-importopts' of github.com:b2jrock/packer into bjj-add-importopts
2014-02-18 16:44:47 -08:00
Brian Johnson
5fc214564f
Add import_opts to the virtualbox-ovf builder. My use case is that I
...
have existing virtualbox virtual machines where I need to keep the mac
addresses so that the network interfaces come up when packer boots them.
Otherwise I just get SSH timeout and I'm unable to configure the machines.
2014-02-18 16:44:27 -08:00
Jack Pearkes
be1e88395c
Merge pull request #894 from vogxn/docfix-ami-groups
...
Adding docs to #645 on the website
2014-02-18 09:35:01 -05:00
Prasanna Santhanam
8f11257a25
Adding docs to #645 on the website
...
Setting `"ami_groups": ["all"]` will make the AMI publicly accessible.
Correcting website docs for this.
2014-02-18 17:05:24 +05:30
Ross Timson
1851ef41d4
Use --url flag rather than --location for ec2-upload-bundle
...
AWS docs (http://goo.gl/rNZiCs ) show that --location is deprecated and
to use the --url flag and reference the region endpoint instead.
2014-02-13 09:36:45 +00:00
Brian Johnson
7b4e797d80
Add import_opts to the virtualbox-ovf builder. My use case is that I
...
have existing virtualbox virtual machines where I need to keep the mac
addresses so that the network interfaces come up when packer boots them.
Otherwise I just get SSH timeout and I'm unable to configure the machines.
2014-02-12 15:29:13 -08:00
Bernard McKeever
f16ba100cc
provisioner/ansible: support {group,host}_vars
...
ansible looks for group and host vars directories as well as playbooks
this revision to the provisioner uploads those as well.
squashed to a single commit by strcrzy.
2014-02-02 09:34:41 -08:00
Prasanna Santhanam
410c0f37e1
Formatted googlecompute builder as per make format
2014-01-31 22:26:09 +05:30
Prasanna Santhanam
c3eceb1af5
Fixes #867 : save private key when debugging gce builder
...
Signed-off-by: Prasanna Santhanam <tsp@qubole.com>
2014-01-31 19:13:31 +05:30
mheidenr
3e4dca943a
enable qemu builder to handle reboots in the shell provisioner
2014-01-30 08:46:54 +01:00
Julian Phillips
dfc8733f43
Allow Qemu binary name to be configured
...
On some systems the default Qemu binary name of qemu-system-x86_64
isn't appropriate. So expose the binary name as a configurable item,
allowing the user to set it to something more appropriate if they need
to.
2014-01-24 18:01:42 +00:00
jamie brim
e41f620a6a
provisioner/ansible: configurable command / args
...
allow users to provide a replacement command / extra args to the
ansible-local provisioner.
this is useful, for example, to unbuffer output when using the
docker builder, or to modify ansible behavior, like enabling
verbose mode, injecting variables, or changing paths.
2014-01-22 14:34:34 -08:00
Jack Pearkes
8a1364dbd8
Merge pull request #833 from yosssi/fix-html
...
Change the word `aws_access_key` to `aws_secret_key`.
2014-01-20 08:55:40 -08:00
yosssi
eb468d24ec
Change the word aws_access_key
to aws_secret_key
.
2014-01-21 01:43:51 +09:00
Mitchell Hashimoto
4f29ed550a
Update CHANGELOG
2014-01-19 20:49:17 -08:00
Mitchell Hashimoto
ec46c709d4
website: update formatting for docker docs
2014-01-19 20:48:18 -08:00