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
Nathan Sullivan
b3657db43e
docs update for https://github.com/mitchellh/packer/issues/578
2013-11-26 11:41:39 +10: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
f18516a65a
website: better document the dockerfile interaction with the builder
2013-11-09 19:40:38 -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
Mitchell Hashimoto
a436aa2e9c
website: document need for AMI tools
2013-11-08 11:23:12 -08: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
Matthew Hooker
d68e723a04
website: remove extra period.
2013-10-24 01:48:35 -07:00
Matthew Hooker
73a638749a
builder/amazon/ebs: Add config for target AZ.
...
Fixes [GH-536]
2013-10-21 08:01:34 -07:00
Tom Hite
2ac0f633ea
Merge branch 'master' of http://github.com/mitchellh/packer
2013-10-17 23:32:18 -05:00
Mikael Bung
640d2e9432
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
bd68f3c52b
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
75fe878633
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
6d37312733
Merge branch 'master' of https://github.com/mitchellh/packer
2013-10-08 18:30:58 +00:00
Tom Hite
c1ed89f880
Fixes #1 and Fixes #2 by allowing qemuargs to operate and override defaults.
2013-10-07 20:58:08 -05:00
Matt Whiteley
28712b2648
builder/amazon: instances can be launched with a list of security groups
2013-10-04 10:42:45 -07:00
Matthew Hooker
c92b73899c
Merge remote-tracking branch 'origin/master'
2013-09-30 04:46:15 +00:00
Matthew Hooker
299ee6efd2
replace command config with wrapper command.
2013-09-27 10:54:53 +00:00
Ben Podoll
34cafbe68e
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
6d4b834f61
Merge remote-tracking branch 'origin/master' into 430
2013-09-26 16:24:28 -07:00
Matthew Hooker
03994f052d
Merge branch 'master' into 430
2013-09-26 01:04:42 -07:00
Bob Potter
71d3f89b00
Document permissions required for amazon-chroot build to function.
2013-09-25 00:09:10 -05:00
Mitchell Hashimoto
30eccf4130
builder/virtualbox: support attaching guest additions [GH-405]
2013-09-18 18:15:46 -07:00
Matthew Hooker
277d54fe69
some documentation.
2013-09-17 06:01:23 -07:00
dlovell
2941836ab0
fix iso_url: use old-releases.ubuntu.com/...
2013-09-14 15:02:40 -04:00
Mark Peek
7fe487cd4f
website: add no_device to amazon block device doc
2013-09-07 18:53:34 -07:00
Sean Mackrory
27a2270593
Using the vm_name parameter to name OVA/OVF files and their attachments
2013-09-06 23:38:31 -07:00
Justin Bronn
175408dcb2
Document the hard_drive_interface option.
2013-09-05 11:08:55 -07:00
Tom Hite
2255a82300
removed a few stray 'VirtualBox' term uses in comments and docs.
2013-09-03 18:13:05 -05:00
Tom Hite
a20cfa9cf9
Merge remote-tracking branch 'upstream/master'
2013-09-03 10:10:59 -05:00