Commit Graph

741 Commits

Author SHA1 Message Date
Mikhail Zholobov 394c83e56a website: Changed Parallels builder docs 2014-09-02 18:14:56 +04:00
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
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
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
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
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
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
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
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
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
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
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
Matt Behrens 32f6553d04 add documentation for `iso_interface` 2014-05-24 07:20:05 -04:00
Greg Burek 3a45712780 Adds support for encrypted EBS volumes 2014-05-22 11:36:22 -07: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
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
Ross Smith II bdfac49410 builder/vmware: added vmx_data_post option 2014-05-09 09:25:15 -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
Darren Foo 70440a805e Correct example to use ssh_username/ssh_password 2014-05-06 16:38:33 -07:00
Ross Smith II 7736151ac7 updated docs 2014-05-06 16:23:12 -07:00
Pierre Riteau 2ee90b29c3 Allow OpenStack builder to skip certificate verification 2014-05-06 12:26:05 +01: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 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
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
Peter Leschev eef3223f6c Adding the ability to skip nat port forwarding for ssh connectivity 2014-04-29 08:27:23 +10: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 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
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 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 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
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
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 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
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
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
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
Mitchell Hashimoto 3e85bc8bf8 website: update formatting for docker docs 2014-01-19 20:48:18 -08:00
Mitchell Hashimoto 1444233c23 Merge pull request #794 from mitchellh/do-doc-defaults
website: update defaults for DO ID's
2014-01-19 20:43:43 -08:00
Mitchell Hashimoto e8768785a0 website: add docs for docker-import and docker-push 2014-01-19 20:42:42 -08:00
DracoBlue 8195b8da7f Fixed typo in qemu documentation 2014-01-18 22:03:36 +01:00
Dana Merrick 433c7673fb Updating the googlecompute builder documentation. 2014-01-16 12:03:56 -08:00
Ross Smith II 5a26624897 Update virtualbox-iso.html.markdown
Changed type to virtualbox-iso
2014-01-13 11:11:55 -08:00
Jack Pearkes 7022b62017 website: update defaults for DO ID's 2014-01-06 16:13:22 -05:00
Stefan Foulis feacecdffc includes information about "provider" 2014-01-04 22:24:14 +01:00
Gabriel Baker 9d535f19d3 link pointing to dockerfiles was incorrect 2013-12-31 19:00:08 +00:00
Mitchell Hashimoto 2b801a7b12 builder/vmware,virtualbox: checksum_type can be "none" [GH-471] 2013-12-28 09:59:47 -07:00
Mitchell Hashimoto 8aabe01bad builder/amazon/common: run_tags to apply to launch [GH-722] 2013-12-27 20:54:35 -07:00
Jack Pearkes 00fe97cae3 website: add private_networking docs for digitalocean 2013-12-27 10:28:16 -08:00
Mitchell Hashimoto 037a744be5 builder/docker: customize run command [GH-648] 2013-12-27 10:17:45 -07:00
Mitchell Hashimoto eeadafc452 builder/vmware/*: can specify path to fusion [GH-677] 2013-12-27 08:37:39 -07:00
Mitchell Hashimoto df9b009c8d website: update docs for virtualbox builder (some bugs) 2013-12-26 17:16:30 -07:00
Mitchell Hashimoto 8be172d19a Merge pull request #758 from mitchellh/f-vmware-vmx
Build VMware machine from VMX (source VM)
2013-12-26 16:16:00 -08:00
Mitchell Hashimoto 92810deffd website: document new vmware-vmx builder 2013-12-26 17:10:53 -07:00
Matthew Hooker c733f42a17 Formatting. 2013-12-25 02:34:33 -08:00
b 93af1bf81d Add section on importing docker container artifacts 2013-12-24 17:40:13 -08:00
Mitchell Hashimoto dc2117125d website: document the virtualbox-ovf builder 2013-12-22 15:44:43 -08:00
Mitchell Hashimoto 930b844bd5 website/source: fix typos 2013-12-19 09:57:31 -08:00
Mitchell Hashimoto bae9c4d21f website: update docs for GCE, fix styling for OL 2013-12-13 19:22:52 -08:00
Mitchell Hashimoto 7f140cdf9c website: more docs on getting the key 2013-12-12 21:53:05 -08:00
Mitchell Hashimoto 6cd9ee3ebb website: cover how to get client secrets and such in website 2013-12-12 21:53:04 -08:00
Kelsey Hightower 16af2131db builder/googlecompute: Add website docs 2013-12-12 21:53:04 -08:00
Mitchell Hashimoto f5401110e6 website: fix typo [GH-712] 2013-12-12 15:45:57 -08:00
Mitchell Hashimoto 80c2f0fcd0 Merge pull request #690 from TranscendComputing/master
builder/qemu: added template processing for QemuArgs, floppy_files for auto-building f...
2013-12-12 14:46:08 -08:00
Mitchell Hashimoto 2b4bdee0a2 website: fix docs for vmware esxi discrep [GH-674] 2013-12-06 19:14:20 -08:00
Mitchell Hashimoto f7b1c2dbc6 builder/amazon/instance: add location to upload command [GH-679] 2013-12-06 19:04:40 -08:00
Mitchell Hashimoto 2385f087be Merge pull request #657 from mitchellh/docs-users-vars
website: user Variables in Intro
2013-12-06 18:18:26 -08:00
Mitchell Hashimoto a770a5b2f2 Merge pull request #660 from CpuID/master
builder/amazon/ebs: AssociatePublicIpAddress for launching
2013-12-06 18:15:19 -08:00
Mitchell Hashimoto 60c797b256 Merge pull request #637 from johnbellone/master
builder/openstack: add ProxyUrl parameter for OpenStack builder
2013-12-06 17:58:15 -08:00
Thomas D. Hite 08f5131746 Added template processing for QemuArgs, floppy_files for auto-building floppies which attach to the VM at startup, and run_once flag to trigger just one powerup/powerdown. 2013-12-06 18:20:25 -06:00
Phil Fenstermacher c4ae11589d Changed error message and docs to match code - qemu-img options are qcow2 and raw 2013-12-04 14:05:07 -05:00
Nathan Sullivan abaacb0683 docs update for https://github.com/mitchellh/packer/issues/578 2013-11-26 11:41:39 +10:00
Jack Pearkes 9cabad4704 website: move iam policy documentation to the root amazon page 2013-11-25 13:27:38 +01:00
Bob Potter d801e2eca1 website: document chroot running process gotcha 2013-11-22 00:11:40 -06:00
Jon Topper 1716e761c2 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 e16e03c67b Typo in vmware docs' YAML front matter 2013-11-20 22:05:22 +01:00
John Bellone e3af0ead29 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 ef5448d4dd website: Fix typo with esxi config 2013-11-19 14:12:49 -08:00
Mitchell Hashimoto 53c40cdbc5 website: better document the dockerfile interaction with the builder 2013-11-09 19:40:38 -08:00
Mitchell Hashimoto 865adeb4b3 website: doc pull 2013-11-09 17:22:39 -08:00
Mitchell Hashimoto 8f39edf935 website: document dockerfile 2013-11-09 13:59:34 -08:00
Mitchell Hashimoto 3a13e47f34 website: start documenting the builder 2013-11-09 13:28:00 -08:00
Mitchell Hashimoto 2d0270ac65 website: document need for AMI tools 2013-11-08 11:23:12 -08:00
Mitchell Hashimoto 1bd60be25f website: esxi docs 2013-11-07 12:44:40 -08:00
Mitchell Hashimoto 7d893894df website: vmware esxi docs 2013-11-07 12:41:02 -08:00
Mitchell Hashimoto 300897c116 website: remove outdated qemu docs 2013-11-05 21:46:38 -08:00
Mitchell Hashimoto 2e438b7e21 website: update QEMU docs 2013-11-05 15:34:09 -08:00
Mitchell Hashimoto ac1012c108 Merge pull request #385 from TranscendComputing/master
builder/qemu: Qemu builder
2013-11-05 15:28:23 -08:00
Mitchell Hashimoto c8e911cdc3 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 b13c25532c 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 a4bf15930b Merge pull request #542 from phyrex1an/patch-1
website: propose additional IAM Role Actions
2013-11-02 03:56:38 -07:00
Mitchell Hashimoto aee93096b1 website: docs on disabling guest additions 2013-11-02 11:34:54 +01:00
Matthew Hooker e9e2d866db website: remove extra period. 2013-10-24 01:48:35 -07:00
Matthew Hooker 60428cef60 builder/amazon/ebs: Add config for target AZ.
Fixes [GH-536]
2013-10-21 08:01:34 -07:00
Tom Hite 9ebd44a98a Merge branch 'master' of http://github.com/mitchellh/packer 2013-10-17 23:32:18 -05:00
Mikael Bung 9855430f15 Propose additional IAM Role Actions
Depending on what settings you use for the amazon-chroot builder additional actions needs to be allowed in the IAM role for the aws instance.

This patch does not include an exhaustive list of all alternatives, but only the changes I needed to do to get stuff working for me.
2013-10-17 09:12:33 +02:00
Jon Stevens b2b7e99b57 I found that I needed the shutdown command to be run as root.
Also added a note about shutdown_command that bit me.
2013-10-14 17:59:53 -07:00
Tom Hite 5e9b035031 Fixes #3 via minor documentation fix and setting default properly (in the net_device template value, virtio is incorrect -- must be virtio-net). 2013-10-09 07:11:10 -05:00
Tom Hite 527a73cf4a Merge branch 'master' of https://github.com/mitchellh/packer 2013-10-08 18:30:58 +00:00
Tom Hite 2f8f2d5ad1 Fixes #1 and Fixes #2 by allowing qemuargs to operate and override defaults. 2013-10-07 20:58:08 -05:00
Matt Whiteley 09f4011234 builder/amazon: instances can be launched with a list of security groups 2013-10-04 10:42:45 -07:00
Matthew Hooker 4ab4dbacf9 Merge remote-tracking branch 'origin/master' 2013-09-30 04:46:15 +00:00
Matthew Hooker ac496a63dc replace command config with wrapper command. 2013-09-27 10:54:53 +00:00
Ben Podoll 96839f6a05 removing the docs for digital ocean's optional param 'event_delay' as it is no longer used 2013-09-26 20:24:18 -05:00
Matthew Hooker 6b1a7938d8 Merge remote-tracking branch 'origin/master' into 430 2013-09-26 16:24:28 -07:00
Matthew Hooker 36326ee8c2 Merge branch 'master' into 430 2013-09-26 01:04:42 -07:00
Bob Potter 07c93fdfdd Document permissions required for amazon-chroot build to function. 2013-09-25 00:09:10 -05:00
Mitchell Hashimoto 865f197503 builder/virtualbox: support attaching guest additions [GH-405] 2013-09-18 18:15:46 -07:00
Matthew Hooker 4f6fc96397 some documentation. 2013-09-17 06:01:23 -07:00
dlovell b67580d3f2 fix iso_url: use old-releases.ubuntu.com/... 2013-09-14 15:02:40 -04:00
Mark Peek 7b9ded8a36 website: add no_device to amazon block device doc 2013-09-07 18:53:34 -07:00
Sean Mackrory 2a04f49bca Using the vm_name parameter to name OVA/OVF files and their attachments 2013-09-06 23:38:31 -07:00
Justin Bronn 96caaa067b Document the `hard_drive_interface` option. 2013-09-05 11:08:55 -07:00
Tom Hite 29557f36f1 removed a few stray 'VirtualBox' term uses in comments and docs. 2013-09-03 18:13:05 -05:00
Tom Hite 63ad753317 Merge remote-tracking branch 'upstream/master' 2013-09-03 10:10:59 -05:00
Tom Hite d58a209b73 added network and disk driver options, also a source comment on the kickstart file in the docs (I can't find the original source). 2013-09-03 10:08:04 -05:00
Tom Hite 30d004022e Initial checkin to GitHub -- has extensive changes to conform to the latest API model to match the 0.3.6 (Sept. 2, 2013) release. 2013-09-02 22:23:52 -05:00
Mitchell Hashimoto c217846545 website: update website 2013-09-02 17:34:37 -07:00
Mark Peek 45746a920d website: fixup some underscores to not be emphasis in the AWS docs 2013-09-01 13:37:19 -07:00
Mark Peek e8aecd8a8f website: document required openstack region setting 2013-09-01 13:30:36 -07:00
Mitchell Hashimoto 13198eb570 website: add docs for -debug on Amazon builder 2013-08-31 16:07:55 -07:00
Thomas Duesing 03259ce53c s/droplet/server/ 2013-08-29 21:21:40 -05:00
Mitchell Hashimoto 01e998a81c common: support SHA512 as checksum type [Gh-356] 2013-08-28 09:09:43 -07:00
Mitchell Hashimoto ce89b357c0 website: update website for ssh_key_path stuff 2013-08-27 22:59:36 -07:00
Mitchell Hashimoto 1566b4d858 builder/vmware: support vmx_template_path [GH-270] 2013-08-27 17:23:28 -07:00
Mitchell Hashimoto c753946c84 builder/vmware: ability to not request a PTY for SSH [GH-270] 2013-08-27 16:51:05 -07:00
Mark Peek 32bf053697 website: add openstack page 2013-08-26 22:02:03 -07:00
Myles A. K. Steinhauser 2fd967482f Actual md5sum as Ubuntu Hashesh webpage is out of date. 2013-08-24 20:43:49 -04:00
Myles A. K. Steinhauser 1f45ed428b Bump Ubuntu 12.04.2 to 12.04.3
Ubuntu has removed the 12.04.2 release ISOs from their mirrors when they released 12.04.3. This impacted the URL and the Checksum contained in the example.json which returned an HTTP 404 from Ubuntu's Mirrors.
2013-08-24 20:04:45 -04:00
Mitchell Hashimoto c66bb8813f website: document ami_regions
/cc @jmassara
2013-08-22 15:20:44 -07:00
Mitchell Hashimoto 6de93d47a6 website: document tags on every amazon builder 2013-08-22 15:17:07 -07:00
Justin Bronn 4d21ce0112 Document the `disk_type_id` parameter. 2013-08-22 11:51:53 -07:00
Mitchell Hashimoto 1fdaadb08c website: document formats feature 2013-08-19 16:10:49 -07:00
Mitchell Hashimoto 5963756cce website: doc iso_urls 2013-08-16 09:58:00 -07:00
Mark Peek b948755a1e website: document the amazon block device mappings 2013-08-15 14:32:04 -07:00
Mitchell Hashimoto 9345d8275d website: document user data stuff 2013-08-12 12:12:44 -07:00
Mitchell Hashimoto be4b94c697 website: update docs for image attributes
/cc @jmassara - easy stuff :)
2013-08-08 22:57:22 -07:00
Mitchell Hashimoto d2f1ba3631 Merge branch 'ignored_files' of https://github.com/priteau/packer into priteau-ignored_files
Conflicts:
	website/source/docs/builders/amazon-instance.html.markdown
2013-08-08 17:30:35 -07:00
Mitchell Hashimoto 9a8284d51c website: get rid of CreateTime for timestamp 2013-08-08 17:25:26 -07:00
Mitchell Hashimoto 26e374fb9b website: document the new createtime stuff 2013-08-08 17:25:26 -07:00
Pierre Riteau 8a0914e083 Warn that ec2-bundle-vol may ignore some important files 2013-08-08 19:00:19 +01:00
Mark Peek f6457ed189 website: cleanup Amazon AMI tag documentation 2013-08-06 15:16:39 -07:00
James Massara fffce95ca4 Updated tags configuration example 2013-08-06 07:41:00 -07:00
James Massara ad44da7070 Updated with tags info 2013-08-01 21:28:25 -07:00
Mitchell Hashimoto 00c45a5b30 website: note support VMware player on Linux 2013-07-31 22:18:35 -07:00
Mitchell Hashimoto fc89919347 Merge branch 'master' of https://github.com/rasa/packer into rasa-master 2013-07-31 11:52:20 -07:00
Mitchell Hashimoto cecb797e61 website: document iam instance profile 2013-07-31 11:43:52 -07:00
Mitchell Hashimoto 750b788344 website: docs for amazon-chroot 2013-07-30 22:17:58 -07:00
Ross Smith II e4086a0230 Updated website for vmware workstation support, fixes #221/#222 2013-07-29 08:20:48 -07:00
Mitchell Hashimoto 321d1cce16 website: document the amazon-instance builder 2013-07-25 10:51:21 -05:00
Rafael Garcia 1ad53e1050 builder/amazon/ebs: support launching in VPC
adds `vpc_id` and `subnet_id` to builder config

depends on https://github.com/mitchellh/goamz/pull/4
2013-07-21 00:44:14 -07:00
Mitchell Hashimoto 24f8275765 website: document the checksum features 2013-07-14 17:28:53 +09:00
Mitchell Hashimoto 60ee20f308 website: add docs for new security_group_id 2013-07-12 17:27:03 +09:00
Jack Pearkes d701adb3e0 builder/digitalocean: use detected env variables for credentials 2013-07-11 11:31:09 +02:00
Mitchell Hashimoto 3a420478f9 website: document the floppy_files feature 2013-07-09 12:41:36 -07:00
Mitchell Hashimoto 83d073f410 website: document the guest additinos URL and SHA256
/cc @sgirones
2013-07-07 12:06:13 -07:00
Jack Pearkes e26d9de149 website: add a shutdown command to the vm builder config examples 2013-07-07 15:37:22 +02:00
Pierre Riteau 5e3c3adad4 Fix some typos and an error in the documentation 2013-07-05 19:23:24 +01:00
Philip Cristiano ead9543799 docs: Use free-tier instance size 2013-07-05 13:35:31 -04:00
Mitchell Hashimoto 3c5f883f49 website: nitpick compaction docs 2013-07-02 21:28:54 -07:00
Mitchell Hashimoto 6f4e08944b Merge pull request #122 from smerrill/compaction-option
builder/vmware: Add a 'skip_compaction' configuration option
2013-07-02 21:27:20 -07:00
Steven Merrill 0fff9887f7 Remove confusing duplicate references. 2013-07-02 23:56:56 -04:00
Steven Merrill 90294f3ee6 builder/vmware, builder/virtualbox: Document 'headless' option. 2013-07-02 23:53:31 -04:00
Steven Merrill d620a09dd6 Add documentation of the skip_compaction parameter. 2013-07-02 23:48:04 -04:00
Brandon Liu a5dba51d4f Document wait5 and wait10 boot command keys. 2013-07-02 10:44:49 -07:00
Brandon Liu e8037b330b Doc fixes. 2013-07-01 19:53:04 -07:00
Mitchell Hashimoto 7047c5f0ca website: more notes on AWS env vars 2013-07-01 15:26:08 -07:00
Mitchell Hashimoto fe08ac60df website: update website with new AWS env vars 2013-07-01 15:24:36 -07:00
Mitchell Hashimoto 8eb30482f8 website: update website with latest vm_name default changes 2013-07-01 11:15:13 -07:00
Mitchell Hashimoto 19f757a273 website: document disk_size config for virtualbox 2013-07-01 10:51:40 -07:00
Mitchell Hashimoto 4c08343e15 website: document the vmware tools stuff 2013-07-01 10:48:50 -07:00
Anton Lindström cf950af834 fix html characters in virtualbox builder doc
This commit removes <, > and instead uses <,> to describe the
enter command in the boot command code block in virtualbox
builder documentation. Noticed this after fixing the VMware doc.
2013-06-29 21:43:53 +02:00
Anton Lindström 088dfab045 fix html characters in vmware builder doc
This commit removes <, > and instead uses &lt;,&gt; to describe the
enter command in the boot command code block in vmware builder
documentation.
2013-06-29 15:19:37 +02:00
Mitchell Hashimoto 8bfa90a3bf website: Clarify the HTTPIP/Port in boot commands [GH-32] 2013-06-26 17:08:53 -07:00
Jack Pearkes 76c2fcee87 website: update digitalocean state_timeout default 2013-06-24 09:07:33 +02:00
Mitchell Hashimoto f181e9b6bd website: Update virtualbox to note guest additions stuff 2013-06-23 23:51:30 -07:00
Mitchell Hashimoto 7df62ea53b website: guest_additions_path docs for virtualbox builder 2013-06-23 23:17:20 -07:00
Mitchell Hashimoto e91421b1e1 website: update docs for virtualbox_version_file 2013-06-23 22:46:57 -07:00
Mitchell Hashimoto 6031c8d820 website: document vboxmanage calls 2013-06-23 21:06:49 -07:00
Mitchell Hashimoto ffd1219388 website: Add ssh_port docs for virtualbox 2013-06-23 20:41:10 -07:00
Mitchell Hashimoto bfcd264e67 website: disk_size docs for VMware 2013-06-23 15:08:37 -07:00
Mitchell Hashimoto adf150247e website: document ssh_port for VMware builder 2013-06-23 14:32:48 -07:00
Jack Pearkes 15d42af48b website: document digitalocean state_timeout configuration 2013-06-23 12:58:00 +02:00
Mitchell Hashimoto 73cb1a3ffa website: finish digitalocean docs 2013-06-18 19:25:54 -07:00
Mitchell Hashimoto a7976b3915 website: document digitalocean builder 2013-06-18 16:51:46 -07:00
Mitchell Hashimoto b2a9e925de website: virtualbox builder 2013-06-12 10:05:45 -07:00
Mitchell Hashimoto 133648203c website: document new amazon ssh_timeout config var 2013-06-11 14:49:32 -07:00
Mitchell Hashimoto 97ec004724 website: plugins 2013-06-10 17:17:31 -07:00
Mitchell Hashimoto 0b7b7e3cf4 website: add vmware 2013-06-10 16:04:56 -07:00
Mitchell Hashimoto 72c1a4382c website: document config templates 2013-06-10 15:08:14 -07:00
Mitchell Hashimoto 3ee0e2a52f website: AMI documentation 2013-06-10 14:31:31 -07:00