Alvaro Miranda Aguilera
9f38cd42e9
add note to FAQ for internet requirement - license
...
Vagrant requires internet access
2019-01-07 19:52:40 +01:00
Daniel Dương
829f9eceae
Fix a link to Virtualbox's documentation
2019-01-04 18:43:19 -02:00
Tobias Nehrlich
54f30f6eeb
Add VirtualBox version 6.0.x to docs.
2019-01-04 11:44:29 +01:00
Chris Roberts
c7522b9114
Merge pull request #10529 from chrisroberts/e-rsync-chown
...
Add support for using the `--chown` flag with rsync when available.
2019-01-03 15:18:14 -08:00
Chris Roberts
e735453422
Add reboot option to shell provisioner
...
Adds a `reboot` option which allows the guest to be rebooted after
the completion of a shell provisioning task. The guest must support
the `:reboot` capability. Like the `reset` option, the `reboot`
option may be provided without defining `inline` or `file` options
when a reboot may be required between other provisioners.
Fixes #8639
2018-12-21 15:50:59 -08:00
Chris Roberts
cb3b8bd732
Add support for using the `--chown` flag with rsync when available.
...
Adds a new `rsync__rsync_ownership` option to rsync based synced folders
which will allow rsync to use the `--chown` flag if it is available. The
`rsync` and `rsync-auto` commands have a new `--rsync-chown` flag which
can be used to force the option on folders when running the commands.
Fixes #7329 #7332
2018-12-20 17:16:36 -08:00
Chris Roberts
2daafd9586
Merge pull request #10490 from chrisroberts/f-snapshot-behavior
...
Update behavior of `snapshot restore` and `snapshot pop`
2018-12-13 09:18:20 -08:00
Chris Roberts
480bb47e1d
Merge pull request #10496 from chrisroberts/e-ssh-config-file
...
Add support for config and remote_user to SSH options
2018-12-13 09:16:49 -08:00
Brandon9598
8e8bfd60a9
Update project_setup.html.md
2018-12-13 08:36:36 -05:00
Chris Roberts
90a5854684
Fill out ssh options config and remote_user
...
Include config option within ssh_config command output template. Default
remote_user value to set username value. Include existence check on
provided config value to ensure file is available. Update tests to
include coverage on all changes. Add new options to the docs.
2018-12-11 08:09:43 -08:00
Brian Cain
951902506f
Use specific Vagrant box in tutorial setup
...
This commit ensures that a proper box is used during the project setup
tutorial. Otherwise later down the road uesrs will run into Vagrant
saying that the box `base` doesn't exist.
2018-12-10 08:47:24 -08:00
Chris Roberts
4696943ae6
Add new flag to cli docs
2018-12-07 16:26:13 -08:00
Chris Roberts
e4a3eb5d14
Update vmware utility version
2018-11-28 10:19:06 -08:00
Chris Roberts
5e4f68f529
Update website version to 2.2.2
2018-11-27 09:49:16 -08:00
Chris Roberts
d589aa9f81
Update default_nic_type implementation within VirtualBox provider
...
In some cases the E1000 NIC type is the only acceptable value. Since
defaulting causes breakages to existing boxes, leave the default value
as `nil` but check the VirtualBox version in use and print warning to
user if VirtualBox version is vulnerable and E1000 NIC types are
configured for use within defined network adapters.
2018-11-26 15:58:45 -08:00
Alvin Huang
4f59d2b771
remove packer.json since CircleCI builds the site
2018-11-16 15:12:10 -05:00
Chris Roberts
30d2e52c46
Update website version to 2.2.1
2018-11-15 15:20:54 -08:00
Jen
0ab7fc9ecc
Update open graph image
2018-11-13 17:29:29 -05:00
Chris Roberts
6b02914956
Update shell provisioner documentation
...
Properly order options alphabetically and include new option
for reset.
2018-11-12 15:36:21 -08:00
Brian Cain
11fe0a84d8
Merge pull request #10398 from briancain/fixup-puppet-doc
...
Remove `I` from documentation
2018-11-12 11:29:03 -08:00
Brian Cain
8eec4fe6e4
Remove `I` from documentation
2018-11-12 08:45:12 -08:00
Johan Hammar
37a3d7113e
Fix typos
2018-11-10 20:16:05 +01:00
Chris Roberts
e4cc769b9e
Merge pull request #10383 from chrisroberts/e-vbox-default-nic
...
Add support for specifying the default NIC type used for guest adapters
2018-11-08 14:39:35 -08:00
Chris Roberts
d8bbc5ce09
Add support for specifying the default NIC type used for guest adapters
...
Provides support for defining the NIC type used for any guest adapter
which does not define an adapter type. This is defaulted to "virtio".
2018-11-07 15:53:46 -08:00
Chris Roberts
fccc68a471
Add important non-VAGRANT_ prefixed environment variables
2018-11-07 09:38:40 -08:00
Chris Roberts
1bdde30a02
Sort environment variables by name
2018-11-07 08:07:33 -08:00
Brian Cain
007bf991d5
using vagrantcloud.com instead of app.vagrant.com
...
Co-Authored-By: johnyserpa <joao.serpapinto@gmail.com>
2018-11-02 21:10:24 +00:00
Johny Serpa
eba487a345
fix broken link to token
...
Link to generate token is broken. Fixed it.
2018-11-01 19:57:34 +00:00
Brian Cain
872c3c957d
Merge pull request #10357 from briancain/add-note-about-install-type-salt
...
Add note about install_type for version
2018-11-01 10:04:04 -07:00
Brian Cain
0dd3f57e81
Merge pull request #10346 from hashicorp/f-updateVMWareDocsBox
...
Update vmware_desktop in boxes.html.md
2018-11-01 09:39:25 -07:00
Brian Cain
1a0b014ef7
Add note about install_type for version
2018-11-01 08:51:04 -07:00
Brian Cain
8a07e731af
Update salt provisioner docs
2018-10-31 11:31:50 -07:00
Alvaro Miranda Aguilera
93fc675ad5
Update boxes.html.md
2018-10-29 19:26:34 +01:00
Brian Cain
716a5f1501
Merge pull request #10343 from glenvillef/glenvillef
...
Grammar corrections on web pages
2018-10-29 08:45:57 -07:00
Chris Roberts
df874adf69
Merge pull request #10341 from chrisroberts/e-docs-update
...
Update vagrantfile documentation content to use list
2018-10-29 08:29:44 -07:00
Glenville Fanoo (ZA)
cdc0e1c11c
Grammer: corrected
2018-10-27 12:53:02 +02:00
Glenville Fanoo (ZA)
e4a7b932fc
Grammer: corrected
2018-10-27 09:38:13 +02:00
Chris Roberts
7a725d7424
Update vmware utility version for website
2018-10-26 17:06:57 -07:00
Chris Roberts
32dbb6185a
Update vagrantfile documentation content to use list
2018-10-26 15:32:51 -07:00
Brian Cain
6d0dfb2690
Fixes #10016 : Add `automount` flag if specified with synced_folder
...
This commit adds a new option to virtualbox synced_folders called
`automount`, where if set to true, will supply the `--automount` flag to
virtualbox.
2018-10-22 15:45:32 -07:00
Peter Schutt
78c7549b1b
Small typo fix
2018-10-17 22:12:27 +10:00
Chris Roberts
6e37e49708
Update website version 2.2.0
2018-10-16 15:42:23 -07:00
Brian Cain
23de7f0898
Merge pull request #10148 from briancain/add-cloud-command
...
Introduce `vagrant cloud` subcommand to Vagrant
2018-10-16 15:19:58 -07:00
Chris Roberts
2b157fc9be
Add missing hyperv provider configuration option
2018-10-16 13:47:32 -07:00
Nicolas Quiniou-Briand
8293b763bd
Add details and fix typo for run: "never"
2018-10-16 15:36:40 -04:00
Brian Cain
5225b48e00
Fixup cloud cli website documentation
2018-10-12 09:07:12 -07:00
Brian Cain
e8115a4389
Update based on second round of feedback
2018-10-12 09:07:12 -07:00
Brian Cain
d8ec19faa8
Fixup: Update vagrant cloud command PR with feedback
2018-10-12 09:07:12 -07:00
Brian Cain
e70b871660
Introduce `cloud` command
...
This commit adds a new command to Vagrant called `cloud`. It handles any
and all interactions with the external service Vagrant Cloud.
2018-10-12 09:06:00 -07:00
Chris Roberts
55fbc30fca
Add information on using pageant with ssh
...
Fixes #10195
2018-10-10 17:06:26 -07:00
Chris Roberts
d7b5922378
Merge pull request #10275 from chrisroberts/e-hyperv-admin
...
Update Hyper-V admin check
2018-10-09 14:48:13 -07:00
Chris Roberts
93c2f0f497
Merge pull request #10263 from chrisroberts/e-winrm-extensions
...
Add winrm and upload commands
2018-10-09 14:42:54 -07:00
Chris Roberts
67bb5d2e6c
Update Hyper-V admin check
2018-10-08 14:39:40 -07:00
Brian Cain
af91b3bb2f
Add more information about Ruby trigger option
...
This commit provides a bit more context to using the new Ruby trigger
option.
2018-10-08 10:30:29 -07:00
Brian Cain
f4d618eb58
Fixes #9840 : Introduce `ruby` option for trigger
...
This commit introduces a new option to the core trigger feature: `ruby`.
It can be defined to run ruby code when the trigger is configured to
fire. If you give the ruby block an env and machine argument, the
defined ruby code can use those variables internally.
2018-10-05 12:53:41 -07:00
Chris Roberts
48d358adcb
Add winrm and upload commands
2018-10-04 13:26:41 -07:00
jeff-jk
141bcc03f5
:windows should be a symbol in machine_settings doc
...
This should just be a symbol :windows rather than a string ":windows"
2018-10-03 17:36:24 -06:00
jeff-jk
f1f4003fa9
Add :windows to config.vm.guest option
...
This commit updates the documentation so that it is more clear that Windows guests need to change the `config.vm.guest` option along with the `config.vm.communicator` option.
2018-10-03 15:47:25 -06:00
Brian Cain
184d114374
Merge pull request #10242 from briancain/IGNORE-BOX-VAGRNANTFILE
...
Add config option `ignore_box_vagrantfile`
2018-10-01 11:07:28 -07:00
Brian Cain
2c7c38e3bb
Merge pull request #10250 from briancain/fix-old-box-url
...
Update old URL for box_url example
2018-09-28 08:42:20 -07:00
Brian Cain
4060722ea1
Update old URL for box_url example
2018-09-28 08:31:18 -07:00
Jeff Escalante
d4cf8b088e
fix download tracking analytics events
2018-09-27 20:00:06 -04:00
Chris Roberts
f7f83faacd
Website updates for VMware
2018-09-26 13:27:49 -07:00
Brian Cain
424f49b919
Simplify config option to ignore box vagrantfile
2018-09-26 10:31:41 -07:00
Brian Cain
58ebd52f99
Add abort option to core triggers
...
This commit adds a new option `abort`, which when configured, will exit
the Vagrant process completely. If set to `true`, it will exit cleanly
with exit code 0. Otherwise, the exit code can be configured.
2018-09-25 09:40:36 -07:00
Zachary Wasserman
4a0628afbd
same for mac, linux and windows
2018-09-20 17:11:56 -04:00
Zachary Wasserman
995c7933b3
Update Docker containerization docs
...
The docs indicate that most systems must use a VM for containerization. This is no longer the case as Docker For Mac now uses HyperKit.
See https://docs.docker.com/v17.12/docker-for-mac/docker-toolbox/
2018-09-20 13:17:58 -04:00
Brian Cain
a4d5ee6ac1
Merge pull request #10215 from briancain/FIX-SALT-PILLAR
...
Salt pillar configuration on Windows guests
2018-09-20 09:17:32 -07:00
Brian Cain
d471932a4e
Update website about required docker params
2018-09-19 10:54:14 -07:00
Brian Cain
aecfc45eab
Add note about required docker config options
2018-09-19 10:38:40 -07:00
Oleksiy Protas
8d1b5fc1c9
Docu changes for building Docker images from git
2018-09-19 10:24:05 -07:00
mtkennerly
38175f93c6
Specify Salt pillar dependency on PowerShell 3.0 due to --% syntax.
2018-09-17 14:20:34 -07:00
Chris Roberts
fb0eb56c3a
Update website version 2.1.5
2018-09-12 08:45:01 -07:00
Brian Cain
13b09bedac
( #9802 ) Allow non-windows hosts to pass along version
...
The salt bootstrap can now accept version arguments on non-windows
hosts, so this commit allows the Vagrant provisinoer to specify a
version.
2018-09-07 13:39:36 -07:00
Brian Cain
4f42da15de
Merge pull request #10171 from eigengrau/default-template
...
vagrant init: Support VAGRANT_DEFAULT_TEMPLATE
2018-09-07 11:17:46 -07:00
Brian Cain
b339d9edf3
( #10002 ) Add note about rsync__auto option
2018-09-07 10:09:56 -07:00
Brian Cain
c3c65a3793
Fixup docs and website wording for command
2018-09-05 13:26:22 -07:00
Sebastian Reuße
3efdc8960c
vagrant init: Support VAGRANT_DEFAULT_TEMPLATE
2018-09-04 10:48:16 +02:00
Chris Roberts
9cc642f3bf
Update vmware utility version
2018-08-31 07:18:09 -07:00
Chris Roberts
e1e6755b19
Update website version 2.1.4
2018-08-30 13:43:18 -07:00
Chris Roberts
0c356f526d
Update website version 2.1.3
2018-08-29 14:14:48 -07:00
Alvaro Miranda Aguilera
7919d74a90
Update reseller.html.md
2018-08-28 21:53:46 +02:00
Alvaro Miranda Aguilera
c1d27fa36c
Update reseller.html.md
2018-08-28 21:52:09 +02:00
Brian Cain
93c7bd5e22
Merge pull request #10127 from briancain/doc-hostname-etc-hosts
...
Add note about /etc/hosts for guest hostname setting
2018-08-17 15:16:18 -07:00
Brian Cain
864974d762
Merge pull request #10121 from briancain/fix-login-typo
...
Fix typo in cli login docs
2018-08-17 15:16:06 -07:00
Brian Cain
c562db4c6e
( #10125 ) Add note about /etc/hosts for guest hostname setting
2018-08-17 10:51:00 -07:00
Brian Cain
bd27c15c56
Fix typo in cli login docs
2018-08-15 09:51:22 -07:00
Brian Cain
bcd0deba8b
( #10091 ) Update `module_path` type for puppet apply provisioner
...
This commit updates the documentation for `module_path` to say that it
can be both a string or array of string paths.
2018-08-14 13:07:14 -07:00
Paweł Niedzielski
e76d0e78d2
Add usable_port_range to port forwarding docs ( #10090 )
...
* Add usable_port_range to port forwarding docs
* Add usable_port_range to port forwarding docs
2018-08-06 10:52:01 -07:00
Chris Roberts
d44b97482f
Remove migration page from vagrantcloud docs
2018-08-03 06:57:17 -07:00
Chris Roberts
e3e68c9b51
Merge pull request #10076 from chrisroberts/e-winrm-warn
...
Add warning when vagrant-winrm is found
2018-07-31 13:51:23 -07:00
Chris Roberts
fa9bda9554
Merge pull request #10066 from chrisroberts/e-net-ssh-update
...
Update net-ssh constraint
2018-07-31 13:48:49 -07:00
Chris Roberts
cd7215ab13
Add warning when vagrant-winrm is found
2018-07-30 13:27:20 -07:00
Brian Cain
80edb39122
Merge pull request #10069 from mmwtsn/docs-synced-folder-ownership
...
Clarify the owner/group of synced folders
2018-07-30 09:27:18 -07:00
Brian Cain
61f5511631
Merge pull request #10073 from dareenzo/patch-1
...
Fix typo: operation systems -> operating systems
2018-07-30 09:17:35 -07:00
Paulo Phagula
6d79afd8fe
Fix typo: operation systems -> operating systems
2018-07-30 12:24:00 +02:00
h4rvey r0ss
63e712dead
Colorize ruby commands
2018-07-28 20:10:57 +03:00
Brian Cain
cd3271ba2d
Merge pull request #10065 from briancain/VIRT-INSTALL-NOTE
...
Update installation docs with multi-hypervisor warning
2018-07-27 16:54:34 -07:00
Chris Roberts
57e0bb5105
Update net-ssh constraint
...
Also includes mapping of verify_host_key value to new values
introduced in 5.0.0
2018-07-27 16:30:06 -07:00
Brian Cain
f7b0fbeb88
Add message about hyper-v and virtualbox
2018-07-27 16:24:34 -07:00