Commit Graph

3557 Commits

Author SHA1 Message Date
Andrey Levkin dc555d6b5b Change creating boxes for customizing metadata.json. 2014-07-24 15:16:57 +04:00
Henry Huang 97eb744c87 De-register the unavailable image in the cleanup 2014-07-22 23:40:38 +08:00
Ross Smith II b30f901fc3 Update CHANGELOG.md 2014-07-21 18:10:27 -07:00
Ross Smith II 2c8ea2b6d2 Merge pull request #1361 from sneal/do-not-add-floppy-files-to-vmx
Do not re-add floppy disk files to VMX
2014-07-21 18:09:19 -07:00
Paul Morie 1163176144 Fix typo in docker builder docs 2014-07-21 20:56:19 -04:00
Shawn Neal 05ebc8f316 Do not re-add floppy disk files to VMX
This commit fixes errors like this in the vsphere post-processor when using floppy files in the builder step:
Error: File (/var/folders/zl/57c1vmr532z_ryf1scw53_b9ycmxh7/T/packer964492999) could not be found

The configure VMX step re-adds the floppy files, so we need to configure the VMX and _then_ clean the VMX in that order.
2014-07-21 17:06:43 -07:00
James Massara ca84e2ac55 Fix bug with getting ec2 connection instead of source image 2014-07-21 15:28:47 -07:00
Andy Thompson 4a98ab377a Add Stderr capture to Commit and TagImage calls. 2014-07-21 20:42:24 +01:00
Andy Thompson ed446782f9 Add a docker save post processor 2014-07-21 20:42:24 +01:00
Andy Thompson bf16683140 Add a docker tag post processor 2014-07-21 20:42:23 +01:00
Andy Thompson 1baa63f060 Add a docker commit step to the docker builder that runs instead of export if export_path not present 2014-07-21 20:42:23 +01:00
Jack Pearkes e62e122625 post-processor/vagrant-cloud: fix multi-part corruption 2014-07-21 10:30:51 -04:00
Jack Pearkes 4ea700d798 website: vagrant-cloud pp is now released 2014-07-20 16:32:01 -04:00
Mitchell Hashimoto 1eac1cc0dd up version for dev 2014-07-20 13:17:58 -07:00
Mitchell Hashimoto 8b24d99094 v0.6.1 2014-07-20 11:22:58 -07:00
Mitchell Hashimoto e27523eb00 Update CHANGELOG.md 2014-07-19 15:28:01 -07:00
Mitchell Hashimoto 3f7c09a21a Update CHANGELOG.md 2014-07-19 09:50:39 -07:00
Mitchell Hashimoto 7439baf75e Merge pull request #1343 from fnoeding/templating
Added support to use templates for more fields in null-builder and amazon-builder
2014-07-19 09:49:49 -07:00
Mitchell Hashimoto bc208a5b50 Update CHANGELOG.md 2014-07-19 09:48:55 -07:00
Mitchell Hashimoto 8250755a23 Merge pull request #1228 from jmassara/enhanced_networking
builder/amazon: support for enhanced networking
2014-07-19 09:48:24 -07:00
Mitchell Hashimoto 46a12f2e1e Merge pull request #1224 from swpecht/master
website: Added documentation page for environmental variables. #1130
2014-07-19 09:46:45 -07:00
Mitchell Hashimoto 7efa311165 Merge pull request #1347 from kanerogers/patch-1
website: Fixed Rackspace example
2014-07-19 09:46:07 -07:00
Mitchell Hashimoto 2c489110b1 Update CHANGELOG.md 2014-07-19 09:43:50 -07:00
Mitchell Hashimoto be143cf53d Update CHANGELOG.md 2014-07-19 09:43:33 -07:00
Mitchell Hashimoto 4ecd2f558e Update CHANGELOG.md 2014-07-19 09:43:05 -07:00
Mitchell Hashimoto eff9bbdac8 Update CHANGELOG.md 2014-07-19 09:42:58 -07:00
Mitchell Hashimoto ff1fb83d63 Update CHANGELOG.md 2014-07-19 09:42:52 -07:00
Mitchell Hashimoto 67bad68c9f Merge pull request #1250 from higebu/check-upload-iso-hash
builder/vmware/esxi: checksum iso upload to not always upload
2014-07-19 09:42:26 -07:00
Mitchell Hashimoto 0552b65c5f Merge pull request #1333 from hnakamur/accept_virtualbox_release_candidate_version
builder/virtualbox: Accept VirtualBox release candidate version
2014-07-19 09:41:38 -07:00
Mitchell Hashimoto 4101a25b45 Merge pull request #1346 from tehmaspc/tehmaspc_fix_typo
packer: Fixed typo in error message
2014-07-19 09:41:09 -07:00
Mitchell Hashimoto f6f4d6b3c8 Merge pull request #1348 from stefanlasiewski/master
website: Specifically call out the comma after `"builders": [...]`
2014-07-19 09:40:51 -07:00
Mitchell Hashimoto 0a5cbb9fb5 Update vagrant.html.markdown 2014-07-19 09:37:05 -07:00
Mitchell Hashimoto 0b192c90dd Merge pull request #1352 from sudharsh/master
Install gox during build time
2014-07-19 09:36:44 -07:00
Mitchell Hashimoto 1cf6948089 Merge pull request #1284 from MSOpenTech/master
post-processor/vagrant: hyper-v
2014-07-19 09:35:41 -07:00
Sudharshan S 02e7161b29 Install gox during build time
Just so that we can just run `make` without installing gox separatelyy
2014-07-19 22:02:49 +05:30
Mitchell Hashimoto 882e37a080 Merge pull request #1349 from mbrukman/gofmt
Cleaned up Go formatting with gofmt.
2014-07-19 09:32:49 -07:00
Misha Brukman 01130da729 builder/googlecompute: added support for all standard VM images
Also fixed the error message to be clear that the image was not found in any of
the projects that we attempted to search, rather than keep the error message
from the last project, which may be confusing to users.
2014-07-18 15:08:08 -04:00
stefanlasiewski 633275dac4 Use the phrase 'not present', which is more clear then 'not necessary'. 2014-07-18 10:26:32 -07:00
stefanlasiewski 55c85568a9 Merge branch 'master' of github.com:stefanlasiewski/packer 2014-07-18 10:25:56 -07:00
stefanlasiewski 228392fc8f Merge branch 'master' of github.com:stefanlasiewski/packer 2014-07-18 10:24:48 -07:00
stefanlasiewski fc1fe794ae Merge branch 'master' of github.com:stefanlasiewski/packer 2014-07-18 10:22:47 -07:00
stefanlasiewski 47f073c442 Problem: Docs should mention the comma after `"builders": [...]`
While running through the getting-started examples, I ran into a strange
error:

	packer $ packer validate example.json
	Failed to parse template: Error in line 16, char 2: invalid character
	'"' after object key:value pair
	  "provisioners": [{
	packer $

The error was not immediately obvious, as this is my first time working
with Packer, and like many users this also happens to be my first time
working with JSON.

Solution:

I was missing a comma after the 'builders' configuration. I'm sure this
is a common problem, so let's specifically mention that in the document.
2014-07-18 10:20:31 -07:00
stefanlasiewski 073a813e88 Problem:
While running through the getting-started examples, I ran into a strange
error:

	packer $ packer validate example.json
	Failed to parse template: Error in line 16, char 2: invalid character
	'"' after object key:value pair
	  "provisioners": [{
	packer $

The error was not immediately obvious, as this is my first time working
with Packer, and like many users this also happens to be my first time
working with JSON.

Solution:

I was missing a comma after the 'builders' configuration. I'm sure this
is a common problem, so let's specifically mention that in the document.
2014-07-18 10:15:05 -07:00
Kane Rogers 267876d3b3 Fixed Rackspace example
As per https://github.com/mitchellh/packer/issues/1142, it's critical to add openstack_provider: rackspace in order to get anything to work reliably with Rackspace and Packer in 6.0.

Question: should the openstack_provider field now be marked as required?
2014-07-18 10:43:21 +10:00
Tehmasp Chaudhri 9cf711cfcb Fixed typo 2014-07-17 16:41:58 -06:00
Misha Brukman c75a671c1e Cleaned up Go formatting with gofmt. 2014-07-17 15:33:09 -04:00
Florian Noeding de29431a43 null-builder: added support for templating 2014-07-17 17:46:22 +02:00
Florian Noeding e932ec6978 amazon builders now handle templating of user_data and user_data_file 2014-07-17 17:45:25 +02:00
Ross Smith II 79d55c20b3 Merge pull request #1340 from tehmaspc/tehmaspc_chefserver_https_endpoint_doc_update
[DOC] Changed to reflect the new httpS endpoint for Chef, since Chef 11.x
2014-07-16 20:17:59 -07:00
Tehmasp Chaudhri 49e5b9d21d Changed to reflect the new httpS endpoint for Chef, since Chef 11.x 2014-07-16 16:49:26 -06:00