Mitchell Hashimoto
f54f09d7a3
builder/virtualbox: detect vboxmanage errors with zero code [GH-1119]
2014-09-05 09:57:30 -07:00
Mitchell Hashimoto
37f5f00742
Update CHANGELOG
2014-09-05 09:52:31 -07:00
Mitchell Hashimoto
7002b8f07e
Merge pull request #1464 from mitchellh/f-new-gce
...
builder/googlecompute: uses new auth style
2014-09-05 09:50:56 -07:00
Mitchell Hashimoto
220d586cb4
website: document GCE auth scheme
2014-09-05 09:49:40 -07:00
Mitchell Hashimoto
b5c0c63ebc
builder/googlecompute: use new auth scheme
2014-09-05 09:47:20 -07:00
Mitchell Hashimoto
13a0c2b09d
website: update website with correct amazon defaults
2014-09-05 09:33:48 -07:00
Mitchell Hashimoto
ed377c9ff0
builder/amazon-instance: --no-filter by default [GH-1137]
2014-09-05 09:32:35 -07:00
Mitchell Hashimoto
e02eb91a1d
Update CHANGELOG
2014-09-05 09:27:46 -07:00
Mitchell Hashimoto
ba07866774
Merge pull request #1461 from rickard-von-essen/issue_1404
...
parallels-pvm: Optionally assign new MAC addresses to imported VMs
2014-09-05 09:27:09 -07:00
Rickard von Essen
5ad7737d55
parallels-pvm: Optionally assign new MAC addresses to imported VMs [GH-1404]
...
New config option:
reassign_mac (boolean) - If this is "false" the MAC address of the first
NIC will reused when imported else a new MAC address will be generated by
Parallels. Defaults to "false".
2014-09-05 11:33:28 +02:00
Mitchell Hashimoto
0776d9de34
builder/amazon: ssh_private_ip [GH-1229]
2014-09-04 21:48:14 -07:00
Mitchell Hashimoto
d2e24a4ebc
website: document the new docker post-processors
2014-09-04 21:39:18 -07:00
Mitchell Hashimoto
dfae0d26e0
website: document some of the new Docker stuff
2014-09-04 21:29:29 -07:00
Mitchell Hashimoto
bac54a6645
builder/amazon/common: token [GH-1236]
2014-09-04 21:19:20 -07:00
Mitchell Hashimoto
a87ce5f9c7
website: Vagrantfile doesn't need node stuff
2014-09-04 20:44:06 -07:00
Mitchell Hashimoto
7e2090b186
Merge pull request #1460 from msabramo/openstack_builder_doc_region_only_required_for_rackspace
...
doc openstack builder: region req'd only for rackspace
2014-09-04 20:42:10 -07:00
Marc Abramowitz
199e36f9fa
doc openstack builder: region req'd only for rackspace
...
Modify openstack builder doc to say that specifying a region is only
required for public rackspace and is NOT required for a private
openstack cloud.
2014-09-04 18:51:00 -07:00
Mitchell Hashimoto
69cd01bbe2
builder/amazon/common: wait for instance ready before tagging [GH-1367]
2014-09-04 18:43:35 -07:00
Mitchell Hashimoto
e4e0953030
website: add Vagrantfile
2014-09-04 18:27:16 -07:00
Mitchell Hashimoto
5b26560ee9
website: update private open stack example
2014-09-04 18:23:29 -07:00
Mitchell Hashimoto
c6b36420b4
Merge pull request #1459 from msabramo/add_private_openstack_example
...
Update openstack builder doc to include private openstack example
2014-09-04 18:22:36 -07:00
Marc Abramowitz
12d838e0c3
Update openstack builder doc to include private openstack example
...
This illustates how to use the OpenStack builder with a private
OpenStack cloud, as opposed to a public cloud such as Rackspace public
cloud.
2014-09-04 18:17:13 -07:00
Mitchell Hashimoto
77bd024079
builder/*: fix flaky tests, get tests passing
2014-09-04 18:11:05 -07:00
Mitchell Hashimoto
5f5e94711c
Update CHANGELOG
2014-09-04 18:08:23 -07:00
Mitchell Hashimoto
5cb7355814
builder/docker: change commit to the opt-in, special case build steps
...
/cc @andytson - Wanted to CC you in here so you could see some changes I
made.
First, I changed commit to opt-in, so you set "commit": true to get
commit behavior. This simplifies the logic a bit. Then, I removed the
skipping for StepExport and StepCommit and put that into the Builder
itself. This simplifies those steps (limits abstraction leakage).
Otherwise, everything looks great!
2014-09-04 18:03:15 -07:00
Mitchell Hashimoto
5f126dc154
Merge branch 'andytson-feature/docker-image'
2014-09-04 17:56:52 -07:00
Mitchell Hashimoto
cb2c405d88
Merge branch 'feature/docker-image' of github.com:andytson/packer into andytson-feature/docker-image
...
Conflicts:
config.go
2014-09-04 17:56:47 -07:00
Mitchell Hashimoto
b267c3eb4a
builder/docker: wait for tail to end when running remote command
2014-09-04 17:24:09 -07:00
Mitchell Hashimoto
c139aa3b71
builder/docker: style
2014-09-04 17:07:21 -07:00
Mitchell Hashimoto
74a4f27a16
buidler/docker: remove container [GH-1206] [GH-1095]
2014-09-04 17:03:24 -07:00
Mitchell Hashimoto
2e2f59a87b
Vagrantfile should use a much newer Ubuntu
2014-09-04 15:29:03 -07:00
Mitchell Hashimoto
49ac4acdd2
scripts: able to set XC_ARCH/OS manually
2014-09-04 15:13:29 -07:00
Mitchell Hashimoto
dabbcd45a8
Update CHANGELOG
2014-09-04 11:48:42 -07:00
Mitchell Hashimoto
84237ec98f
Add Vagrantfile for cross cmpiling
2014-09-04 11:35:27 -07:00
Mitchell Hashimoto
a2f06c2b5f
website: fix docs [GH-1222]
2014-09-04 11:26:53 -07:00
Mitchell Hashimoto
0d35473d41
communicator/ssh: make TCP keep-alive period shorter [GH-1232]
2014-09-04 11:24:01 -07:00
Mitchell Hashimoto
847cb02eb3
packer: fuzzy search broken pipe too [GH-1314]
2014-09-03 21:31:34 -07:00
Mitchell Hashimoto
c7dffaf12f
Update CHANGELOG
2014-09-03 21:28:37 -07:00
Mitchell Hashimoto
67afff5ede
fmt
2014-09-03 21:27:54 -07:00
Mitchell Hashimoto
dc74c2bbdd
builder/amazon: tests
2014-09-03 21:27:43 -07:00
Mitchell Hashimoto
ad51098a3e
packer/rpc: don't panic on cache errors [GH-1328]
2014-09-03 21:17:53 -07:00
Mitchell Hashimoto
e9c2628a77
packer/plugin: clean up log output by only using the base
2014-09-03 21:11:43 -07:00
Mitchell Hashimoto
c0f9dbde41
builder/virtualbox: search VBOX_MSI_INSTALL_PATH [GH-1337]
2014-09-03 21:08:57 -07:00
Mitchell Hashimoto
f0bc4fd0b7
website: update supported builders
2014-09-03 21:01:23 -07:00
Mitchell Hashimoto
749baa19c4
builder/virtualbox/iso: append timestamp to name [GH-1365]
2014-09-03 20:54:02 -07:00
Mitchell Hashimoto
23e2387d61
website: document needing knife [GH-1429]
2014-09-03 20:38:01 -07:00
Mitchell Hashimoto
32c88c20ef
Don't notify IRC
2014-09-03 20:33:38 -07:00
Mitchell Hashimoto
28de122579
builder/virtualbox: fix typo
2014-09-03 20:33:22 -07:00
Mitchell Hashimoto
94f385ecf9
builder/virtualbox: error if guest additions URL can't be read [GH-1439]
2014-09-03 20:30:16 -07:00
Mitchell Hashimoto
01abbc4460
common/ssh: error if encrypted key is used
2014-09-03 20:25:31 -07:00