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
Ciaran Downey
fbfed8a0eb
s/extremely to/extremely easy to/
2013-10-29 19:20:34 -07:00
mmercer-appneta
88f8e4d079
Added missing close-curly-brace to default value of execute_command.
2013-10-24 18:33:06 -07: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
Mitchell Hashimoto
c4515dbd56
Update CHANGELOG and link in Ansible
2013-10-20 17:48:03 -07:00
Mitchell Hashimoto
39f532f611
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
5cf345f932
Merge pull request #506 from maspwr/compression_level
...
post-processors/vagrant: add compression_level option
2013-10-20 17:44:26 -07:00
Tate Eskew
45f4a1a914
fix typo in docs for saltmasterless provisioner. bootstrap was spelled incorrectly
2013-10-17 11:12:21 -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
Mark Aaron Shirley
4c0ba7ff12
Update docs for Virtualbox and VMware as well
2013-10-08 09:34:37 -07:00
Mark Aaron Shirley
4f10ff2480
Add compression_level option to vagrant post-processors
2013-10-07 21:59:26 -07:00
Tehmasp Chaudhri
0d5cd549a4
Updated web site doc. for avail commands list
2013-10-01 19:45:11 -06:00
Matthew Hooker
c92b73899c
Merge remote-tracking branch 'origin/master'
2013-09-30 04:46:15 +00:00
Kelsey Hightower
f0d34f9897
Add ansible-local provisioner website docs
2013-09-29 13:56:43 -07: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
Nathan Sullivan
59e7c94bbc
fix variable name
2013-09-24 16:14:34 +10:00
Mitchell Hashimoto
78133976eb
website: document `only` and `except`
2013-09-20 11:42:25 -07:00
Mitchell Hashimoto
f79c5543d1
provisioner/shell: convert windows line endings to Unix [GH-277]
2013-09-20 10:22:43 -07:00
Tim Mower
6093789ffc
Fix syntax error in puppet template
2013-09-20 11:36:37 +01:00
Mitchell Hashimoto
30eccf4130
builder/virtualbox: support attaching guest additions [GH-405]
2013-09-18 18:15:46 -07:00
Mitchell Hashimoto
cfe3eee547
common: Allow user variables to be used for ints/bools/etc. [GH-418]
2013-09-18 16:18:39 -07:00
Mitchell Hashimoto
02e23aa10b
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
277d54fe69
some documentation.
2013-09-17 06:01:23 -07:00
Mitchell Hashimoto
0bfbe02424
provisioner/chef-solo: ability to specify custom chef template
2013-09-15 23:29:29 -07:00
dlovell
2941836ab0
fix iso_url: use old-releases.ubuntu.com/...
2013-09-14 15:02:40 -04:00
Jerry Clinesmith
5fbd374646
#348 : chef-solo provisioner: update docs
2013-09-10 22:00:52 -05:00
Mitchell Hashimoto
f5850199ba
provisioner/file: support uploading directories [GH-251]
2013-09-09 14:00:06 -07:00
Mitchell Hashimoto
dbf978f8d1
provisioners/puppet-masterless: support hiera configs
2013-09-09 13:24:17 -07:00
Mitchell Hashimoto
4c537105ef
provisioner/puppet-masterless: support custom facts
2013-09-08 23:00:11 -07:00
Andrew Schleifer
06b5b4304d
accidently a word
...
specifically, "builders"
2013-09-08 22:27:14 -05:00
Mitchell Hashimoto
5315aaba0d
website: document the Puppet provisioner
2013-09-07 23:56:00 -07:00
Mark Peek
7fe487cd4f
website: add no_device to amazon block device doc
2013-09-07 18:53:34 -07:00
Mark Peek
06b83d148b
website: document isotime and clean_ami_name
2013-09-07 18:50:01 -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
ttres
c0ef20bb80
Minor URL typo
...
URLs with special characters should escape them.
2013-09-05 16:27:38 -03:00
Justin Bronn
175408dcb2
Document the `hard_drive_interface` option.
2013-09-05 11:08:55 -07:00
Mitchell Hashimoto
12547d3203
website: update website
2013-09-02 17:34:37 -07:00
Mark Peek
5be22de623
website: add openstack to the intro platforms list
2013-09-01 13:41:48 -07:00
Mark Peek
15132a9f17
website: fixup some underscores to not be emphasis in the AWS docs
2013-09-01 13:37:19 -07:00
Mark Peek
ffaca0a226
website: document required openstack region setting
2013-09-01 13:30:36 -07:00
Mitchell Hashimoto
4370726ba7
website: fix typo s/script/shell/ provisioner
2013-09-01 10:11:28 -07:00
Mitchell Hashimoto
73ac1fc82c
website: page titles on provisioner docs
2013-09-01 10:02:46 -07:00