Matthew Hooker
7e2e3f4a36
Merge pull request #4358 from mitchellh/listfix
...
fix list display on chrome
2017-01-05 11:19:56 -08:00
Matthew Hooker
cb29e1e870
Merge pull request #4362 from james-portman/master
...
Correcting CLI usage
2017-01-05 11:05:55 -08:00
Tom-Byrne
d7545c4ba0
support OpenStack instance metadata
2017-01-05 14:42:32 +00:00
James Portman
88fceff226
Correcting CLI usage
...
For gcloud compute instances create, multiple scopes should be comma separated in one set of quotes
2017-01-05 10:34:42 +00:00
Matthew Hooker
9be849cdfa
fix list display on chrome
2017-01-04 14:56:50 -08:00
Matthew Hooker
35694dce61
Merge pull request #4207 from iainelder/intro-docs-improvements
...
Note more secure ways to pass credentials.
2017-01-04 13:59:22 -08:00
Matthew Hooker
50a08e16e3
update changelog
2017-01-04 13:39:05 -08:00
Zanetti, David
08ef89f032
Openstack builder should use existing floating IPs before allocating them
...
Rather than always creating a new floating IP, search the provided pool
for an unallocated address and use this instead. Only allocate a temporary
address if there is no spare address in the pool.
Closes #4215
2017-01-05 08:59:49 +13:00
Matthew Hooker
56c7693c65
update changelog
2017-01-04 10:53:46 -08:00
Matthew Hooker
aef6e0e93f
Merge pull request #4304 from dave2/gh-4277
...
Querying EC2 security groups should report unexpected errors
2017-01-04 10:53:28 -08:00
Matthew Hooker
5fc6a2ee70
Merge pull request #4326 from asteris-llc/feature/converge-provisioner
...
New Provisioner: Converge
2017-01-04 10:46:18 -08:00
Brian Hicks
d9683c0817
website: add default note on converge bootstrap parameter
2017-01-04 12:12:35 -05:00
Rickard von Essen
f12ff29408
Merge pull request #4355 from rickard-von-essen/hyperv-iso-doc-fix
...
builder/hyperv: Added iso_target_extension and iso_target_path to docs
2017-01-04 14:06:38 +01:00
Rickard von Essen
78854979a6
Updated CHANGELOG.md
2017-01-04 14:03:47 +01:00
Rickard von Essen
df0638ad37
builder/hyperv: Added iso_target_extension and iso_target_path to docs
2017-01-04 14:02:36 +01:00
Rickard von Essen
85cf00069f
Merge pull request #4294 from legal90/iso-target-extension
...
Add "iso_target_extension" option for all local *-iso builders
2017-01-04 13:48:28 +01:00
Matthew Hooker
76138513c3
Merge pull request #4353 from dnABic/docs_developing-plugins
...
Bug in Documentation: wrong path to import code for plugins
2017-01-03 16:00:12 -08:00
dnABic (Andreja Babic)
9403dfc272
wrong path to import code for plugins
2017-01-04 00:05:29 +01:00
Matthew Hooker
7e92b07735
update changelog
2017-01-03 12:39:00 -08:00
Matthew Hooker
6d6c7864b4
Merge pull request #4328 from DanHam/gh-3108
...
Allow equals sign in value of environment variable for Powershell provisioner
2017-01-03 12:38:17 -08:00
James Nugent
56a6f20ad0
Update CHANGELOG.md
2017-01-01 15:42:18 -06:00
James Nugent
01c09aa7f7
Merge pull request #4325 from siepkes/f-triton-builder-2
...
Add Joyent Triton Builder
2017-01-01 15:40:11 -06:00
Rickard von Essen
c90c3103ca
Updated CHANGELOG.md
2017-01-01 22:15:20 +01:00
Rickard von Essen
ae2e59634c
Merge pull request #4341 from rahart/f-chroot-snapshots-crash
...
amazon-chroot builder snapshot interface panic
2017-01-01 22:13:11 +01:00
Rickard von Essen
3d2276f589
Updated CHANGELOG.md
2017-01-01 19:01:05 +01:00
Rickard von Essen
f53eb5dbdb
Merge pull request #4346 from DanHam/gh-4332
...
Pause between each boot command element rather than each char with -debug
2017-01-01 18:59:50 +01:00
DanHam
ac769be49a
Pause between each boot command element rather than each char with -debug
...
Fixes #4332
2016-12-31 11:57:11 +00:00
Jasper Siepkes
bdf57c9cfa
Fixed documentation error for the 'source_machine_firewall_enabled'
...
option.
2016-12-31 12:34:33 +01:00
Vasiliy Tolstov
20349f750d
builder/qemu: allow to convert from any supported format
...
In case of disk_image: true user can have raw image, but in packer
template specify qcow2 image format.
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2016-12-30 17:19:14 +03:00
Rickard von Essen
1560e15632
Merge pull request #4337 from KohlsTechnology/puppet-provisioner-doc-fixes
...
Clean up puppet provisioner documentation
2016-12-30 09:45:41 +01:00
Sean Malloy
bd0985cde8
Do not escape quotes
2016-12-29 23:25:34 -06:00
Jasper Siepkes
7a90039b07
Added Triton doc page to sidebar.
2016-12-29 22:42:43 +01:00
Jasper Siepkes
690302a6a3
Minor cleanup and style fix.
2016-12-29 18:58:56 +01:00
Travis Harrington
e31d75eca8
Quick fix for issue #4340
2016-12-29 09:16:52 -07:00
DanHam
0ac071b6e7
Add option to skip export of installed VM for Virtualbox ISO & OVF builders
...
Closes #4131
2016-12-29 13:19:59 +00:00
Jasper Siepkes
0c9b576c05
* Unentagled SSH communication with VM's from the Cloud API SSH private
...
key.
* Improved documentation.
2016-12-29 13:24:56 +01:00
Rickard von Essen
282bb6ad37
Merge pull request #4338 from KohlsTechnology/fix-google-compute-docs
...
Fix formating for network_project_id config option
2016-12-29 11:53:10 +01:00
Jasper Siepkes
4b651ce3c2
Formatted Triton documentation.
2016-12-29 11:17:24 +01:00
Rickard von Essen
526e77c214
Merge pull request #4336 from KohlsTechnology/puppet-masterless-tests
...
Add more tests for puppet-masterless provisioner
2016-12-29 10:09:35 +01:00
Sean Malloy
e0fd5ac402
Fix formating for network_project_id config option
2016-12-28 23:15:18 -06:00
Sean Malloy
01b5a824f3
Clean up puppet provisioner documentation
...
Clarify that the puppet_bin_dir options is the
path to the directory that contains the puppet
binary. Update default execute command. Clarify
that the client_cert_path and the client_private_key_path
options are paths to directories not regular files.
2016-12-28 22:33:44 -06:00
Sean Malloy
a617884a16
Add more tests for puppet-masterless provisioner
...
* Add tests for staging_directory config option
* Add tests for working_directory config option
2016-12-28 21:14:17 -06:00
Rickard von Essen
456eeb6ac5
Merge pull request #4334 from rickard-von-essen/docs-vagrantfile
...
website: Added docker-dev target updated Vagrantfile
2016-12-28 22:06:51 +01:00
Rickard von Essen
0651bcb7a8
Merge pull request #4333 from rickard-von-essen/puppet-server-doc-fix
...
provisioner/puppet-server: Fixed formatting for execute_command
2016-12-28 22:06:41 +01:00
Rickard von Essen
12e572e807
Added docker-dev target to run website in docker container
2016-12-28 22:04:10 +01:00
Rickard von Essen
ed342a0adf
Updated Vagrantfile for testing docs
2016-12-28 21:47:36 +01:00
Rickard von Essen
cda83dc93a
provisioner/puppet-server: Fixed formatting for execute_command
2016-12-28 21:43:57 +01:00
Brian Hicks
feab6f096e
provisioner(converge): add prevent_bootstrap_sudo
2016-12-28 12:53:22 -06:00
Brian Hicks
fb6a5c5bbc
provisioner(converge): change skip_bootstrap back to bootstrap
2016-12-28 12:49:40 -06:00
Jasper Siepkes
10bcf64245
Removed accidentally checked in 'ssh_agent_auth' documentation. See SSH
...
discussion in #4325 as to why it was removed for now.
2016-12-28 16:11:09 +01:00