Francis Go
c7db2daf80
Fix spelling in Provision documentation [ci skip]
2013-11-08 17:03:15 +11:00
Francis Go
e8daef7ca7
Fix spelling in Use Cases documentation
2013-11-08 13:22:25 +11: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
Ciaran Downey
d707486142
s/extremely to/extremely easy to/
2013-10-29 19:20:34 -07:00
mmercer-appneta
bddca94228
Added missing close-curly-brace to default value of execute_command.
2013-10-24 18:33:06 -07: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
Mitchell Hashimoto
5b1463f77b
website: update Gemfile
2013-10-20 21:01:51 -07:00
Mitchell Hashimoto
6a3fd92275
Update CHANGELOG and link in Ansible
2013-10-20 17:48:03 -07:00
Mitchell Hashimoto
d94cff93da
Merge pull request #475 from kelseyhightower/ansible-provisioner
...
provisioner/ansible-local: Add support for provisioning with Ansible
2013-10-20 17:46:36 -07:00
Mitchell Hashimoto
7537eeae74
Merge pull request #506 from maspwr/compression_level
...
post-processors/vagrant: add compression_level option
2013-10-20 17:44:26 -07:00
Tom Hite
9ebd44a98a
Merge branch 'master' of http://github.com/mitchellh/packer
2013-10-17 23:32:18 -05:00
Tate Eskew
7ad8b6d194
fix typo in docs for saltmasterless provisioner. bootstrap was spelled incorrectly
2013-10-17 11:12:21 -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
Mark Aaron Shirley
21787cfe2e
Update docs for Virtualbox and VMware as well
2013-10-08 09:34:37 -07:00
Mark Aaron Shirley
e5c5f685b9
Add compression_level option to vagrant post-processors
2013-10-07 21:59:26 -07: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
Tehmasp Chaudhri
d969abd730
Updated web site doc. for avail commands list
2013-10-01 19:45:11 -06:00
Matthew Hooker
4ab4dbacf9
Merge remote-tracking branch 'origin/master'
2013-09-30 04:46:15 +00:00
Kelsey Hightower
fd7f1c8b9a
Add ansible-local provisioner website docs
2013-09-29 13:56:43 -07: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
Nathan Sullivan
c47f740946
fix variable name
2013-09-24 16:14:34 +10:00
Mitchell Hashimoto
44d1f3d9cc
website: document `only` and `except`
2013-09-20 11:42:25 -07:00
Mitchell Hashimoto
abbac36796
provisioner/shell: convert windows line endings to Unix [GH-277]
2013-09-20 10:22:43 -07:00
Tim Mower
9c519eda41
Fix syntax error in puppet template
2013-09-20 11:36:37 +01:00
Mitchell Hashimoto
865f197503
builder/virtualbox: support attaching guest additions [GH-405]
2013-09-18 18:15:46 -07:00
Mitchell Hashimoto
877dfb81fe
common: Allow user variables to be used for ints/bools/etc. [GH-418]
2013-09-18 16:18:39 -07:00
Mitchell Hashimoto
129f1290c1
Merge pull request #411 from jerryclinesmith/issue_348
...
provisioners/chef-solo: add support for roles and data_bags
2013-09-18 14:13:41 -07:00
Matthew Hooker
4f6fc96397
some documentation.
2013-09-17 06:01:23 -07:00
Mitchell Hashimoto
dc0232975d
provisioner/chef-solo: ability to specify custom chef template
2013-09-15 23:29:29 -07:00
dlovell
b67580d3f2
fix iso_url: use old-releases.ubuntu.com/...
2013-09-14 15:02:40 -04:00
Jerry Clinesmith
bcf6d537dc
#348 : chef-solo provisioner: update docs
2013-09-10 22:00:52 -05:00
Mitchell Hashimoto
adbb490189
provisioner/file: support uploading directories [GH-251]
2013-09-09 14:00:06 -07:00
Mitchell Hashimoto
fd0df9ff58
provisioners/puppet-masterless: support hiera configs
2013-09-09 13:24:17 -07:00
Mitchell Hashimoto
41b70aae99
provisioner/puppet-masterless: support custom facts
2013-09-08 23:00:11 -07:00
Andrew Schleifer
eccffbd732
accidently a word
...
specifically, "builders"
2013-09-08 22:27:14 -05:00
Mitchell Hashimoto
107309ab67
website: document the Puppet provisioner
2013-09-07 23:56:00 -07:00
Mark Peek
7b9ded8a36
website: add no_device to amazon block device doc
2013-09-07 18:53:34 -07:00
Mark Peek
521e0163ee
website: document isotime and clean_ami_name
2013-09-07 18:50:01 -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
ttres
96f12e14dc
Minor URL typo
...
URLs with special characters should escape them.
2013-09-05 16:27:38 -03: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
dbfada5068
website: add openstack to the intro platforms list
2013-09-01 13:41:48 -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
12e33f6c87
website: fix typo s/script/shell/ provisioner
2013-09-01 10:11:28 -07:00
Mitchell Hashimoto
04260e38ee
website: page titles on provisioner docs
2013-09-01 10:02:46 -07:00
Mitchell Hashimoto
0b975b9203
command/inspect: show required variables differently
2013-08-31 17:47:38 -07:00
Mitchell Hashimoto
2752db25c0
website: document required user vars
2013-08-31 17:38:38 -07:00
Mitchell Hashimoto
13198eb570
website: add docs for -debug on Amazon builder
2013-08-31 16:07:55 -07:00
Mark Peek
4d42c79d1f
website: add tip about using apt-get/yum -y to prevent hangs
2013-08-29 22:19:13 -07:00
Thomas Duesing
03259ce53c
s/droplet/server/
2013-08-29 21:21:40 -05:00
Christopher Elkins
c9352ce238
Fix incorrect config key for staging directory
2013-08-28 21:23:57 -07:00
Mitchell Hashimoto
c781045935
website: document shuting down network interfaces for reboot
2013-08-28 10:46:45 -07: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
b9d73aaed5
website: Fix typo in docs [GH-340]
2013-08-27 17:55:09 -07:00
Mitchell Hashimoto
a8694fdda8
Merge pull request #353 from rach/add-setting-for-pillar-folder
...
provisioner/salt-masterless: Add setting for pillar folder
2013-08-27 17:36:28 -07:00
Mitchell Hashimoto
1566b4d858
builder/vmware: support vmx_template_path [GH-270]
2013-08-27 17:23:28 -07:00
Rachid Belaid
a755be49fa
Add doc and change pillar tree in roots to respect salt vocabulary
2013-08-28 01:01:37 +01:00
Mitchell Hashimoto
c753946c84
builder/vmware: ability to not request a PTY for SSH [GH-270]
2013-08-27 16:51:05 -07:00
Mitchell Hashimoto
03cdac3028
command/build: build error machine-readable is targetted to the build
2013-08-27 15:03:49 -07:00
Mitchell Hashimoto
e0414aa056
website: document chef solo provisioner
2013-08-27 14:29:52 -07:00
Mitchell Hashimoto
cd95f21d4a
command/build: "end" sentinel in artifact machine-readable output
2013-08-27 13:40:19 -07:00
Mitchell Hashimoto
84d91c5f1a
command/build: put build errors in machine readable output
2013-08-27 13:37:31 -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
6d92e19a59
website: delete salt.html.markdown
2013-08-23 15:41:55 -07:00
Rachid Belaid
3cb3a7cd30
Fix #264 to upload local minion config
...
Conflicts:
provisioner/salt-masterless/provisioner.go
website/source/docs/provisioners/salt.html.markdown
2013-08-23 15:41:11 -07: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
Mitchell Hashimoto
1479e983e0
Merge pull request #328 from jbronn/vmdk_type
...
builder/vmware: Enable customization of VMDK type with `disk_type_id`
2013-08-22 14:28:43 -07:00
Justin Bronn
4d21ce0112
Document the `disk_type_id` parameter.
2013-08-22 11:51:53 -07:00
Mark Peek
c71419f701
website: tweak the formatting of the sleep tip
2013-08-20 23:45:02 -07:00
Adam Hawkins
9e48f5ea23
Fix syntax error
2013-08-21 01:35:48 +02:00
Adam Hawkins
70251a2c2a
Add sleep tip about ssh
2013-08-21 01:34:48 +02:00
Mark Peek
ad298abe48
website: add a troubleshooting section for the shell provisioner
2013-08-20 14:07:21 -07:00
Mitchell Hashimoto
1fdaadb08c
website: document formats feature
2013-08-19 16:10:49 -07:00