Commit Graph

363 Commits

Author SHA1 Message Date
Mitchell Hashimoto 74fabe8516 website: update docs for vsphere changes 2013-12-11 14:02:10 -08:00
Mitchell Hashimoto 6225ace718 website: document the description field 2013-12-11 13:46:21 -08:00
Mitchell Hashimoto 6eaa7726d9 website: use the comparison operators in Puppet docs 2013-12-11 12:39:42 -08:00
Mitchell Hashimoto 9b3f37b63f provisioner/puppet-masterless: simplify manifest dir upload 2013-12-11 11:20:22 -08:00
Mitchell Hashimoto 1ecdd43eca Merge branch 'configure-manifest-dir' of https://github.com/Jimdo/packer into Jimdo-configure-manifest-dir 2013-12-11 11:14:45 -08:00
Mitchell Hashimoto 7085f5c85e website: update vsphere endpoint docs [GH-695] 2013-12-10 18:17:41 -08:00
Jan Brauer 6750335956 Merge branch 'master' into configure-manifest-dir 2013-12-10 09:08:11 +01:00
Mitchell Hashimoto 3b2e3456f6 website: fix docs for vmware esxi discrep [GH-674] 2013-12-06 19:14:20 -08:00
Mitchell Hashimoto 5997573f37 builder/amazon/instance: add location to upload command [GH-679] 2013-12-06 19:04:40 -08:00
Mitchell Hashimoto b5503a81d6 Merge pull request #657 from mitchellh/docs-users-vars
website: user Variables in Intro
2013-12-06 18:18:26 -08:00
Mitchell Hashimoto 68540cff09 Merge pull request #660 from CpuID/master
builder/amazon/ebs: AssociatePublicIpAddress for launching
2013-12-06 18:15:19 -08:00
Mitchell Hashimoto d5341d7b00 Merge pull request #637 from johnbellone/master
builder/openstack: add ProxyUrl parameter for OpenStack builder
2013-12-06 17:58:15 -08:00
Phil Fenstermacher 43bf7b2859 Changed error message and docs to match code - qemu-img options are qcow2 and raw 2013-12-04 14:05:07 -05:00
Jan Brauer d2edd2089e Update docs 2013-11-26 08:29:43 +01:00
Nathan Sullivan b3657db43e docs update for https://github.com/mitchellh/packer/issues/578 2013-11-26 11:41:39 +10:00
Jack Pearkes ecef4dc426 website: prettyprint variables examle in parallel builds 2013-11-25 13:51:32 +01:00
Jack Pearkes bdd75a6c6f website: user user varibles in the intro (parallel builds) 2013-11-25 13:47:23 +01:00
Jack Pearkes f36d53c60f website: use user variables in the intro (ec2) 2013-11-25 13:36:32 +01:00
Jack Pearkes 8776680b70 website: move iam policy documentation to the root amazon page 2013-11-25 13:27:38 +01:00
Bob Potter c454b19898 website: document chroot running process gotcha 2013-11-22 00:11:40 -06:00
Jon Topper 09a978d97e Match ec2-bundle-vol on web to code
Issue #248 contained a PR which changes the way bundle_vol_command is
used by default. This change to the defaults was not reflected on the
website, so I encountered the same issue when making changes to the
bundle_vol_command in my config.
2013-11-21 18:29:19 +00:00
Geoffrey Bachelet f2381d0735 Typo in vmware docs' YAML front matter 2013-11-20 22:05:22 +01:00
John Bellone 41b5a4f28a Website: Update timeout to reflect real default.
The default in the actual code is 5m.
2013-11-19 17:22:17 -05:00
Mitchell Hashimoto 01049413bd website: Fix typo with esxi config 2013-11-19 14:12:49 -08:00
Mitchell Hashimoto 1b429acd2f website: vsphere endpoint docs 2013-11-18 16:23:28 -08:00
Mitchell Hashimoto 147265cfcf website: update chef solo docs 2013-11-18 16:14:33 -08:00
Jeff Quast 67b0d69fb6 Update chef-solo.html.markdown
underscore of "data_bags" should be escaped; causes run-on italic
2013-11-14 16:13:20 -08:00
Baraa Basata 2951cc1070 Fix spelling in Intro documentation 2013-11-11 21:41:53 -05:00
Mitchell Hashimoto f18516a65a website: better document the dockerfile interaction with the builder 2013-11-09 19:40:38 -08:00
Mitchell Hashimoto 8cc09bcd56 Merge branch 'f-docker-builder': Docker builder
This introduces a Docker builder. The docker builder is able to create
containers by starting an existing Docker image, provisioning it using
standard practices, and then exporting it using `docker export`.
2013-11-09 19:08:05 -08:00
Mitchell Hashimoto 3bbe7024cd website: doc pull 2013-11-09 17:22:39 -08:00
Mitchell Hashimoto 1cf89afe06 website: document dockerfile 2013-11-09 13:59:34 -08:00
Mitchell Hashimoto 9438041fa3 website: start documenting the builder 2013-11-09 13:28:00 -08:00
Matthew Hooker 9fb347b96a Merge branch 'patch-3' of https://github.com/fgo/packer
website: Fix missing whitespace. [ci skip]
2013-11-09 06:09:13 -08:00
Francis Go 032ab69691 Fix grammar in Terminology documentation 2013-11-10 00:30:54 +11:00
Mitchell Hashimoto a436aa2e9c website: document need for AMI tools 2013-11-08 11:23:12 -08:00
Mitchell Hashimoto 0992c7bd19 Merge pull request #609 from fgo/patch-2
website: Fix spelling in Provision documentation [ci skip]
2013-11-07 23:03:45 -08:00
Francis Go 4b3665e9c0 Fix spelling in Provision documentation [ci skip] 2013-11-08 17:03:15 +11:00
Francis Go 0f936dac79 Fix spelling in Use Cases documentation 2013-11-08 13:22:25 +11:00
Mitchell Hashimoto 05bece2482 website: esxi docs 2013-11-07 12:44:40 -08:00
Mitchell Hashimoto a087f483be website: vmware esxi docs 2013-11-07 12:41:02 -08:00
Mitchell Hashimoto 9439b980cb website: remove outdated qemu docs 2013-11-05 21:46:38 -08:00
Mitchell Hashimoto 77b7169bd5 website: update QEMU docs 2013-11-05 15:34:09 -08:00
Mitchell Hashimoto 701f31ca4d Merge pull request #385 from TranscendComputing/master
builder/qemu: Qemu builder
2013-11-05 15:28:23 -08:00
Mitchell Hashimoto 8bbf9a8da8 Merge branch 'security-groups' of https://github.com/whiteley/packer into whiteley-security-groups
Conflicts:
	builder/amazon/common/run_config.go
2013-11-05 14:34:12 -08:00
Jack Pearkes 4f6f9e1639 builder/digitalocean: add a droplet_name configuration value
Practically, this lets you set the hostname of the droplet
used for provisioning.
2013-11-03 17:35:58 +01:00
Mitchell Hashimoto a5812670a8 Merge pull request #542 from phyrex1an/patch-1
website: propose additional IAM Role Actions
2013-11-02 03:56:38 -07:00
Mitchell Hashimoto fcbc2e7ff2 website: docs on disabling guest additions 2013-11-02 11:34:54 +01:00
Ciaran Downey fbfed8a0eb
s/extremely to/extremely easy to/ 2013-10-29 19:20:34 -07:00
mmercer-appneta 88f8e4d079 Added missing close-curly-brace to default value of execute_command. 2013-10-24 18:33:06 -07:00