716 Commits

Author SHA1 Message Date
Brian Cain
fbe6d7a369
Fixes #11594: Clarify provisioning guide
This commit adds some clarification to the provisioning guide by
explaining ahead of time that an html folder will be created that will
be used by the provisioning script.
2020-05-27 10:47:30 -07:00
Brian Cain
2a239c6c9d
Use example domain for documentation 2020-05-21 08:27:39 -07:00
Brian Cain
c9e5bba033
Merge pull request #11586 from 0mp/patch-1
Fix broken link to HashiCorp security page
2020-05-13 08:20:59 -07:00
Brian Cain
dfd5fd2874
Include disks option for experimental flag 2020-05-07 12:58:30 -07:00
sophia
725a127467 Seperate podman centos and rhel install 2020-05-06 15:33:44 -04:00
Mateusz Piotrowski
5b554ba8dd
Fix broken link to HashiCorp security page 2020-05-06 08:09:19 +02:00
Sophia Castellarin
85fc3a99b5
Merge pull request #11560 from soapy1/box-download-ssh-settings
Add option `box_download_options`
2020-04-30 10:03:23 -04:00
sophia
7e125969dd Add option box_download_options
Allow users to specify a map of extra options to pass to the downloader.
These options will be passed to curl, with a `--` appended to the key
2020-04-29 15:10:44 -04:00
Sophia Castellarin
56bc93e154
Merge pull request #11540 from soapy1/winrm-config-docs
Update winrm config docs
2020-04-29 09:57:23 -04:00
sophia
b4e13bf1ce Update winrm config docs 2020-04-23 09:47:16 -04:00
Nathan Fisher
b8f314b0a8
Updated default provider variable to use latest
The docs state that `vmware_desktop` is the common provider name when using the latest VMWare plugin. Updating this entry to match.
2020-04-22 15:02:19 -03:00
Chris Roberts
b9bcf566d5
Merge pull request #11533 from chrisroberts/add-ssh-connect-timeout
Add support for configuring SSH connect timeout
2020-04-22 10:28:33 -07:00
Brian Cain
29b8bb3596
Fixes #9142 Add more information about shell script extensions
This commit updates the shell provisioner docs to be more descriptive
about the kinds of extensions you can use with Windows
2020-04-21 09:27:43 -07:00
Chris Roberts
4546d804b1 Add support for configuring SSH connect timeout
Retains the original default value of 15 seconds for SSH connect
timeout. Allows users to modify this timeout via SSH communicator
option. Enforces integer values for timeout and validates custom
values are greater than 0.
2020-04-20 14:23:21 -07:00
Sophia Castellarin
bc4368f739
Merge pull request #11503 from soapy1/smb-symlinks
Smb symlinks
2020-04-20 12:35:38 -04:00
sophia
307291b7f8 Add mfsymlinks as a default option for mounting smb folders 2020-04-08 14:52:37 -04:00
sophia
64ccd58da4 Add docs for podman 2020-03-31 09:21:57 -04:00
Zack Maldonado
cbb34e7dbd
Fixing minor typo 2020-03-26 14:44:28 -04:00
Jeff Bonhag
6efdcd2068
Merge pull request #11430 from chrisroberts/winssh-hacks
Fix issues with Windows SSH provisioner (continued...)
2020-03-11 10:39:44 -04:00
Jeff Bonhag
1e6c98f539
Document potential issue with PowerShell progress bar
Since PowerShell subprocesses don't inherit the setting for
`$ProgressPreference`, it's probably a good idea to set this variable to
`SilentlyContinue` globally when using the WinSSH communicator.

This commit also fixes a formatting issues with the list of supported
Windows guests.
2020-03-10 16:13:49 -04:00
Meitar M
9f0d4ef074
Actually remove all references to symbol syntax. 2020-03-06 18:35:55 -05:00
Meitar M
945e623f6d
Remove referencese to symbol syntax. 2020-03-06 17:46:04 -05:00
Meitar M
9951656cb6
Fix typo and use keyword argument syntax for consistency. 2020-03-06 17:44:51 -05:00
Meitar M
0361f9aa72
Document ability to specify which host-only network.
Although it has been possible to specify a specific VirtualBox host-only network
to attach a machine's NIC to, this was never mentioned by the documentation in
the VirtualBox provider's networking section. I had to spelunk through the issue
tracker to find an example of this.

