Commit Graph

60 Commits

Author SHA1 Message Date
Chris Bednarski d8e8f98b32 Change to 4 spaces 2015-07-22 20:25:58 -07:00
Chris Bednarski 555a8ba792 Change two blanks to one blank after numbered list item 2015-07-22 20:22:50 -07:00
Chris Bednarski d57c051651 Reformat everything 2015-07-22 19:31:00 -07:00
Chris Bednarski ee2e039671 Merge pull request #2417 from zakuro9715/docs-docker-tag-force
Add description of force option for docker-tag
2015-07-19 21:34:12 -07:00
YuZakuro a6269671ec Fix inconsistent spelling
`(boolean)` is used in most cases, but `(bool)` is used in places.

I ran `find website/source/**/*.(markdown|md) | xargs sed -i 's/(bool)/(boolean)/g'`
2015-07-09 18:20:13 +09:00
YuZakuro 315ad54834 Add description of force option for docker-tag 2015-07-09 17:40:34 +09:00
Chris Bednarski 355364ce4c Change some outdate references to Vagrant Cloud to point to Atlas instead 2015-06-26 14:59:01 -07:00
Chris Bednarski daf563e210 Change aws.ami to amazon.ami to be consistent with usage in terraform 2015-06-26 10:22:15 -07:00
Salvador Girones 6cb51f21de Make ResourcePool optional 2015-06-22 10:13:49 -07:00
Chris Bednarski f06847ff10 Merge branch 'master' into f-vtolstov-compress 2015-06-18 05:19:30 -07:00
Chris Bednarski 9cd572461d Updated docs, fix artifact bug 2015-06-18 05:13:48 -07:00
Chris Bednarski b767aa7f99 Change to compression_level, fix and add tests for format detection 2015-06-18 03:55:51 -07:00
Chris Bednarski 8fdb4f77e0 WIP 2/4 tests passing, still need to re-implement ZIP and bare compression files and do some cleanup 2015-06-18 00:47:33 -07:00
Mitchell Hashimoto 889b5b6105 website: update vsphere 2015-06-17 22:21:04 +02:00
Mitchell Hashimoto 58b430d7ef website: update docs for provider key [GH-2099] 2015-05-29 11:34:22 -07:00
Justin Campbell 23ac351c85 Clarify doubly-nested array use in post-processors
Expands on the description of the Vagrant and Vagrant Cloud
post-processors needing to be in a doubly-nested array.

Also, separate the two arrays in the JSON sample so they stick out more
(and reformat the JSON).
2015-03-24 15:41:17 -04:00
Emil Hessman 825cd7a86a website: address spelling mistakes 2015-02-21 09:27:04 +01:00
Kevin Fishner 3bdb9a6e9d add vagrant cloud note 2015-02-03 17:07:24 -08:00
Kevin Fishner 3717ffa023 add atlas post-processor docs 2015-02-03 16:20:32 -08:00
Danny Lockard 8aac8dc17c Per https://coderwall.com/p/momg4a/packer-io-vsphere-post-processor-without-resource-pools 2014-12-10 11:35:32 -06:00
Mitchell Hashimoto 0db6cd3533 Merge pull request #1330 from qur/qemu-vagrant
Qemu vagrant
2014-10-28 08:42:17 -07:00
Mitchell Hashimoto 6a1744a1d2 Merge pull request #1385 from Mayflower/vagrantcloud_selfhosted
Vagrantcloud selfhosted
2014-10-27 17:12:21 -07:00
Seth Vargo 67fad6c429 Add metadata description to all pages + include "Packer" for SEO 2014-10-22 17:41:53 -04:00
Seth Vargo 0800ebfe7a Use formatting helpers and labeled code blocks 2014-10-22 17:41:53 -04:00
Tim Brown bd5382dc72 Update example to match parameter.
The example showed "path" instead of "output".
2014-10-13 12:56:53 -07:00
Julian Phillips 660e82e689 Update vagrant supported builder list
Update the list of supported builders in the vagrant post-processor
docs to include QEMU.
2014-09-22 11:15:47 +01:00
Mitchell Hashimoto 2ed100a0b0 website: document compress post-processor 2014-09-08 10:30:10 -07:00
Mitchell Hashimoto e9611dfb11 website: update docker-push 2014-09-05 14:44:34 -07:00
Mitchell Hashimoto 56d22ac99e post-processor/docker-push: can login [GH-1243] 2014-09-05 14:43:15 -07:00
Mitchell Hashimoto d2e24a4ebc website: document the new docker post-processors 2014-09-04 21:39:18 -07:00
Mitchell Hashimoto a2f06c2b5f website: fix docs [GH-1222] 2014-09-04 11:26:53 -07:00
Carlos Valiente 41cdb33d65 Update vagrant-cloud.html.markdown 2014-08-06 22:59:38 +01:00
Tristan Helmich 849458f29d Update documentation: New box_download_url setting 2014-08-02 15:16:39 +02:00
Jack Pearkes 4ea700d798 website: vagrant-cloud pp is now released 2014-07-20 16:32:01 -04:00
Mitchell Hashimoto 0a5cbb9fb5 Update vagrant.html.markdown 2014-07-19 09:37:05 -07:00
Jack Pearkes a03cf62a29 website: add warning to vagrant-cloud docs 2014-07-11 14:27:24 -04:00
Ross Smith II aa844ef4c7 Update vagrant-cloud.html.markdown
alphabetize options
2014-07-11 06:21:16 -07:00
Jack Pearkes 46535e3a3c post-processor/vagrant-cloud: better logging, document vcloud url 2014-06-25 12:46:25 -04:00
Jack Pearkes 5b2aaf3393 website: correct example configuration for vagrant pp 2014-06-25 11:46:51 -04:00
Jack Pearkes 560da27651 website: simplify example for vagrant cloud post processor 2014-06-25 11:45:53 -04:00
Jack Pearkes 34164b2522 post-processor/vagrant-cloud: add docs 2014-06-25 11:44:08 -04:00
Ross Smith II 7b09052845 website: fix default compression #
see http://golang.org/src/pkg/compress/flate/deflate.go#L406
2014-05-05 11:46:49 -07:00
Ross Smith II d666b64fb8 website: alphabetized configuration options, added missing ones, standardized text 2014-05-04 10:47:56 -07:00
Rickard von Essen d08ee4adfd Added support for Parallels Desktop for Mac [GH-233] in the vagrant post-processor.
Fixes https://github.com/rickard-von-essen/packer-parallels/issues/3
2014-05-01 20:29:22 +02:00
YungSang 75e26ee955 Added support for Parallels Desktop for Mac [GH-233] in the vagrant post-processor.
The code originate from https://github.com/YungSang/packer-parallels
2014-05-01 20:29:22 +02:00
Michael Kuzmin fce2fc526f Optional parameters in vSphere post-processor.
datastore, vm_folder, and vm_network options can be omitted.
2014-04-30 16:02:09 +04:00
Mitchell Hashimoto c19a5c6bb7 post-processors/vsphere: disk mode 2014-04-21 21:10:20 -07:00
Mitchell Hashimoto c67094fbb6 website: update Vagrant PP docs for input artifacts [GH-898] 2014-02-21 14:11:33 -08:00
Mitchell Hashimoto e8768785a0 website: add docs for docker-import and docker-push 2014-01-19 20:42:42 -08:00
Mitchell Hashimoto 5e2f08de70 post-processor/vagrant: do overrides 2013-12-19 14:44:15 -08:00