Ben Hines
ea518f6c78
test() defaults to powershell for winssh, no need to pass it
2017-09-29 19:30:07 -07:00
Ben Hines
6b4584efb6
Use the 'powershell' shell when running powershell commands. Allows winssh communicator to function
2017-09-29 19:17:49 -07:00
Brian Cain
1ee58c40e3
Update CHANGELOG
2017-09-29 15:20:30 -07:00
Brian Cain
87ee4f5662
Merge pull request #8995 from elatt/fix_synced_folders_spaces
...
Allow synced folders to contain spaces in the guest path
2017-09-29 15:19:39 -07:00
Brian Cain
0c1e89d10d
Update CHANGELOG
2017-09-29 14:49:22 -07:00
Brian Cain
49a569beba
Merge pull request #8517 from vbrh-immalle/master
...
Update is_port_open.rb
2017-09-29 14:47:20 -07:00
Erik Lattimore
28a92850ab
Allow synced folders to contain spaces in the guest path
...
It should be valid to allow paths with spaces for the synced folder
guest path but since the guest path is used to generate the ID (if one
isn't provided), this will err out in VirtualBox because it doesn't
allow spaces for the --name argument. We should simply convert ' ' to
'_' as we do with other special characters.
2017-09-29 17:24:12 -04:00
Brian Cain
1bb31e7eb7
Update CHANGELOG
2017-09-29 14:13:14 -07:00
Brian Cain
ef040f6f82
Merge pull request #8685 from brianjmurrell/patch-1
...
Clear POSIXLY_CORRECT when using optparse
2017-09-29 14:12:17 -07:00
Brian Cain
61c36bbed7
Update CHANGELOG
...
Fix typo in changelog
2017-09-28 16:06:32 -07:00
Brian Cain
29d811fe84
Update CHANGELOG
2017-09-28 15:55:54 -07:00
Brian Cain
0feb8e7edb
Merge pull request #8983 from mikeroll/shell-nobold
...
provisioners/shell: Use ui.detail for displaying output
2017-09-28 15:54:44 -07:00
Brian Cain
79abd2ce3b
Update CHANGELOG
2017-09-28 14:24:12 -07:00
Brian Cain
acd8eb6284
Merge pull request #8972 from briancain/update-cygwin-path-functions
...
Split out cygwin path and ensure bin exists
2017-09-28 14:22:15 -07:00
Björn Brala
0f743d0731
Auto stop action is configured through auto start action.
2017-09-26 16:03:35 +02:00
Bryce Shurts
0eaf691ea0
Adding check for APIPA in winrm helper to fix #8996
2017-09-25 16:31:37 -05:00
Benjamin Schiborr
c30c00508c
provisioners/salt: #8991 : Fixes timeout issue in salt bootstrapping for windows
...
Fixes #8991 .
1. When remote executing scripts one should always call powershell with
1a. "-NonInteractive", in order to prevent interactive prompts from leading to an endless waiting time for the script to return
1b. "-NoProfile", in order to prevent the loading of unknown custom profiles before execution of the script which could have unintended side effects
2. During my tests I constantly ran into 408 timeouts when downloading the salt binaries. I've prevented that by adding a simple retry mechanism and an error exit in case of multiple failures. Without this change the bootstrap script never returned (and neither did vagrant up)
2017-09-22 18:08:30 -07:00
Chris Roberts
2355936291
Update documentation link
2017-09-22 16:31:06 -07:00
Chris Roberts
901a166ebe
Merge pull request #8958 from krig/suse-commands-2
...
Update sudoers file for SUSE
2017-09-22 10:53:14 -07:00
Chris Roberts
c0d3ac2f47
Merge pull request #8985 from jdanford/fix-stray-backquote-in-docs
...
Fix stray backquote in "Vagrantfile / SSH Settings" section of docs
2017-09-22 10:52:07 -07:00
Jordan Danford
de16f56b45
Fix stray backquote in "Vagrantfile / SSH Settings" section of docs
2017-09-20 09:37:31 -07:00
Mikhail Bulash
508d94d466
provisioners/shell: Use ui.detail for displaying output
...
Output format of ui.info method (bold text) makes reading long script outputs really heavy on the eyes. ui.detail is a better match for this type of output.
2017-09-18 17:55:07 +03:00
Brian Cain
3c9e1c9d84
( #8954 ) Split out cygwin path and ensure bin exists
...
This commit splits out the msys2 and cygwin path functions for
expanding a path with the cygpath tool. It also ensures that the tool
itself exists when the Which class is called so that it doesn't attempt
to escape slashes on nil.
2017-09-15 10:33:04 -07:00
Jehiah Czebotar
7d73af5637
Virtualbox 5.2 support
2017-09-14 15:07:11 -04:00
Chris Roberts
7bb3bd702e
Update links
2017-09-13 10:18:17 -07:00
Jonathan LaBroad
6f53c3991c
Merge remote-tracking branch 'upstream/master'
2017-09-11 09:15:22 -04:00
Kristoffer Grönlund
6f0b72ea23
Update sudoers file for SUSE
2017-09-09 11:52:19 +02:00
Chris Roberts
a124f66358
Update version for dev
2017-09-07 07:49:11 -07:00
Chris Roberts
8610578d8d
Update vagrant website version to 2.0.0
2017-09-07 07:46:51 -07:00
Chris Roberts
d1cf0f77e7
Release v2.0.0
2017-09-07 05:43:26 -07:00
Chris Roberts
27ca217eae
Update CHANGELOG
2017-09-06 17:50:39 -07:00
Chris Roberts
2451c859e8
Merge pull request #8746 from mastersin/alt
...
Add ALT Linux platforms guest detection and network configuration support (#8745 )
2017-09-06 17:49:38 -07:00
Chris Roberts
1964e401d2
Update CHANGELOG
2017-09-06 17:02:37 -07:00
Chris Roberts
d7b64dce80
Merge pull request #8938 from chrisroberts/update/host-systemd
...
Update linux host NFS capability
2017-09-06 16:57:27 -07:00
Brian Cain
15405cfa9b
Update CHANGELOG
2017-09-06 14:52:32 -07:00
Brian Cain
b2f34a6ea9
Merge pull request #8951 from briancain/RETRYABLE-COMMANDS
...
Improving resilience of some VirtualBox commands fixup
2017-09-06 14:51:02 -07:00
Chris Roberts
90d1911367
Update CHANGELOG
2017-09-06 13:31:12 -07:00
Chris Roberts
34addec796
Merge pull request #8913 from mitchellh/gildegoma/6570-ansible-compatibility-mode
...
Ansible: Add "compatibility_mode" and "*become*" common options; Move "version" to common options
2017-09-06 13:18:08 -07:00
Brian Cain
0363bd9c01
Update CHANGELOG
2017-09-06 13:05:49 -07:00
Brian Cain
4e7bd96bb0
Merge pull request #8950 from terceiro/fix-permissions
...
plugins/guests/kali: fix file permissions
2017-09-06 13:04:29 -07:00
Gilles Cornu
ac75e409a3
provisioners/ansible(both): Quote host_vars if needed
...
This patch is based on @subimage's inputs in the related GitHub issue.
Thanks again!
Fix #8597
2017-09-06 21:22:41 +02:00
Brian Cain
9b872c9e7e
Cleanup virtualbox retryable commands
...
Reverting the changes done in 7d2f7dab97
because they don't work and or update vagrant to invoke running the
vbox cli tool for every single forwarded port instead of forwarding them
all in one command.
2017-09-06 11:14:11 -07:00
Samuel Clark
2e775e8101
8468 - make more virtualbox commands retryable
...
Issue: https://github.com/mitchellh/vagrant/issues/8468
A lot of vboxmanage commands are flakey and frequently cause
bringing multiple machines up at once to fail, especially when
the host system is under heavy load. Most commands are also safe
to retry and just result in a no-op, so we can simply add
'retryable' to a lot of existing calls. For the others we need to
do a little bit of cleanup or reevaluate the parameters before
trying again.
2017-09-06 11:14:11 -07:00
nico.vanelslande
9aecd5e1a4
Improved resilience of the VirtualBox driver delete_unused_host_only_networks function by
...
ignoring VMs that may have been deleted between the calls to
'vboxmanage list vms' and 'vboxmanage showvminfo'
2017-09-06 11:13:14 -07:00
nico.vanelslande
56c8b9269a
Improved resilience of the VirtualBox driver read_used_ports function by
...
ignoring VMs that may have been deleted between the calls to
'vboxmanage list vms' and 'vboxmanage showvminfo'
2017-09-06 11:13:14 -07:00
Chris Roberts
fcd1aee9bb
Update linux host NFS capability
...
Add support for systemd detection and using correct method
for starting/checking host nfs service.
2017-09-06 09:54:06 -07:00
Brian Cain
6673c14916
Update CHANGELOG
2017-09-06 08:36:02 -07:00
Brian Cain
f1eddace18
Merge pull request #8945 from briancain/4666/master/dupe-nfs-export-linux
...
Remove duplicate export folders before writing /etc/exports
2017-09-06 08:34:46 -07:00
Antonio Terceiro
acda71edd9
plugins/guests/kali: fix file permissions
...
Those Ruby files are not standalone scripts, so there is no point in
having them being executable.
2017-09-06 12:21:23 -03:00
Gilles Cornu
a0a09c6095
minor: Fix a typo in a code comment
...
[ci skip]
2017-09-06 17:12:51 +02:00