Adrien Delorme
3a6bd22cbb
make generate
2019-09-20 15:10:32 +02:00
Adrien Delorme
849de792da
re-apply doc changes of master
2019-09-20 15:04:01 +02:00
Adrien Delorme
299544a4c7
Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
2019-09-20 14:47:02 +02:00
Raimund Hook
c4831ba02c
Added disk_block_size unit clarification to hyperv-iso doc
2019-09-20 11:37:34 +01:00
Adrien Delorme
3fe9d52e3f
Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
2019-09-20 11:15:44 +02:00
Megan Marsh
61b237b6f7
Merge pull request #8097 from onematchfox/vagrant-cloud
...
post-proc(vagrant-cloud) allow blank access_token (no auth) for private vagrant box hosting
2019-09-19 11:19:57 -07:00
Daniel Kimsey
887f3bb12e
fixup: doc words
2019-09-18 11:09:41 -07:00
Daniel Kimsey
3b64620234
SSH tunneling support
...
Support for both local and remote TCP port tunneling. Includes updated
docs and tests.
Does not implement dynamic port forwarding (SSH's built-in SOCKS)
(uncertain difficulty) nor unix socket (potentially easy).
2019-09-18 11:09:41 -07:00
Omri Siri
562f920336
Fix security constraints on windows machines
...
Due to a security update - windows has enabled security restrictions blocking WinRM basic authentication and unencrypted traffic
and also changes the password requirements to require longer passwords.
This change fixes both
2019-09-18 12:14:36 +03:00
Megan Marsh
577a34b1c3
Merge pull request #8106 from shapeblue-br/master
...
[cloudstack builder] Detach iso option step
2019-09-17 10:15:09 -07:00
William Bianchini
3022576b57
Update cloudstack.html.md
2019-09-17 12:15:09 -03:00
William Bianchini
39a1f64d52
Add cloudstack.html.md documentation of eject_iso and eject_iso_delay options
...
Usages and behavior.
2019-09-17 11:55:31 -03:00
cmaahs
3e6cc05751
magictime_docs: Adding a reference to the go docs for formatting
2019-09-16 22:02:42 -05:00
Matt Kotsenas
17d2aa5f93
Fix typos in azure-setup.html.md
...
Fix a few typos in `azure-setup.html.md`.
2019-09-16 16:27:05 -07:00
allinwait
171c2a9a07
add the floppy label option
2019-09-12 12:25:22 +00:00
Brian Fox
331babc2ce
allow blank access_token (no auth) for private vagrant box hosting
2019-09-12 12:37:53 +02:00
Gennady Lipenkov
524b822e11
Support GPU instances, allow set source image by name
...
Signed-off-by: Gennady Lipenkov <xgen@yandex-team.ru>
2019-09-10 17:52:42 +03:00
Adrien Delorme
146b88ba1e
Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
2019-09-10 12:44:46 +02:00
Adrien Delorme
e730e9f3ce
Merge pull request #8051 from DanHam/aws-vol-tags
...
Add ability to set `run_volume_tags` for Amazon EBS Volume builder
2019-09-10 12:04:58 +02:00
Adrien Delorme
4981782130
Add community forum link to community mediums list
2019-09-09 18:27:33 +02:00
Adrien Delorme
a531558aef
Merge pull request #8081 from hashicorp/website_third_party_plugins
...
borrow some of the copy from the terraform providers page and link fr…
2019-09-09 10:32:22 +02:00
Megan Marsh
4a319272e8
borrow some of the copy from the terraform providers page and link from this list to the page on installing plugins
2019-09-06 09:26:01 -07:00
Arjun Dandagi
675260a8c1
added version compatibility to console command
...
let the user know that console is available from version 1.4.2 and above, I was using 1.3.5 and didn't see the console command. thought of updating the docs.
2019-09-06 12:32:30 +05:30
Adrien Delorme
058fa2116d
Merge pull request #8064 from mjrider/issue-8060
...
post-processor/vsphere: removed redundant whitelist check for builders as the PP will check for an ova, vmx or ovf file
2019-09-05 10:34:04 +02:00
Adrien Delorme
1a7416e128
Merge pull request #8071 from hashicorp/add_third_party_plugins_to_website
...
Add third party plugins to website
2019-09-05 10:30:29 +02:00
Megan Marsh
29897e3cd2
update copy explaining where to find plugins
2019-09-04 11:11:44 -07:00
Megan Marsh
9df9ffbc06
add a section detailing some third party plugins I know about to the website
2019-09-04 11:06:05 -07:00
Robbert Müller
3c69a938c5
Update documentation for vsphere post-processor
...
Signed-off-by: Robbert Müller <spam.me@grols.ch>
2019-09-04 18:34:40 +02:00
Adrien Delorme
2b30e88360
Merge pull request #8068 from CallumDenby/patch-1
...
Remove incorrect troubleshooting information for Arch Linux
2019-09-04 15:07:10 +02:00
Adrien Delorme
55358175bf
Merge pull request #8054 from zaro0508/debugger-doc
...
Add doc about debugger setup
2019-09-04 15:00:30 +02:00
Callum Denby
0f5924b054
Remove troubleshooting information for arch linux
...
The package for Packer in the arch linux repos now points to HashiCorp packer. https://www.archlinux.org/packages/community/x86_64/packer/
2019-09-04 13:37:41 +01:00
Khai Do
b442c0ad45
add debugging info to debugging page as well
2019-09-03 09:01:00 -07:00
Adrien Delorme
ba9ffcbf73
re-indent HWConfig struct comments
2019-09-03 17:35:29 +02:00
DanHam
6b80075db0
Docs: Add `run_volume_tags` option to the ebsvolume docs
...
* Add note explaining temp override of `ebs_volumes` tags when the
instance is initially created
2019-08-30 14:30:25 +01:00
DanHam
06b049987b
Docs: Formatting, fixes, nits, and improvements to the ebsvolume builder doc
...
* Fix or remove references to AMI creation copied in from other docs
* Remove unsupported `snapshot_users` and `snapshot_groups` options
2019-08-30 14:16:29 +01:00
DanHam
a418a22cae
Docs: Fix missing required option `ami_name` for ebssurrogate builder
2019-08-30 14:16:29 +01:00
Adrien Delorme
7d9798f5ee
update AlicloudAccessConfig docs for SECURITY_TOKEN
...
SecurityToken=>SECURITY_TOKEN
2019-08-29 14:39:25 +02:00
Adrien Delorme
9f8e9893b3
Merge remote-tracking branch 'origin/master' into scrape_doc_to_builder_struct_config
2019-08-29 14:22:16 +02:00
Adrien Delorme
1b8673ddc9
Merge pull request #8040 from Shuliyey/doc/incorrect_documentation_in_alicloud-ecs_security_token
...
📝 incorrect documentation in `alicloud-ecs` builder, env for `security_token` should be `SECURITY_TOKEN` instead of `SecurityToken`
2019-08-29 10:52:41 +02:00
Adrien Delorme
f89156fb83
link proxmox builder docs
...
fix #8044
2019-08-28 10:13:34 +02:00
Adrien Delorme
b3cdf2ac8f
remove docs typo
2019-08-27 15:16:33 +02:00
Adrien Delorme
a73471366e
docs: remove deled partial reference
2019-08-27 14:02:56 +02:00
Adrien Delorme
0fe48691e8
ignore doc fields containing `TODO`
2019-08-27 13:55:00 +02:00
Adrien Delorme
94bb33db57
fix triple backtick indentation
2019-08-27 13:37:28 +02:00
Adrien Delorme
ec52f36af1
docs: escape pointer (*) parameters `*` => `\*`
...
so that we don't get weird italics there and there
2019-08-27 13:30:50 +02:00
Adrien Delorme
d135106171
fix more docs
2019-08-27 09:50:43 +02:00
Adrien Delorme
9360f57b42
Update _RunConfig-required.html.md
...
Co-Authored-By: Megan Marsh <swampdragons@users.noreply.github.com>
2019-08-27 09:47:47 +02:00
Adrien Delorme
75f31b8fac
add ssh interface docs to openstack
2019-08-27 09:20:47 +02:00
Zeyu Ye
125c02e86a
📝 incorrect documentation in `alicloud-ecs` builder, env for `security_token` should be `SECURITY_TOKEN` instead of `SecurityToken`
2019-08-27 16:59:42 +10:00
Adrien Delorme
5517d41468
make sure all documentation fields are there
...
* add missing `temporary_key_pair_name` field for alicloud
* add missing description to `vpc_filter` for aws
* add missing ssh communicator fields for aws
* add links for aws
* update vmware-vmx docs
* manually describe AMI Configuration section for ebsvolume
* display missing required ami_name field for aws
* add missing fields for docker
* add missing fields for openstack
2019-08-26 17:16:54 +02:00