This patch adds a code example along with a short description of the ability in
human language prose, and a link to the relevant section in the VirtualBox User
Manual about "Host-Only Networking."
2020-03-05 21:22:09 -05:00
Chris Roberts
f9adc28e3d Update documentation to reflect changes in winssh communicator 2020-03-04 16:35:19 -08:00
Jeff Bonhag
3b5443a5e7 We are back to creating config.winssh_upload_directory 2020-03-04 15:08:03 -08:00
Jeff Bonhag
df7c11a3a7 Fix issues with Windows SSH provisioner
Windows commands that run over SSH are wrapped in a script that writes a
special marker to the two output streams (stdout and stderr).  This
allows Vagrant to consume the output streams.

Unfortunately, this leads to a sort of chicken-and-egg problem where no
commands can be run before a wrapper script exists. For example, you
can't make a destination directory to upload the wrapper script without
first creating a wrapper script to make the directory. :)

This commit changes the behavior of the WinSSH communicator to assume
that the destination directory already exists for provisioning scripts.

It also moves the default `upload_path` from the shell provisioner
config so we can have OS-specific defaults.

Finally, it introduces a Windows-specific #upload method which will
properly use a Windows path separator on a non-Windows host.
2020-03-04 15:08:03 -08:00
Chris Roberts
89aad950ca
Merge pull request #11422 from Murathe/patch-1
Update index.html.md
2020-03-03 16:25:42 -08:00
Mike
2d7b959136
Missed comma in configuration file
Vagrant throws this error
syntax error, unexpected tIDENTIFIER, expecting keyword_endate_network, type: "dhcp" name: "hap-network"
2020-03-03 21:24:06 +02:00
Murathe
f454a9903b
Update index.html.md
Added  'it' to the excuse formation
2020-03-02 17:09:18 +03:00
Brian Cain
3d2eafc414
Merge pull request #11349 from briancain/feature/virtualbox-disk-mgmt
[FEATURE] Disk management with the VirtualBox provider
2020-02-14 08:33:51 -08:00
Brian Cain
dafb60ad4f
Update experimental feature flag for disk 2020-02-12 15:38:34 -08:00
Meitar M
1548bcf80e
Detail other valid values for config.ssh.verify_host_key.
This commit adds more detail to the documentation for `config.ssh.verify_host_key`. Currently, the documentation only mentions the default value but does not provide any hints as to what valid values exist, or where this value is being passed to. As I'm sure you know, this is ultimately passed to the `net-ssh` library. It would have saved me some time doing searches to have read this fact in the Vagrant docs directly.

Thanks for considering this expansion.
2020-02-10 22:22:29 -05:00
Brian Cain
567351a2af
Disk doc updates 2020-02-10 12:58:11 -08:00
Brian Cain
4394962f56
Include default disk_ext option in docs 2020-02-10 12:58:11 -08:00
Brian Cain
0aa8a517c4
Add note about resizing VMDK disks 2020-02-10 12:58:11 -08:00
Brian Cain
bb8f04f18a
Add docs note about disk_meta file 2020-02-10 12:58:11 -08:00
Brian Cain
fe6be8c886
Disk doc updates 2020-02-10 12:58:11 -08:00
Brian Cain
a15016931a
Add more docs for disk feature 2020-02-10 12:58:11 -08:00
Brian Cain
90461014db
Website updates for disk management feature 2020-02-10 12:58:11 -08:00
Brian Cain
edd9ec89cb
Begin to add docs for the virtualbox disk feature 2020-02-10 12:58:11 -08:00
Brian Cain
54f17929b5
Add note about vbox gui for troubleshooting 2020-02-10 12:58:11 -08:00
Brian Cain
a9e678327b
Update docs for disk name 2020-02-10 12:58:11 -08:00
Brian Cain
b41147237e
Begin to add docs for disk configuration with virtualbox 2020-02-10 12:58:11 -08:00
Brian Cain
8cd04db602
Update configuration with disk_ext option 2020-02-10 12:58:11 -08:00
Brian Cain
2150c3f4b3
Include important Ansible docs in side navbar
This commit adds some extra nav links for important Ansible
documentation that was burried in the other doc pages.
2020-01-29 11:44:26 -08:00
comet
fa43afb57b
update 2020-01-27 17:04:23 -06:00
林博仁(Buo-ren Lin)
8ac6403bcc
Fix missing quoting for VagrantFile
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
2020-01-21 16:56:14 +08:00
Brian Cain
0077d7955d
Fix typo in CLI upload docs 2020-01-13 11:23:06 -08:00
Tenzin Chemi
e864605879
Update public_network.html.md 2020-01-11 23:21:30 +05:30