Commit Graph

3107 Commits

Author SHA1 Message Date
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
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
Hiroaki Nakamura 7549735bd3 Accept VirtualBox release candidate version (ex. 4.3.14_RC1 from 4.3.14_RC1r94870) 2014-07-12 19:08:10 +09:00
Jack Pearkes a03cf62a29 website: add warning to vagrant-cloud docs 2014-07-11 14:27:24 -04:00
Ross Smith II a2dd87795d Update CHANGELOG.md
**New post processor:** `vagrant-cloud` - Push box files generated by
    vagrant post processor to Vagrant Cloud. [GH-1289]
2014-07-11 07:28:24 -07:00
Ross Smith II 197c8664dd Update CHANGELOG.md
provisioner/chef-*: Fix remotePaths for Windows [GH-394]
2014-07-11 07:23:04 -07:00
Ross Smith II dab4d7824b Merge pull request #1329 from OpsRockin/chef-local-paths-on-windows
Fix remotePaths when provisioning Linux from Windows
Fixes #394
2014-07-11 07:19:22 -07:00
Ross Smith II aa844ef4c7 Update vagrant-cloud.html.markdown
alphabetize options
2014-07-11 06:21:16 -07:00
sawanoboly 18dddb516b Fix remotePaths when provisioning Linux from Windows 2014-07-11 19:12:34 +09:00
Mitchell Hashimoto 3bdd9ccb86 Merge pull request #1289 from mitchellh/vagrant-cloud-post-processor
Vagrant Cloud Post-Processor
2014-07-10 11:44:25 -07:00
Ross Smith II cbfb6ec307 Update CHANGELOG.md 2014-07-05 07:03:33 -07:00
Ross Smith II 418ed0cb3f Merge pull request #1316 from yuuzi41/fix-esx5-path-separator
fix invalid esx5 path separator in windows
2014-07-05 07:00:29 -07:00
yuuzi41 982e523ba2 fix invalid esx5 path separator in windows
before, this code had joining path elements by filepath module. filepath module generate path string with backslash-joined in Windows. but ESX require path string with slash-joined. it means that this code generate illegal path string in windows. illegal path string raised "Error creating disk".

this patch fixes path separator from backslash to slash in windows. from this, creating disk would succeed without error.
2014-07-02 21:55:47 +09:00
Ross Smith II 5d0cd9676a Merge pull request #1307 from lflux/better-serverbyid-fix
Replace ListServers hack with update ServerById
2014-07-01 06:40:19 -07:00
Ian Delahorne 0da4aa6f24 Replace ListServers hack with update ServerById
[gophercloud#168](https://github.com/rackspace/gophercloud/issues/168) has been
patched to not panic on non-existing server id's. If an error is returned,
check if the error is a 404 first before bailing.
2014-06-30 19:51:48 -05:00
Ross Smith II 25ff0f04e6 Update CHANGELOG.md
builder/openstack: Workaround for gophercloud.ServerById crashing [GH-1257]
2014-06-30 10:58:41 -07:00
Ross Smith II be606418e6 Merge pull request #1304 from lflux/fix-openstack-serverid-crash
Fix openstack ServerById crash
2014-06-30 10:56:53 -07:00
Ross Smith II 753a990cd5 Update CHANGELOG.md
builder/amazon-common: Sort AMI strings before outputting [GH-1305]
2014-06-30 10:54:56 -07:00
Ross Smith II f74a093eca Merge pull request #1305 from lflux/sort-ami-strings
Sort AMI names in Artifact.String - fixes random test failures
2014-06-30 10:53:08 -07:00