Commit Graph

2531 Commits

Author SHA1 Message Date
Sudharshan S d22b2a011d 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 c4942a62ee 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 f99837b4b7 test: fix GCE test 2013-12-14 11:40:27 -08:00
Mitchell Hashimoto 044e7fa368 test: google compute engine acceptance tests 2013-12-14 11:27:50 -08:00
Mitchell Hashimoto a91b8f6853 builder/googlecompute: only load secrets/private key if given 2013-12-13 19:32:01 -08:00
Mitchell Hashimoto 501238b2bb update CHANGELOG 2013-12-13 19:28:18 -08:00
Mitchell Hashimoto 4f150dcc5c Merge pull request #715 from mitchellh/f-gce-builder
Google Compute Builder
2013-12-13 19:26:52 -08:00
Mitchell Hashimoto bae9c4d21f website: update docs for GCE, fix styling for OL 2013-12-13 19:22:52 -08:00
Mitchell Hashimoto bde4b02d2b builder/googlecompute: artifact tests 2013-12-13 19:08:27 -08:00
Mitchell Hashimoto 637968f2dd builder/googlecompute: artifact uses Driver, no more api 2013-12-13 19:07:10 -08:00
Mitchell Hashimoto 33a84c0938 builder/googlecompute: StepRegisterImage 2013-12-13 19:03:10 -08:00
Mitchell Hashimoto 587f057bf6 builder/googlecompute: StepUploadImage 2013-12-13 18:30:57 -08:00
Mitchell Hashimoto 20a074b4ee builder/googlecompute: StepCreateImage 2013-12-13 18:26:00 -08:00
Mitchell Hashimoto 37903337ea builder/googlecompute: update gsutil 2013-12-13 18:21:02 -08:00
Mitchell Hashimoto a2cf4cae25 builder/googlecompute: enable provisioning 2013-12-13 18:08:43 -08:00
Mitchell Hashimoto 1055f470e6 builder/googlecompute: enable SSH 2013-12-13 18:07:16 -08:00
Mitchell Hashimoto a72d31fb5b builder/googlecompute: get instance info 2013-12-13 13:01:28 -08:00
Mitchell Hashimoto 57f707dfcc builder/googlecompute: delete instance 2013-12-12 22:34:47 -08:00
Mitchell Hashimoto f72f7a37d1 builder/googlecompute: fix all sorts of zone issues 2013-12-12 22:23:19 -08:00
Mitchell Hashimoto 7f140cdf9c website: more docs on getting the key 2013-12-12 21:53:05 -08:00
Mitchell Hashimoto b676058144 builder/googlecompute: better logging 2013-12-12 21:53:05 -08:00
Mitchell Hashimoto 54d59fc79f builder/googlecompute: get rid of all client stuff for now 2013-12-12 21:53:05 -08:00
Mitchell Hashimoto 52f51a1dcd builder/googlecompute: disable other steps for now 2013-12-12 21:53:05 -08:00
Mitchell Hashimoto 2bd6f1e2d7 builder/googlecompute: driver and create instance tests 2013-12-12 21:53:05 -08:00
Mitchell Hashimoto 3657f33a4d builder/googlecompute: StepCreateSSHKey tests 2013-12-12 21:53:05 -08:00
Mitchell Hashimoto 2091dffe40 builder/googlecompute: cancel works 2013-12-12 21:53:04 -08:00
Mitchell Hashimoto 6cd9ee3ebb website: cover how to get client secrets and such in website 2013-12-12 21:53:04 -08:00
Mitchell Hashimoto fbc07942f0 builder/googlecompute: test config basics 2013-12-12 21:53:04 -08:00
Mitchell Hashimoto 46d297c7bd builder/googlecompute: client secrets tests 2013-12-12 21:53:04 -08:00
Mitchell Hashimoto 6507afd3ad builder/googlecompute: private key tests 2013-12-12 21:53:04 -08:00
Mitchell Hashimoto 3fad2421c5 website: add compute engine to layout 2013-12-12 21:53:04 -08:00
Mitchell Hashimoto ee9ea170af builder/googlecompute: move config out to seperate file 2013-12-12 21:53:04 -08:00
Mitchell Hashimoto a78b10c06d builder/googlecompute: set ID to packer namespace now thats in core 2013-12-12 21:53:04 -08:00
Mitchell Hashimoto 0b40251a29 plugin/builder-googlecompute: compile 2013-12-12 21:53:04 -08:00
Kelsey Hightower cc1130962b Use the same license as Packer core 2013-12-12 21:53:04 -08:00
Kelsey Hightower 16af2131db builder/googlecompute: Add website docs 2013-12-12 21:53:04 -08:00
Kelsey Hightower f406a477d3 builder/googlecompute: enable the googlecompute builder 2013-12-12 21:53:03 -08:00
Kelsey Hightower 58c73727e5 builder/googlecompute: Add new googlecompute builder 2013-12-12 21:53:03 -08:00
Mitchell Hashimoto 9307d8a866 packer/rpc: disable trace-level logs for now 2013-12-12 21:52:49 -08:00
Mitchell Hashimoto 1234e61cda builder/amazon/all: get rid of unnecessary field 2013-12-12 21:38:48 -08:00
Mitchell Hashimoto f5401110e6 website: fix typo [GH-712] 2013-12-12 15:45:57 -08:00
Mitchell Hashimoto a39fc73852 Update CHANGELOG 2013-12-12 14:47:27 -08:00
Mitchell Hashimoto 80c2f0fcd0 Merge pull request #690 from TranscendComputing/master
builder/qemu: added template processing for QemuArgs, floppy_files for auto-building f...
2013-12-12 14:46:08 -08:00
Mitchell Hashimoto a4b6a5a341 Update README 2013-12-12 13:44:16 -08:00
Mitchell Hashimoto bec978fd8b packer/rpc: Clean up old streams [GH-708] 2013-12-12 13:38:44 -08:00
Mitchell Hashimoto b1f07dcbe0 packer/rpc: clean up unnecessary functions 2013-12-12 13:21:42 -08:00
Mitchell Hashimoto b93a9c0a49 Update CHANGELOG 2013-12-12 13:20:25 -08:00
Mitchell Hashimoto d2f895ef85 Merge pull request #710 from DevelopStuff/bug/ansible-local-config
provisioner/ansible-local: fix configuration check for 'playbook_paths'
2013-12-12 13:19:52 -08:00
Mitchell Hashimoto b6ed68449a test: remove jq requirement 2013-12-12 13:18:46 -08:00
Mitchell Hashimoto 5e0da21173 builder/amazon/ebs: nicer output 2013-12-12 12:24:51 -08:00