Commit Graph

639 Commits

Author SHA1 Message Date
Mitchell Hashimoto cd35d5a15b Merge pull request #1428 from NickPresta/patch-1
website: Updating Ubuntu 12.04 ISO location and checksum
2014-09-01 21:26:19 -07:00
Mitchell Hashimoto a0a7457e2b website: clean up layout 2014-09-01 21:25:50 -07:00
Mitchell Hashimoto b8132fd9af Merge pull request #1432 from rhbecker/docs/toc-and-title-fixes
docs: toc and title fixes
2014-09-01 21:25:13 -07:00
Fabio Rapposelli d2a9a98eeb Fixed multiple VMware typos. 2014-08-22 10:07:36 +02:00
RH Becker e3015d7fe1 Add `page_title` attribute to each documentation file for which it didn't already exist, matching the value to each page's h1, respectively. 2014-08-21 17:41:35 -07:00
RH Becker 2e3b34789a Add table of contents link to orphan doc: `other/environmental-variables.html`. 2014-08-21 17:29:20 -07:00
Nick Presta 3cf90cb964 Updating Ubuntu 12.04 ISO location and checksum 2014-08-20 00:08:22 -04:00
Jason A. Beranek 1e5d746783 Merge pull request #1362 from pmorie/docs
Fix typo in docker builder docs
2014-08-18 17:44:38 -05:00
Jessica Frazelle 8bc696ce9e add disk size to google compute, so as to avoid disk size errors on exporting the image 2014-08-08 14:39:03 -04:00
Carlos Valiente 41cdb33d65 Update vagrant-cloud.html.markdown 2014-08-06 22:59:38 +01:00
Matthias Schmitz 65f71daf73 Allow 'tcg' as accelerator in builder-qemu
* Using 'tcg' as accelerator for qemu-system allows packer to run in a
  virtual machine as no kvm or xen support is needed.

* Also document the default behavior if no accelerator is given in the
  documentation.
2014-08-05 22:46:47 +02:00
Tristan Helmich 849458f29d Update documentation: New box_download_url setting 2014-08-02 15:16:39 +02:00
Eric Johnson e39f555f35 Merge pull request #1216 from playlist-media/fix-gce-image-name
Update GCE source_image in the docs
2014-07-28 10:36:40 -07:00
Jacob Gillespie 11816ba604 Update GCE source_image to debian-7-wheezy-v20140718 2014-07-28 11:06:26 -05:00
Paul Morie 1163176144 Fix typo in docker builder docs 2014-07-21 20:56:19 -04:00
Jack Pearkes 4ea700d798 website: vagrant-cloud pp is now released 2014-07-20 16:32:01 -04: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 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
stefanlasiewski 633275dac4 Use the phrase 'not present', which is more clear then 'not necessary'. 2014-07-18 10:26:32 -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
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
Aaron Brady ddd794c38e Update QEMU builder documentation with `disk_image` flag 2014-07-17 15:30:54 +01: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
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
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
Neil Edwards c67661d54d Spelling 2014-06-28 00:25:43 -04:00
Neil Edwards cf3913d051 Images link is 404, now must use API 2014-06-28 00:24:37 -04: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 fcec036865 Merge pull request #1274 from ankon/docs-qemu-centos6.5
Update the qemu example
2014-06-23 14:23:25 -07:00
Rickard von Essen a5d39cebc7 Merge pull request #1173 from rickard-von-essen/pvm_bootcommand
[feature] Support boot command for pvm builder
2014-06-22 21:05:04 +02:00
Andreas Kohn c9c2ba180e Properly escape security_group_id to avoid markdown interpretation of the '_' 2014-06-20 14:22:22 +02:00
Andreas Kohn baa9fb9b76 Update the kickstart link
Instead of pointing at a specific (in this case actually non-working!) revision, point to the github UI for the
head revision.
The user is expected to find the 'raw' link there, but the page allows to also quickly look at changes etc, which
might be helpful for people unfamiliar with kickstart files.
2014-06-20 14:16:35 +02:00
Andreas Kohn 792c8ac964 Improve the boot command sequence
Use a single command line, avoid the graphical installer, and use {{ .HTTPIP }} rather than the actual IP.
Also wait a bit before entering the commands to increase the chance of actually being in the boot menu.
2014-06-20 14:14:15 +02:00
Andreas Kohn 2eafb03f16 Update to CentOS 6.5 2014-06-20 14:13:53 +02:00
Ross Smith II a0caa635fa Merge pull request #1261 from lflux/openstack-networks-support
Add ability to configure networks for openstack
2014-06-16 17:53:44 -07:00
Thordur Bjornsson 9058061a38 Don't use a real domain in examples.
Use example.com instead.
2014-06-16 13:10:52 +02:00
Ian Delahorne d99eff49f7 Reorder documentation into alphabetical order 2014-06-15 18:46:02 -05:00
Ian Delahorne c00696992a Add ability to configure networks for openstack
Add configuration option `networks`, a list of network UUIDs, to attach to the
source instance.

