Commit Graph

618 Commits (733a3ca317f1907efb74f668b42e90f38aca3eee)

Author SHA1 Message Date
Mitchell Hashimoto 0a5cbb9fb5 Update vagrant.html.markdown
12 years ago
stefanlasiewski 633275dac4 Use the phrase 'not present', which is more clear then 'not necessary'.
12 years ago
stefanlasiewski 47f073c442 Problem: Docs should mention the comma after `"builders": [...]`
12 years ago
Kane Rogers 267876d3b3 Fixed Rackspace example
12 years ago
Tehmasp Chaudhri 49e5b9d21d Changed to reflect the new httpS endpoint for Chef, since Chef 11.x
12 years ago
Jack Pearkes a03cf62a29 website: add warning to vagrant-cloud docs
12 years ago
Ross Smith II aa844ef4c7 Update vagrant-cloud.html.markdown
12 years ago
Mitchell Hashimoto 3bdd9ccb86 Merge pull request #1289 from mitchellh/vagrant-cloud-post-processor
12 years ago
Neil Edwards c67661d54d Spelling
12 years ago
Neil Edwards cf3913d051 Images link is 404, now must use API
12 years ago
Jack Pearkes 46535e3a3c post-processor/vagrant-cloud: better logging, document vcloud url
12 years ago
Jack Pearkes 5b2aaf3393 website: correct example configuration for vagrant pp
12 years ago
Jack Pearkes 560da27651 website: simplify example for vagrant cloud post processor
12 years ago
Jack Pearkes 34164b2522 post-processor/vagrant-cloud: add docs
12 years ago
Ross Smith II fcec036865 Merge pull request #1274 from ankon/docs-qemu-centos6.5
12 years ago
Rickard von Essen a5d39cebc7 Merge pull request #1173 from rickard-von-essen/pvm_bootcommand
12 years ago
Andreas Kohn c9c2ba180e Properly escape security_group_id to avoid markdown interpretation of the '_'
12 years ago
Andreas Kohn baa9fb9b76 Update the kickstart link
12 years ago
Andreas Kohn 792c8ac964 Improve the boot command sequence
12 years ago
Andreas Kohn 2eafb03f16 Update to CentOS 6.5
12 years ago
Ross Smith II a0caa635fa Merge pull request #1261 from lflux/openstack-networks-support
12 years ago
Thordur Bjornsson 9058061a38 Don't use a real domain in examples.
12 years ago
Ian Delahorne d99eff49f7 Reorder documentation into alphabetical order
12 years ago
Ian Delahorne c00696992a Add ability to configure networks for openstack
12 years ago
Ian Delahorne 189dad1348 Added required value for openstack_provider for rackspace example
12 years ago
Robert Coleman 8b229af9fd update vmware-vmx docs
12 years ago
James Massara 4b6b504d12 Docs updated with new config option
12 years ago
Steven Pecht 45ba949f39 Changed the ordering of the environmental variables to be alphabetic.
12 years ago
Steven Pecht 9fd05c9995 Added documentation page for environmental variables. #1130
12 years ago
Jacob Gillespie 3afa0a56b1 Update GCE source_image to debian-7-wheezy-v20140415
12 years ago
Henry Huang bf7b8199da Add the document for the new spot_price parameter
12 years ago
Benoit Benedetti 9462129bef Fix staging_directory default path
12 years ago
Matt Behrens 32f6553d04 add documentation for `iso_interface`
12 years ago
Kris 64c210f06d Fix website shell provisioner typo.
12 years ago
Greg Burek 3a45712780 Adds support for encrypted EBS volumes
12 years ago
cfortier2 bf38fa9f4f reorder chef_environment alphabetically
12 years ago
cfortier2 fe743f96c7 update website chef-client provisioner page
12 years ago
Rickard von Essen 4d994deb3a [feature] Support boot command for pvm builder
12 years ago
Rickard von Essen 8bb7132795 builder/parallels: Added missing doc about Parallels tools for the parallels-pvm builder.
12 years ago
Ross Smith II e082a7e59b added docs for boot_command and boot_wait
12 years ago
Ross Smith II 9cf5c8fdb3 Merge pull request #1150 from rsabitov/ansible-dir
12 years ago
rsabitov ef0c8c495c playbook_dir documentation
12 years ago
Rickard von Essen bd25866e90 builder/parallels: Select which interface to connect to.
12 years ago
Rickard von Essen 2b0f925374 Remove extra spaces in the Supported Platforms page.
12 years ago
Rickard von Essen 34db5146ae Added myself to the Community page
12 years ago
Rickard von Essen 9f967af0da Added links to the Supported Platforms page
12 years ago
Ross Smith II bdfac49410 builder/vmware: added vmx_data_post option
12 years ago
Nika Jones 04d9b0a1a5 Adds documentation to the website. Explains how to format the time.
12 years ago
Mitchell Hashimoto 0b63f4f9dc Merge pull request #1132 from rasa/1123-use-local-vboxguestadditions-iso
12 years ago
Ross Smith II 675c51e47d Update platforms.html.markdown
12 years ago
Ross Smith II bbcd7fc86e Update docs.erb
12 years ago
Darren Foo 70440a805e Correct example to use ssh_username/ssh_password
12 years ago
Darren Foo 253b5594ef Add null builder reference to Docs
12 years ago
Ross Smith II 7736151ac7 updated docs
12 years ago
Ross Smith II 89c143bd3c Update provisioners.html.markdown
12 years ago
Ross Smith II a473ca5320 Update inspect.html.markdown
12 years ago
Ross Smith II d207795f7d Update post-processors.html.markdown
12 years ago
Pierre Riteau 2ee90b29c3 Allow OpenStack builder to skip certificate verification
12 years ago
Ross Smith II 7b09052845 website: fix default compression #
12 years ago
Ross Smith II 9b31c5c8eb Update docs.erb
12 years ago
Ross Smith II 035f5dacff Revert "website: documented floppy_path and iso_path"
12 years ago
Ross Smith II 1b0f770ab6 website: documented floppy_path and iso_path
12 years ago
Ross Smith II c9d9ba859d website: alphabetized configuration options (really)
12 years ago
Ross Smith II d666b64fb8 website: alphabetized configuration options, added missing ones, standardized text
12 years ago
Yuya Kusakabe c3257fd674 website: Document that the Remote ESXi Driver supports ESXi 5.1 and above, and needs to enable GuestIPHack
12 years ago
Mitchell Hashimoto 5a4a5842c2 website: update openstack for security groups
12 years ago
Mitchell Hashimoto 19317fe92d website: document temporary_key_pair_name [GH-1024]
12 years ago
Rickard von Essen d08ee4adfd Added support for Parallels Desktop for Mac [GH-233] in the vagrant post-processor.
12 years ago
YungSang 75e26ee955 Added support for Parallels Desktop for Mac [GH-233] in the vagrant post-processor.
12 years ago
Rickard von Essen c5e9fbcb50 Added support for Parallels Desktop for Mac [GH-223]
12 years ago
Mitchell Hashimoto 92d58a5ede website: update openstack docs
12 years ago
Ross Smith II 4194a9bae3 Update digitalocean.html.markdown
12 years ago
Mitchell Hashimoto e8ab99676e website: openstack docs
12 years ago
Mitchell Hashimoto 6f6d656267 Merge pull request #1089 from rasa/use-slugs-for-digitalocean
12 years ago
Mitchell Hashimoto 12d16cace1 Merge pull request #1091 from mkuzmin/vsphere-parameters
12 years ago
Michael Kuzmin fce2fc526f Optional parameters in vSphere post-processor.
12 years ago
Ross Smith II 2bcd9a304e builder/digitalOcean: use names/slugs as well as IDs for image/region/size
12 years ago
Mitchell Hashimoto e2d2d25548 Merge pull request #1086 from rasa/add-globs-and-dirs-to-floppy-files
12 years ago
Ross Smith II e422d45f92 Allow wildcards and directories for floppy_files parameter
12 years ago
Jacob Helwig 38e880a187 Add ability to run vboxmanage commands just before exporting [GH-664]
12 years ago
Jim Browne 93c7e01c9f Fix EC2 IAM documentation. Possibly fixes #577
12 years ago
Mitchell Hashimoto c8b91f3dad website: clarify docs
12 years ago
Ross Smith II f2186fa6ff Merge pull request #995 from asatara/add-ssh-host-vmware
12 years ago
Mitchell Hashimoto edcb8fea30 packer: min_packer_version [GH-487]
12 years ago
Mitchell Hashimoto 667e3383fe Update CHANGELOG
12 years ago
Mitchell Hashimoto 0da1f2d8c6 builder/googlecompute: template process instance name
12 years ago
asatara 1783827c40 Added documentation
12 years ago
Ross Smith II 8dcabe977d Added myself to our community page
12 years ago
Mitchell Hashimoto 247ee515d5 website: more OpenStack docs
12 years ago
Mitchell Hashimoto 5890b033d9 website: update openstack config docs
12 years ago
Mitchell Hashimoto c19a5c6bb7 post-processors/vsphere: disk mode
12 years ago
Mitchell Hashimoto be3f391e37 website: update docs for OpenStack changes
12 years ago
Ross Smith II e38ff2f84e Merge pull request #1021 from laggyluke/master
12 years ago
Ross Smith II 850b066408 Merge pull request #945 from benlangfeld:feature/vb_output_opts (manually)
12 years ago
Ross Smith II a33aee13d5 Merge pull request #970 from fnoeding/nullbuilder
12 years ago
Ross Smith II ef1898083a Merge pull request #971 from fnoeding/amazon-sshkey
12 years ago
Ross Smith II 4f186fbd6e Merge pull request #1006 from jgornick/add-ansible-inventory-file (manually)
12 years ago
Ross Smith II 0dcd5d9aff builder/digitalocean: updated default image_id, per #1032
12 years ago
George Miroshnykov fc6e8c0830 builder/amazon: configurable virtualization type
12 years ago
Joe Gornick 6d56def162 Add inventory_file option to Ansible provisioner.
12 years ago
Florian Noeding 6371b70609 optionally use existing ssh key for amazon builders
12 years ago
Florian Noeding b879ec85cc implemented null buider
12 years ago
Ted Pennings 17ec0089c6 Fix a trailing comma in an example template
12 years ago
Ben Langfeld bfd6755859 Move to an array of strings for a deterministic option separation
12 years ago
Mitchell Hashimoto 46abd50520 website: update timeouts
12 years ago
Mitchell Hashimoto c71e06e800 website: update to be a little more clear [GH-933]
12 years ago
Ben Langfeld 0332901f63 builder/virtualbox: Add an `export_opts` option
12 years ago
Brett Porter 8e91574ce2 Update googlecompute.markdown
12 years ago
Joris van de Donk 6e397f6e85 Update URL for ansible local-playbooks in docs
12 years ago
Mitchell Hashimoto ab97545a52 provisioner/puppet-server: docs
12 years ago
Mitchell Hashimoto 2af91addf9 Merge pull request #796 from Jimdo/puppet-server
12 years ago
Mitchell Hashimoto 000e5b67ff provisioner/chef-client: docs and validation key path
12 years ago
Mitchell Hashimoto b91887b4f9 website: update docs for last PR
12 years ago
Mitchell Hashimoto 4d623de9a2 website: correct availability zone docs
12 years ago
Mitchell Hashimoto 4b9a9f5911 Merge pull request #842 from strcrzy/ansible_config_options
12 years ago
Mitchell Hashimoto 0fd7bdd3f5 builder/qemu: style
12 years ago
Mitchell Hashimoto 1b23af2667 Merge pull request #854 from qur/qemu-config-binary
12 years ago
Mitchell Hashimoto d2fe49d6a2 builder/qemu: document run_once is gone (but keep it around for compat)
12 years ago
Mitchell Hashimoto 1843ebf396 Merge pull request #883 from b2jrock/bjj-add-importopts
12 years ago
Mitchell Hashimoto 039def70f8 Merge pull request #885 from rosstimson/ec2-upload-bundle
12 years ago
Mitchell Hashimoto c67094fbb6 website: update Vagrant PP docs for input artifacts [GH-898]
12 years ago
Brian Johnson ac2c4203a2 Add import_opts to the virtualbox-ovf builder. My use case is that I
12 years ago
Prasanna Santhanam 7394d00e67 Adding docs to #645 on the website
12 years ago
Jan Brauer ee50657097 Merge remote-tracking branch 'upstream/master' into puppet-server
12 years ago
Ross Timson 58444627c1 Use --url flag rather than --location for ec2-upload-bundle
12 years ago
Jan Brauer 3dd0f9d6ac Update documentation
12 years ago
Julian Phillips a8993662b5 Allow Qemu binary name to be configured
12 years ago
jamie brim ec1adec029 provisioner/ansible: configurable command / args
12 years ago
yosssi cc4564c052 Change the word `aws_access_key` to `aws_secret_key`.
12 years ago
Mitchell Hashimoto 3e85bc8bf8 website: update formatting for docker docs
12 years ago
Mitchell Hashimoto 1444233c23 Merge pull request #794 from mitchellh/do-doc-defaults
12 years ago
Mitchell Hashimoto e8768785a0 website: add docs for docker-import and docker-push
12 years ago
DracoBlue 8195b8da7f Fixed typo in qemu documentation
12 years ago
Dana Merrick 433c7673fb Updating the googlecompute builder documentation.
12 years ago
Klynton Jessup a76650f9ea Update post-processor.html.markdown
12 years ago
Ross Smith II 5a26624897 Update virtualbox-iso.html.markdown
12 years ago
Jan Brauer 9d01684c1c Use sudo by default, as in puppet-masterless
12 years ago
Jan Brauer 58b06526f5 Update docs for puppet-server provisioner
12 years ago
Jan Brauer 864f4b5851 Add docs for puppet-server provisioner
12 years ago
Jack Pearkes 7022b62017 website: update defaults for DO ID's
12 years ago
Stefan Foulis feacecdffc includes information about "provider"
12 years ago
Bob Potter 11353f182e website: really fix puppet provisioner cmd docs
12 years ago
Bob Potter 9c07d2d5b3 website: correct default puppet provisioner command
12 years ago
Gabriel Baker 9d535f19d3 link pointing to dockerfiles was incorrect
12 years ago
Ross Smith II 738db963d0 Added missing builders to intro
12 years ago
Mitchell Hashimoto 2b801a7b12 builder/vmware,virtualbox: checksum_type can be "none" [GH-471]
12 years ago
Mitchell Hashimoto e38c0424b9 packer: allow environmental variables within user vars [GH-633]
12 years ago
Mitchell Hashimoto 8aabe01bad builder/amazon/common: run_tags to apply to launch [GH-722]
12 years ago
Mitchell Hashimoto 4c8b8d4fa7 packer: add `pwd` function with working directory [GH-762]
12 years ago
Jack Pearkes 00fe97cae3 website: add private_networking docs for digitalocean
12 years ago