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
Mitchell Hashimoto
676f700d56
update CHANGELOG
2013-12-13 19:28:18 -08:00
Mitchell Hashimoto
e1f25ab55d
Merge pull request #715 from mitchellh/f-gce-builder
...
Google Compute Builder
2013-12-13 19:26:52 -08:00
Mitchell Hashimoto
e3d0913142
website: update docs for GCE, fix styling for OL
2013-12-13 19:22:52 -08:00
Mitchell Hashimoto
afae20c760
builder/googlecompute: artifact tests
2013-12-13 19:08:27 -08:00
Mitchell Hashimoto
af00e04e1e
builder/googlecompute: artifact uses Driver, no more api
2013-12-13 19:07:10 -08:00
Mitchell Hashimoto
9db5b40baf
builder/googlecompute: StepRegisterImage
2013-12-13 19:03:10 -08:00
Mitchell Hashimoto
9e625979b3
builder/googlecompute: StepUploadImage
2013-12-13 18:30:57 -08:00
Mitchell Hashimoto
4ca1a49d18
builder/googlecompute: StepCreateImage
2013-12-13 18:26:00 -08:00
Mitchell Hashimoto
a4d74392c4
builder/googlecompute: update gsutil
2013-12-13 18:21:02 -08:00
Mitchell Hashimoto
ff784f04ae
builder/googlecompute: enable provisioning
2013-12-13 18:08:43 -08:00
Mitchell Hashimoto
703fe4ef67
builder/googlecompute: enable SSH
2013-12-13 18:07:16 -08:00
Mitchell Hashimoto
a3a2b305f9
builder/googlecompute: get instance info
2013-12-13 13:01:28 -08:00
Mitchell Hashimoto
4ea300c157
builder/googlecompute: delete instance
2013-12-12 22:34:47 -08:00
Mitchell Hashimoto
89af79921e
builder/googlecompute: fix all sorts of zone issues
2013-12-12 22:23:19 -08:00
Mitchell Hashimoto
ac597ec7a9
website: more docs on getting the key
2013-12-12 21:53:05 -08:00
Mitchell Hashimoto
8fe0d6d559
builder/googlecompute: better logging
2013-12-12 21:53:05 -08:00
Mitchell Hashimoto
cfe8e46680
builder/googlecompute: get rid of all client stuff for now
2013-12-12 21:53:05 -08:00
Mitchell Hashimoto
f87f7d8ed0
builder/googlecompute: disable other steps for now
2013-12-12 21:53:05 -08:00
Mitchell Hashimoto
56bc5266d9
builder/googlecompute: driver and create instance tests
2013-12-12 21:53:05 -08:00
Mitchell Hashimoto
ea058a6ab4
builder/googlecompute: StepCreateSSHKey tests
2013-12-12 21:53:05 -08:00
Mitchell Hashimoto
3e023ee3ec
builder/googlecompute: cancel works
2013-12-12 21:53:04 -08:00
Mitchell Hashimoto
edb2fef2e5
website: cover how to get client secrets and such in website
2013-12-12 21:53:04 -08:00
Mitchell Hashimoto
bb76974416
builder/googlecompute: test config basics
2013-12-12 21:53:04 -08:00