In some openstack installs, no default network will be attached or the network
with the ability to attach a public floating IP will need to be specified.
2014-06-15 13:56:19 -05:00
Ian Delahorne 189dad1348 Added required value for openstack_provider for rackspace example
If `openstack_provider:rackspace` is omitted in the configuration, the example
won't work at all against rackspace. Not sure what the actual documentation for
this configuration value should be, but this was a major source of irritation
when I couldn't get the default example working against Rackspace.
2014-06-15 02:19:26 -05:00
Robert Coleman 8b229af9fd update vmware-vmx docs 2014-06-14 00:17:05 +12:00
James Massara 4b6b504d12 Docs updated with new config option 2014-06-04 15:13:28 -07:00
Steven Pecht 45ba949f39 Changed the ordering of the environmental variables to be alphabetic. 2014-06-04 15:59:48 -04:00
Steven Pecht 9fd05c9995 Added documentation page for environmental variables. #1130 2014-06-04 13:06:31 -04:00
Jacob Gillespie 3afa0a56b1 Update GCE source_image to debian-7-wheezy-v20140415 2014-05-30 00:38:21 -05:00
Henry Huang bf7b8199da Add the document for the new spot_price parameter 2014-05-26 23:03:49 +08:00
Benoit Benedetti 9462129bef Fix staging_directory default path 2014-05-26 14:27:17 +02:00
Matt Behrens 32f6553d04 add documentation for `iso_interface` 2014-05-24 07:20:05 -04:00
Kris 64c210f06d Fix website shell provisioner typo. 2014-05-23 18:10:50 -04:00
Greg Burek 3a45712780 Adds support for encrypted EBS volumes 2014-05-22 11:36:22 -07:00
cfortier2 bf38fa9f4f reorder chef_environment alphabetically 2014-05-21 13:34:12 -04:00
cfortier2 fe743f96c7 update website chef-client provisioner page 2014-05-21 09:40:02 -04:00
Rickard von Essen 4d994deb3a [feature] Support boot command for pvm builder
Similar to [GH-1082] but for parallels-pvm builder.
2014-05-19 20:04:13 +02:00
Rickard von Essen 8bb7132795 builder/parallels: Added missing doc about Parallels tools for the parallels-pvm builder. 2014-05-13 23:51:05 +02:00
Ross Smith II e082a7e59b added docs for boot_command and boot_wait 2014-05-12 21:38:40 -07:00
Ross Smith II 9cf5c8fdb3 Merge pull request #1150 from rsabitov/ansible-dir
Fixes #1000: Uploading the whole ansible playbook directory
2014-05-11 07:59:20 -07:00
rsabitov ef0c8c495c playbook_dir documentation 2014-05-11 23:12:47 +10:00
Rickard von Essen bd25866e90 builder/parallels: Select which interface to connect to.
The IP address that the guest OS connect to download files from the
http_dir is determined by searching for a host interface with an IP
assigned. Now it is possible to use host_interfaces to select which
interfaces are searched.
2014-05-11 11:12:50 +02:00
Rickard von Essen 2b0f925374 Remove extra spaces in the Supported Platforms page. 2014-05-11 00:03:22 +02:00
Rickard von Essen 34db5146ae Added myself to the Community page 2014-05-10 23:51:57 +02:00
Rickard von Essen 9f967af0da Added links to the Supported Platforms page 2014-05-10 23:43:01 +02:00
Ross Smith II bdfac49410 builder/vmware: added vmx_data_post option 2014-05-09 09:25:15 -07:00
Nika Jones 04d9b0a1a5 Adds documentation to the website. Explains how to format the time. 2014-05-07 07:28:11 -07:00
Mitchell Hashimoto 0b63f4f9dc Merge pull request #1132 from rasa/1123-use-local-vboxguestadditions-iso
virtualbox: use local VBoxGuestAdditions.iso by default
2014-05-06 18:54:13 -07:00
Ross Smith II 675c51e47d Update platforms.html.markdown
Added Parallels
2014-05-06 18:04:43 -07:00
Ross Smith II bbcd7fc86e Update docs.erb 2014-05-06 17:01:35 -07:00
Darren Foo 70440a805e Correct example to use ssh_username/ssh_password 2014-05-06 16:38:33 -07:00
Darren Foo 253b5594ef Add null builder reference to Docs 2014-05-06 16:37:47 -07:00
Ross Smith II 7736151ac7 updated docs 2014-05-06 16:23:12 -07:00
Ross Smith II 89c143bd3c Update provisioners.html.markdown
s/virtualbox/virtualbox-iso/
2014-05-06 11:08:42 -07:00
Ross Smith II a473ca5320 Update inspect.html.markdown
s/virtualbox/virtualbox-iso/
2014-05-06 11:06:30 -07:00
Ross Smith II d207795f7d Update post-processors.html.markdown
s/virtualbox/virtualbox-iso/
2014-05-06 11:04:38 -07:00
Pierre Riteau 2ee90b29c3 Allow OpenStack builder to skip certificate verification 2014-05-06 12:26:05 +01: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 9b31c5c8eb Update docs.erb
Sort builders alphabetically
2014-05-05 09:03:00 -07:00
Ross Smith II 035f5dacff Revert "website: documented floppy_path and iso_path"
This reverts commit 1b0f770ab6.
2014-05-04 12:39:14 -07:00
Ross Smith II 1b0f770ab6 website: documented floppy_path and iso_path 2014-05-04 11:05:50 -07:00
Ross Smith II c9d9ba859d website: alphabetized configuration options (really) 2014-05-04 10:53:57 -07:00
Ross Smith II d666b64fb8 website: alphabetized configuration options, added missing ones, standardized text 2014-05-04 10:47:56 -07:00
Yuya Kusakabe c3257fd674 website: Document that the Remote ESXi Driver supports ESXi 5.1 and above, and needs to enable GuestIPHack 2014-05-03 00:27:42 +09:00
Mitchell Hashimoto 5a4a5842c2 website: update openstack for security groups 2014-05-01 20:26:07 -07:00
Mitchell Hashimoto 19317fe92d website: document temporary_key_pair_name [GH-1024] 2014-05-01 14:21:38 -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
Rickard von Essen c5e9fbcb50 Added support for Parallels Desktop for Mac [GH-223]
Added documentation for Parallels builder.
2014-05-01 20:29:22 +02:00
Mitchell Hashimoto 92d58a5ede website: update openstack docs 2014-04-30 17:21:33 -07:00
Ross Smith II 4194a9bae3 Update digitalocean.html.markdown
tiniest of typos
2014-04-30 17:10:12 -07:00
Mitchell Hashimoto e8ab99676e website: openstack docs 2014-04-30 16:55:50 -07:00
Mitchell Hashimoto 6f6d656267 Merge pull request #1089 from rasa/use-slugs-for-digitalocean
builder/digitalocean: use names/slugs as well as IDs for image/region/si...
2014-04-30 15:55:09 -07:00
Mitchell Hashimoto 12d16cace1 Merge pull request #1091 from mkuzmin/vsphere-parameters
post-processors/vsphere: Optional parameters in vSphere post-processor
2014-04-30 15:50:51 -07: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
Ross Smith II 2bcd9a304e builder/digitalOcean: use names/slugs as well as IDs for image/region/size 2014-04-29 20:33:31 -07:00
Mitchell Hashimoto e2d2d25548 Merge pull request #1086 from rasa/add-globs-and-dirs-to-floppy-files
Allow wildcards and directories for floppy_files parameter
2014-04-29 16:55:14 -07:00
Ross Smith II e422d45f92 Allow wildcards and directories for floppy_files parameter 2014-04-29 12:27:34 -07:00
Jacob Helwig 38e880a187 Add ability to run vboxmanage commands just before exporting [GH-664] 2014-04-29 11:58:11 -07:00
Jim Browne 93c7e01c9f Fix EC2 IAM documentation. Possibly fixes #577 2014-04-29 00:05:49 -07:00
Mitchell Hashimoto c8b91f3dad website: clarify docs 2014-04-28 15:30:43 -07:00
Ross Smith II f2186fa6ff Merge pull request #995 from asatara/add-ssh-host-vmware
Added ssh_host variable to vmware iso builder
2014-04-28 11:33:40 -07:00
Mitchell Hashimoto edcb8fea30 packer: min_packer_version [GH-487] 2014-04-26 20:51:46 -07:00
Mitchell Hashimoto 667e3383fe Update CHANGELOG 2014-04-26 11:05:08 -07:00
Mitchell Hashimoto 0da1f2d8c6 builder/googlecompute: template process instance name 2014-04-26 11:02:25 -07:00
asatara 1783827c40 Added documentation 2014-04-22 14:30:27 -07:00
Ross Smith II 8dcabe977d Added myself to our community page
Thanks, @mitchell!
2014-04-22 11:15:55 -07:00
Mitchell Hashimoto 247ee515d5 website: more OpenStack docs 2014-04-21 21:38:09 -07:00
Mitchell Hashimoto 5890b033d9 website: update openstack config docs 2014-04-21 21:37:20 -07:00
Mitchell Hashimoto c19a5c6bb7 post-processors/vsphere: disk mode 2014-04-21 21:10:20 -07:00
Mitchell Hashimoto be3f391e37 website: update docs for OpenStack changes 2014-04-21 21:04:43 -07:00
Ross Smith II e38ff2f84e Merge pull request #1021 from laggyluke/master
builder/amazon: configurable virtualization type
2014-04-21 18:08:32 -07:00
Ross Smith II 850b066408 Merge pull request #945 from benlangfeld:feature/vb_output_opts (manually) 2014-04-21 08:38:48 -07:00
Ross Smith II a33aee13d5 Merge pull request #970 from fnoeding/nullbuilder
implemented null buider
2014-04-21 08:12:33 -07:00
Ross Smith II ef1898083a Merge pull request #971 from fnoeding/amazon-sshkey
optionally use existing ssh key for amazon builders
2014-04-21 08:10:05 -07:00
Ross Smith II 4f186fbd6e Merge pull request #1006 from jgornick/add-ansible-inventory-file (manually) 2014-04-21 07:57:24 -07:00
Ross Smith II 0dcd5d9aff builder/digitalocean: updated default image_id, per #1032 2014-04-13 16:44:51 -07:00
George Miroshnykov fc6e8c0830 builder/amazon: configurable virtualization type 2014-04-10 15:16:31 +03:00
Joe Gornick 6d56def162 Add inventory_file option to Ansible provisioner. 2014-04-04 14:58:48 -05:00
Florian Noeding 6371b70609 optionally use existing ssh key for amazon builders 2014-03-24 12:47:00 +01:00
Florian Noeding b879ec85cc implemented null buider
The null builder is not really a bulider, it just setups a SSH
connection and runs the provisioners. It can be used to debug
provisioners without incurring high wait times. It does not create any
kind of image or artifact.
2014-03-24 11:26:10 +01:00
Ted Pennings 17ec0089c6 Fix a trailing comma in an example template 2014-03-21 16:09:51 -04:00
Ben Langfeld bfd6755859 Move to an array of strings for a deterministic option separation 2014-03-14 00:12:50 -03:00
Mitchell Hashimoto 46abd50520 website: update timeouts 2014-03-12 21:12:15 -07:00
Mitchell Hashimoto c71e06e800 website: update to be a little more clear [GH-933] 2014-03-12 21:12:14 -07:00
Ben Langfeld 0332901f63 builder/virtualbox: Add an `export_opts` option
Allows arbitrary arguments to VBoxManage export, such as product info (--product, --vendor, etc).
2014-03-12 10:12:20 -03:00
Brett Porter 8e91574ce2 Update googlecompute.markdown
A very small hint that you can't just use "packer-images", since buckets need to be globally unique, and must already exist. Attempting to use that results in the error 'Got status 403 from attempt to start resumable upload. Aborting', 'ABORT'
2014-03-06 22:14:44 +11:00
Joris van de Donk 6e397f6e85 Update URL for ansible local-playbooks in docs
The old URL wasn't available anymore and returned a 404
2014-02-28 08:52:04 +01:00
Mitchell Hashimoto ab97545a52 provisioner/puppet-server: docs 2014-02-24 09:51:48 -08:00
Mitchell Hashimoto 2af91addf9 Merge pull request #796 from Jimdo/puppet-server
Add puppet server provisioner
2014-02-24 09:49:27 -08:00
Mitchell Hashimoto 000e5b67ff provisioner/chef-client: docs and validation key path 2014-02-24 09:45:04 -08:00
Mitchell Hashimoto b91887b4f9 website: update docs for last PR 2014-02-24 08:21:27 -08:00
Mitchell Hashimoto 4d623de9a2 website: correct availability zone docs 2014-02-21 18:35:48 -08:00
Mitchell Hashimoto 4b9a9f5911 Merge pull request #842 from strcrzy/ansible_config_options
provisioner/ansible: more configuration options
2014-02-21 15:24:50 -08:00
Mitchell Hashimoto 0fd7bdd3f5 builder/qemu: style 2014-02-21 15:22:58 -08:00
Mitchell Hashimoto 1b23af2667 Merge pull request #854 from qur/qemu-config-binary
builder/qemu: binary name to be configured
2014-02-21 15:22:27 -08:00
Mitchell Hashimoto d2fe49d6a2 builder/qemu: document run_once is gone (but keep it around for compat) 2014-02-21 15:18:03 -08:00
Mitchell Hashimoto 1843ebf396 Merge pull request #883 from b2jrock/bjj-add-importopts
builder/virtualbox/ovf: Add import_opts to the virtualbox-ovf builder.
2014-02-21 14:58:36 -08:00
Mitchell Hashimoto 039def70f8 Merge pull request #885 from rosstimson/ec2-upload-bundle
builder/amazon/instance: use --url flag rather than --location for ec2-upload-bundle
2014-02-21 14:57:12 -08:00
Mitchell Hashimoto c67094fbb6 website: update Vagrant PP docs for input artifacts [GH-898] 2014-02-21 14:11:33 -08:00
Brian Johnson ac2c4203a2 Add import_opts to the virtualbox-ovf builder. My use case is that I
have existing virtualbox virtual machines where I need to keep the mac
addresses so that the network interfaces come up when packer boots them.
Otherwise I just get SSH timeout and I'm unable to configure the machines.
2014-02-18 16:44:27 -08:00
Prasanna Santhanam 7394d00e67 Adding docs to #645 on the website
Setting `"ami_groups": ["all"]` will make the AMI publicly accessible.
Correcting website docs for this.
2014-02-18 17:05:24 +05:30
Jan Brauer ee50657097 Merge remote-tracking branch 'upstream/master' into puppet-server 2014-02-18 09:41:10 +01:00
Ross Timson 58444627c1 Use --url flag rather than --location for ec2-upload-bundle
AWS docs (http://goo.gl/rNZiCs) show that --location is deprecated and
to use the --url flag and reference the region endpoint instead.
2014-02-13 09:36:45 +00:00
Jan Brauer 3dd0f9d6ac Update documentation 2014-02-03 21:07:26 +01:00
Julian Phillips a8993662b5 Allow Qemu binary name to be configured
On some systems the default Qemu binary name of qemu-system-x86_64
isn't appropriate.  So expose the binary name as a configurable item,
allowing the user to set it to something more appropriate if they need
to.
2014-01-24 18:01:42 +00:00
jamie brim ec1adec029 provisioner/ansible: configurable command / args
allow users to provide a replacement command / extra args to the
ansible-local provisioner.

this is useful, for example, to unbuffer output when using the
docker builder, or to modify ansible behavior, like enabling
verbose mode, injecting variables, or changing paths.
2014-01-22 14:34:34 -08:00
yosssi cc4564c052 Change the word `aws_access_key` to `aws_secret_key`. 2014-01-21 01:43:51 +09:00