James Massara
ca84e2ac55
Fix bug with getting ec2 connection instead of source image
2014-07-21 15:28:47 -07: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
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
Nina Berg
bd1a0d07fb
Added some variables to amazon-ebs builder and chef-client provisioner
2014-07-08 13:15:17 -04:00
Ross Smith II
cbfb6ec307
Update CHANGELOG.md
2014-07-05 07:03:33 -07:00