2576 Commits

Author SHA1 Message Date
Mitchell Hashimoto
eeefde8fc7 v0.5.1 v0.5.1 2014-01-02 08:51:18 -08:00
Mitchell Hashimoto
f325581bc2 update CHANGELOG 2014-01-01 22:24:29 -08:00
Mitchell Hashimoto
356e872adb packer/rpc: write only the remaining data on muxconn retry 2014-01-01 22:20:03 -08:00
Mitchell Hashimoto
b0d7933294 packer/rpc: get rid of trace level 2014-01-01 22:19:43 -08:00
Mitchell Hashimoto
c8ee2343c2 packer/rpc: more logging and fix a bug with read buffer start point 2014-01-01 22:13:06 -08:00
Mitchell Hashimoto
c2cd1af775 packer/rpc: more logs 2014-01-01 22:03:12 -08:00
Mitchell Hashimoto
73dc53dffb packer/rpc: more logging in muxconn 2014-01-01 21:59:00 -08:00
Mitchell Hashimoto
f027418794 packer/rpc: a little more logging 2014-01-01 21:53:57 -08:00
Mitchell Hashimoto
090718bd8e packer/rpc: make sure we read all the data 2014-01-01 21:53:36 -08:00
Mitchell Hashimoto
5fc3d67112 packer/rpc: make things loud 2014-01-01 21:34:11 -08:00
Mitchell Hashimoto
a03283c3ab fmt 2014-01-01 21:19:47 -08:00
Mitchell Hashimoto
f92e5d456d builder/vmware-iso: ESX5Driver impl OutputDir [GH-773] 2014-01-01 20:55:08 -08:00
Mitchell Hashimoto
e77671ea58 update CHANGELOG 2013-12-31 22:33:46 -08:00
Mitchell Hashimoto
28c93dc1f2 Merge pull request #772 from greglu/virtualbox-ovf-shutdown-timer-fix
builder/virtualbox-ovf: fix shutdown_timeout handling
2013-12-31 22:33:11 -08:00
Greg Lu
c29a068df2 builder/virtualbox/ovf: fix shutdown_timeout handling
The shutdown_timeout config parameter was being ignored
(for both the user setting and the "5m" default) on the
virtualbox-ovf builder. As a result, packer complained
of timeouts on graceful shutdowns, and the build process
would error out. This fixes that along with some newly
created tests.
2013-12-31 18:28:33 -05:00
Mitchell Hashimoto
f381f04264 Merge pull request #771 from bpot/bp/fix_puppet_docs
website: correct default puppet provisioner command
2013-12-31 13:10:17 -08:00
Bob Potter
fdf06a43b4 website: correct default puppet provisioner command 2013-12-31 15:06:08 -06:00
Matthew Hooker
c8d926b372 Merge pull request #769 from gabriel403/patch-1
Documentation/docker: link pointing to dockerfiles was incorrect
2013-12-31 11:01:09 -08:00
Gabriel Baker
68062aed69 link pointing to dockerfiles was incorrect 2013-12-31 19:00:08 +00:00
Mitchell Hashimoto
00cc9fb14c packer/rpc: muxconn can't use stream ID 0 ever 2013-12-30 21:03:10 -08:00
Mitchell Hashimoto
8dfb7842d4 up version for dev 2013-12-30 20:57:59 -08:00
Mitchell Hashimoto
ae66764e92 Merge pull request #766 from rasa/patch-1
website: added missing builders to intro
2013-12-30 15:20:02 -08:00
Ross Smith II
188d4322c7 Added missing builders to intro 2013-12-30 15:19:01 -08:00
Mitchell Hashimoto
ccaf00c29e v0.5.0 v0.5.0 2013-12-30 12:29:36 -08:00
Mitchell Hashimoto
63b9705e09 comments 2013-12-28 10:04:15 -07:00
Mitchell Hashimoto
0daccdcd74 builder/amazon: handle cases when amazon SG isn't available [GH-494] 2013-12-28 10:03:22 -07:00
Mitchell Hashimoto
f7c39340a3 builder/vmware,virtualbox: checksum_type can be "none" [GH-471] 2013-12-28 09:59:47 -07:00
Mitchell Hashimoto
2a030603a5 packer: allow environmental variables within user vars [GH-633] 2013-12-28 09:34:17 -07:00
Mitchell Hashimoto
228f0c2520 builder/amazon/common: run_tags to apply to launch [GH-722] 2013-12-27 20:54:35 -07:00
Mitchell Hashimoto
0f16773631 packer: add pwd function with working directory [GH-762] 2013-12-27 20:46:10 -07:00
Mitchell Hashimoto
8e098d5eb1 Update CHANGELOG 2013-12-27 20:34:24 -07:00
Mitchell Hashimoto
8ef3b8b513 Merge pull request #761 from mitchellh/do-private-networking
builders/digitalocean: private networking
2013-12-27 19:33:59 -08:00
Jack Pearkes
ba6f6d318c website: add private_networking docs for digitalocean 2013-12-27 10:28:16 -08:00
Jack Pearkes
c94f5ff72a builder/digitalocean: add private_networking option for droplets 2013-12-27 10:26:27 -08:00
Mitchell Hashimoto
f2489ac6b9 builder/docker: customize run command [GH-648] 2013-12-27 10:17:45 -07:00
Mitchell Hashimoto
26e56d78d7 packer/rpc: make buffer real big for writes [GH-755] 2013-12-27 09:55:52 -07:00
Mitchell Hashimoto
105673ee97 packer: delete pause_before to avoid template invalids [GH-759] 2013-12-27 09:52:40 -07:00
Mitchell Hashimoto
fa7feb368d packer: template process build names [GH-744] 2013-12-27 09:43:59 -07:00
Mitchell Hashimoto
945b5a6312 update commands to new user var syntax 2013-12-27 09:21:17 -07:00
Mitchell Hashimoto
bd9574814d packer/rpc: build updated to use new interface 2013-12-27 09:19:11 -07:00
Mitchell Hashimoto
fdcdc3e259 packer: template now handles user var logic 2013-12-27 09:17:51 -07:00
Mitchell Hashimoto
8b269ebea6 builder/vmware/*: can specify path to fusion [GH-677] 2013-12-27 08:37:39 -07:00
Mitchell Hashimoto
5b8016043d provisioner/ansible-local: templates for role, playbook paths [GH-749] 2013-12-27 08:29:31 -07:00
Mitchell Hashimoto
098d85f735 packer/rpc: ignore non-existent streams in muxconn 2013-12-26 23:34:18 -07:00
Mitchell Hashimoto
beb4e63e64 builder/virtualbox/iso: load shutdown config [GH-754] 2013-12-26 23:28:15 -07:00
Mitchell Hashimoto
16a57c1334 packer: {{timestamp}} is the same for an entire build [GH-744] 2013-12-26 17:29:21 -07:00
Mitchell Hashimoto
58bd15fdfe fmt 2013-12-26 17:20:13 -07:00
Mitchell Hashimoto
c35c30186a Update CHANGELOG 2013-12-26 17:20:01 -07:00
Mitchell Hashimoto
55e5b97d6b Merge pull request #746 from devcamcar/openstack-key-logging
builder/openstack: added keypair logging for debugging to OpenStack builder
2013-12-26 16:19:25 -08:00
Mitchell Hashimoto
401882ef14 Update CHANGELOG 2013-12-26 17:19:05 -07:00