1888 Commits

Author SHA1 Message Date
Matthew Hooker
63f1673909
ssh deadlines 2018-01-31 12:35:25 -08:00
Megan Marsh
64e26d6fa2 update example file in the oracle-classic docs 2018-01-31 12:23:25 -08:00
Matthew Hooker
b9c0d3ab56
Merge pull request #5830 from hashicorp/sshkeepalive
add session level keep-alives for ssh communicator
2018-01-31 12:23:02 -08:00
Megan Marsh
871ead371a Clean up based on Oracle comments 2018-01-31 10:47:19 -08:00
Matthew Hooker
2452f0788b
remove obsolete ssh_wait_timeout from examples 2018-01-30 23:30:45 -08:00
Matthew Hooker
55977be8f3
Update communicator.html.md 2018-01-30 23:26:26 -08:00
Matthew Hooker
cab52872f4
add session level keep-alives for ssh communicator 2018-01-30 22:00:37 -08:00
유성덕
5714108ef9 Merge branch 'master' into support_ncloud 2018-01-29 22:10:18 +09:00
유성덕
32e9ff84c5 Add ncloud doc html 2018-01-29 17:16:28 +09:00
Matthew Hooker
a4518f8ac8
show a policy doc for ec2-upload-bundle 2018-01-25 15:22:34 -08:00
Matthew Hooker
48105e74bd
add note about upload-bundle iam perms 2018-01-25 14:52:40 -08:00
Megan Marsh
00db189c9c
add docs page 2018-01-25 14:34:03 -08:00
Brian Terry
380147200c Added role in amazon-import 2018-01-25 10:56:30 -05:00
Matthew Hooker
5e444ff7ab
update multistep documentation 2018-01-24 17:27:08 -08:00
Matthew Hooker
ccbd8b8abf
update plugin documentation 2018-01-24 16:59:32 -08:00
Matthew Hooker
4bccbbba1f
Merge pull request #5790 from GennadySpb/trusted_certs_dir
Support 'trusted_certs_dir' chef-client configuration option
2018-01-23 13:11:27 -08:00
Gennady Lipenkov
53aaf84100 Support 'trusted_certs_dir' chef-client configuration option 2018-01-13 01:53:49 +03:00
Matthew Hooker
0023aa11cf
add kms_key_id to block device docs 2018-01-12 14:48:18 -08:00
Matthew Hooker
e968f9d6cc
spelling/style fixes 2018-01-12 14:26:56 -08:00
Jason Wieringa
2ac59b3c27 builder/amazon: Added KmsKeyID to BlockDevice
+ Adds kms_key_id to list of options
+ Tests that configuraiton is set along with encrypted
+ Updates documentation on ebsvolume builder
2018-01-11 20:27:38 -08:00
Matthew Hooker
6f2669c044
Revert "add note about vix api libraries"
This reverts commit c5ec92c88bb154bd317aec5b81ba6cf9e4dff9c4.
2018-01-11 16:48:39 -08:00
Matthew Hooker
c5ec92c88b
add note about vix api libraries 2018-01-11 15:44:49 -08:00
Matthew Hooker
f5ea1e8312
Use WaitUntilInstanceReady waiter 2018-01-10 15:57:31 -08:00
Diego Goding
38b1cdd8c4 fixed issue 5779 2018-01-10 08:56:59 -06:00
lmayorga
ccf404ea75 fix typo 2018-01-06 13:13:19 -05:00
lmayorga
7a4709400b improve documentation when vmware-iso is used on amazon-import post-processr 2018-01-04 21:49:36 -05:00
Matthew Hooker
0ae1df2071
clarify that ssh_interface works for winrm 2018-01-03 13:42:53 -08:00
stack72
c3467b686c builder/triton: Add support for Triton RBAC
Fixes: #5737

Triton allows for subusers to be granted access to your account. This PR allows a user to be specified
2017-12-29 21:20:40 +02:00
Glenn McDonald
7250c4f7f0 Add Intel HAXM support to QEMU builder 2017-12-29 11:51:57 +11:00
Sean Malloy
e47bd65986 Add vagrant post-processor support for Google
Add the ability to create Google vagrant boxes
using the vagrant post-processor. The Google
plugin for vagrant is linked below.

https://github.com/mitchellh/vagrant-google
2017-12-23 00:13:17 -06:00
Malet
93c2f2ec93
Improve vmware-iso disk_type_id documentation
Referring to the vmware documentation might be more "correct", but having the options listed will make the available options much clearer.
2017-12-21 17:24:04 +00:00
Lance Lafontaine
93d201828c Corrects small typo in amazon-* builder docs 2017-12-19 19:29:39 -05:00
Ben Phegan
c338cb79d0 Initial commit of feature to allow MAC address specification for HyperV builders 2017-12-15 13:24:15 +11:00
Matthew Hooker
cba1a0598f
document additional aws permission 2017-12-12 21:13:09 -08:00
Dave Sanderson
666796e8eb Add ability to stat a remote path 2017-12-12 14:39:13 -07:00
Matthew Hooker
738e378e91
complete the thought 2017-12-12 09:07:07 -08:00
Matthew Hooker
cd2a0fe873
add deprecation warnings to docs 2017-12-12 09:07:06 -08:00
Vijaya Bhaskar Reddy Kondreddi
5346583df9 Update docs 2017-12-11 11:24:59 +05:30
Matthew Hooker
2c1c7b9659
Merge pull request #5630 from johndaviesco/winrm_no_proxy
Winrm no proxy
2017-12-07 15:41:16 -08:00
John Davies-Colley
76ac755ed9 fixing wording for proxy usage 👌 2017-12-06 17:13:02 +13:00
John Davies-Colley
92d1bdbdab docs change for deprecation and proxy usage ✔ 2017-12-06 16:50:54 +13:00
Jamie Lennox
d043c37ad4 Azure: Don't provide location for build_resource_group_name
Location is required by default because you must specify where to create
the resource group containing the packer resources.

When using build_resource_group_name you are specifying that packer
should use an existing resource group and so the location that resources
are in can be determined by fetching the information from the existing
group.

It is forbidden to pass both variables as it is easier and more
intuitive that the location comes from the group rather than ignore a
parameter.

Closes: #5655
2017-12-04 11:22:54 +11:00
SwampDragons
753d3cf216
Merge pull request #5618 from kwilczynski/ansible-local-clean-staging-directory
ansible-local: Add ability to clean staging directory.
2017-11-30 14:27:59 -08:00
SwampDragons
37d22160a8
Merge pull request #5619 from kwilczynski/add-packer_version-function
Add new `packer_version` function.
2017-11-30 09:43:25 -08:00
Hariharan Jayaraman
b66426e668 Updates to Docs to ensure permission issues are clearer 2017-11-28 16:23:49 -08:00
zhuzhih2017
bdc1fa0527
Merge pull request #5641 from zhuzhih2017/master
Add security token supported and TLS handshake timeout support
2017-11-28 11:15:56 +08:00
zhuzhih2017
de0017c37a Add security token supported and TLS handshake timeout support 2017-11-28 10:32:17 +08:00
Matthew Hooker
ff3efb4641
remove trailing spaces 2017-11-27 17:26:03 -08:00
Matthew Hooker
be3fe340c8
add a section about uploading files that don't exist. 2017-11-27 17:23:31 -08:00
SwampDragons
e990e49711
Merge pull request #5638 from hashicorp/docs_5623
Docs 5623
2017-11-27 16:58:24 -08:00