Mitchell Hashimoto
3b2871a2ea
packer/rpc: fix data race by acquiring wrong locks in MuxConn
2013-12-20 09:55:57 -08:00
Mitchell Hashimoto
33c993fe16
post-procssor/vagrant: return proper artifact
2013-12-20 09:52:50 -08:00
Mitchell Hashimoto
b92e3ce02a
packer/rpc: accept/dial stream IDs are unique [GH-727]
2013-12-20 09:49:44 -08:00
Mitchell Hashimoto
21bbeb3607
core: cache makes proper path with slashes after "." [GH-716]
2013-12-19 18:25:01 -08:00
Mitchell Hashimoto
ec889ee5d8
packer/rpc: make newXWithMuxConn private
2013-12-19 17:35:32 -08:00
Mitchell Hashimoto
8645918016
packer/rpc: make servers use odd seqnums, clients even [GH-727]
2013-12-19 17:32:43 -08:00
Mitchell Hashimoto
d803b5cd6a
Update CHANGELOG
2013-12-19 15:02:22 -08:00
Mitchell Hashimoto
8aed898f15
Merge pull request #733 from mitchellh/f-vagrant-pp-revamp
...
Vagrant Post-Processor Refactor + "Include" feature
2013-12-19 15:01:07 -08:00
Mitchell Hashimoto
20a8c5fb58
command/fix: update help
2013-12-19 14:56:12 -08:00
Mitchell Hashimoto
b43906f5f1
command/fix: fix for overrides
2013-12-19 14:54:00 -08:00
Mitchell Hashimoto
9a444181dd
post-processor/vagrant: do overrides
2013-12-19 14:44:15 -08:00
Mitchell Hashimoto
3b162161f8
command/fix: cleaner
2013-12-19 14:44:12 -08:00
Mitchell Hashimoto
2869de9928
website: update docs for vagrant pp
2013-12-19 14:10:28 -08:00
Mitchell Hashimoto
8d42c28002
post-processor/vagrant: more tests
2013-12-19 14:04:45 -08:00
Mitchell Hashimoto
88693e5c13
post-procssor/vagrant: don't export some things
2013-12-19 13:52:48 -08:00
Mitchell Hashimoto
6389e304e6
post-processor/vagrant: vmware
2013-12-19 13:44:18 -08:00
Mitchell Hashimoto
15bf787c6f
post-processor/vagrant: DigitalOcean
2013-12-19 13:41:48 -08:00
Mitchell Hashimoto
813874c276
post-processor/vagrant: transition aws over
2013-12-19 13:37:09 -08:00
Mitchell Hashimoto
0f82c01b98
post-processor/vagrant: start new format
2013-12-19 13:22:46 -08:00
Mitchell Hashimoto
faeb386fc5
website/source: fix typos
2013-12-19 09:57:31 -08:00
Mitchell Hashimoto
d568db25c5
post-processor/vagrant: include files
2013-12-19 09:28:19 -08:00
Mitchell Hashimoto
1e3c43b123
post-processor/vagrant: compression_level is an int
2013-12-19 09:16:57 -08:00
Mitchell Hashimoto
1d89a720f1
builder/virtualbox: fix compilation
2013-12-19 08:49:50 -08:00
Mitchell Hashimoto
b97c4c1335
builder/virtualbox: sleep when stopping forcefully to allow session
...
unlock
2013-12-19 08:49:23 -08:00
Mitchell Hashimoto
a375be94f1
builder/virtualbox: remove devices in separate step
2013-12-19 08:47:37 -08:00
Mitchell Hashimoto
5031fc5a82
builer/virtualbox: avoid crash since guest additions path not set
2013-12-18 11:27:25 -08:00
Mitchell Hashimoto
aa9b493870
builder/virtualbox: don't download guest additions if disable [GH-731]
2013-12-18 11:22:02 -08:00
Mitchell Hashimoto
9261751969
Merge pull request #724 from ChrisKozak/master
...
builder/digitalocean: Updated DigitalOcean default image id
2013-12-18 09:01:06 -08:00
Mitchell Hashimoto
68986263f4
builder/amazon/instance: use US if region us-east-1 for upload [GH-729]
2013-12-18 09:00:20 -08:00
Mitchell Hashimoto
4f33a10bc3
Update CHANGELOG
2013-12-18 08:41:06 -08:00
Mitchell Hashimoto
c973c2173e
test: high-level CLI tests that catch basic errors
2013-12-18 08:40:35 -08:00
Mitchell Hashimoto
13a0f26a03
paker: tests for ColoredUi not showing color with env vars
2013-12-18 08:40:35 -08:00
Mitchell Hashimoto
c8c0c9d76c
builder/vmware: style
2013-12-18 08:40:35 -08:00
Mitchell Hashimoto
d209fcd5cc
builder/virtualbox: verify output dir is writable
2013-12-18 08:40:35 -08:00
Mitchell Hashimoto
c43c6a0fdb
Merge pull request #726 from rocketnova/master
...
provisioner/chef-solo: Chef environment doesn't work for chef-solo
2013-12-18 08:40:13 -08:00
Mitchell Hashimoto
d1fd7d10fb
Merge pull request #730 from sudharsh/txt_template_fix
...
provisioner/puppet: fix crash when HieraConfigPath or ManifestDir is specified in the config file.
2013-12-18 08:29:41 -08:00
Sudharshan S
f5d3ea333a
Fix Puppet Provisioner crash when HieraConfigPath or ManifestDir is specified
...
Prevents the following error,
Build 'amazon-instance' errored: template: tpl11:1:103: executing "tpl11" at <.HieraConfigPath>: HieraConfigPath has arguments but cannot be invoked as function
2013-12-18 19:33:43 +05:30
Rocket
eed7a77e95
Change chef environment to work for chef-solo.
2013-12-17 17:15:37 -08:00
Chris Kozak
165cf6ed69
Updated DigitalOcean default image id
...
It looks like DigitalOcean replaced the "Ubuntu 12.04" image with "Ubuntu 12.04.3". We've updated the ImageID to point to the new image.
2013-12-17 17:41:47 +00:00
Mitchell Hashimoto
a3878bbbd6
builder/amazon/all: launched instances have a name [GH-642]
2013-12-16 18:11:23 -08:00
Mitchell Hashimoto
9971a18208
common: process user variables in non-string config decodes [GH-598]
2013-12-16 17:57:07 -08:00
Mitchell Hashimoto
fbffd7f79c
test: better output if a test fails
2013-12-16 14:30:58 -08:00
Mitchell Hashimoto
960607935c
Update CHANGELOG
2013-12-16 14:11:02 -08:00
Mitchell Hashimoto
eeac3a69c5
packer: no colored output if machine-readable [GH-684]
2013-12-16 14:10:28 -08:00
Mitchell Hashimoto
cdb041ab77
Merge pull request #719 from sudharsh/go_minver_verify
...
The required go version to build packer seems to be 1.2
2013-12-16 10:14:42 -08:00
Sudharshan S
345cca12c0
Verify go version when building packer.
...
Check if the installed version is greater than the required version. Error out if that's not the case
2013-12-16 18:52:37 +05:30
Sudharshan S
949eb80bf4
The minimum go version to build packer is 1.2, not 1.1.
...
Change the documentation accordingly. 'ne' template function was added as part of go 1.2.
http://golang.org/doc/go1.2#text_template
2013-12-16 18:50:57 +05:30
Mitchell Hashimoto
0cfecf27e3
test: fix GCE test
2013-12-14 11:40:27 -08:00
Mitchell Hashimoto
637fbc9065
test: google compute engine acceptance tests
2013-12-14 11:27:50 -08:00
Mitchell Hashimoto
e88a2af399
builder/googlecompute: only load secrets/private key if given
2013-12-13 19:32:01 -08:00