10677 Commits

Author SHA1 Message Date
Brian Cain
2ce7041f80
Merge branch 'docs/clarify-hyper-v-docs' of https://github.com/patrickocoffeyo/vagrant into patrickocoffeyo-docs/clarify-hyper-v-docs 2018-03-22 09:54:49 -07:00
Brian Cain
b3cb16b856
Merge pull request #9598 from histamineblkr/patch-1
Fix missing "-" $script variable definition.
2018-03-21 08:35:14 -07:00
Brandon Authier
e5dd4d9e36
Fix missing "-" $script variable definition.
In the $script variable definition there appears to be a typo of "<<SCRIPT" when it should be "<<-SCRIPT". I ran into this issue while editing the Vagrant file on a Fedora variant with ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-linux].
2018-03-20 15:58:28 -07:00
Brian Cain
419afb4dcf
Update CHANGELOG 2018-03-16 13:35:54 -07:00
Brian Cain
43293a81b2
Merge pull request #9578 from ajpaul25/fix_windows_change_change_host_name_timeout
Fix graceful_halt_timeout issue #8486
2018-03-16 13:34:23 -07:00
ajpaul
e602160234 update change_host_name_test to comply with reintroduction of sleep_timeout parameter 2018-03-16 13:59:23 -04:00
ajpaul
2c9e9e9ab8 reintroduce sleep_timeout for guests that fail the :wait_for_reboot capability check 2018-03-16 13:53:27 -04:00
ajpaul
4e8062625c update unit test for change_host_name to fix failures introduced by changes to the module 2018-03-16 13:49:39 -04:00
Chris Roberts
f7e67467d1 Update version for dev 2018-03-15 14:42:01 -07:00
Chris Roberts
88a12e5243 Update image version 2018-03-15 14:37:25 -07:00
Chris Roberts
ba6aadda65 Relax middleman-hashicorp constraint and update 2018-03-15 14:25:14 -07:00
Chris Roberts
a44c85095b Update website version to 2.0.3 2018-03-15 14:21:51 -07:00
Chris Roberts
94fd69e3c0 Release v2.0.3 v2.0.3 2018-03-15 10:15:24 -07:00
Adam Paul
2dfe520eb8 add capability test before attemping to use capability 2018-03-15 11:45:42 -04:00
Adam Paul
0dc3798908 update unit test to reflect changes in change_host_name.rb 2018-03-15 11:07:02 -04:00
Adam Paul
76551a1692 Fix graceful_halt_timeout issue #8486 2018-03-15 10:38:07 -04:00
Chris Roberts
586ee5bfba Use common provider configuration. Include extra information output for logs. 2018-03-12 09:06:10 -07:00
Chris Roberts
030a08f869
Merge pull request #9550 from chrisroberts/f-vbox-hostnet
When matching hostonly adapter name, force common types
2018-03-09 14:30:49 -08:00
Chris Roberts
51232f9a03 When matching hostonly adapter name, force common types
Force a string type for comparison to prevent false positives when
the name is unset (resulting in a nil value).
2018-03-09 14:15:31 -08:00
Chris Roberts
1abbe67ee9 Add test runner script 2018-03-08 12:11:22 -08:00
Brian Cain
f4b7cec162
Merge pull request #9542 from hashicorp/je.fixes
Some small website fixes
2018-03-08 11:19:27 -08:00
Brian Cain
94d9495209
Merge pull request #9543 from moore3071/unnecessary_redirects
Update URLs for the repo
2018-03-08 09:54:16 -08:00
Brandon Moore
5a12641f9c
Update URLs for the repo 2018-03-07 17:10:30 -05:00
Chris Roberts
be0aa2e962 Add simple build script 2018-03-07 08:52:53 -08:00
Jeff Escalante
23de70e911 update dependencies + middleman-hashicorp 2018-03-06 19:04:08 -05:00
Jeff Escalante
a3c1677f42 prepend 'Vagrant' with 'HashiCorp' 2018-03-06 19:03:17 -05:00
Chris Roberts
04fdab961e Update CHANGELOG 2018-02-28 12:13:53 -08:00
Chris Roberts
ae54756d1d
Merge pull request #9525 from chrisroberts/wsl-update
Support updated WSL implementation
2018-02-28 12:12:17 -08:00
Chris Roberts
8b7e501e50 Handle pathing in lxrun generated WSL instances better. 2018-02-28 10:08:01 -08:00
Chris Roberts
d6f4eef698 Don't include test files within gem package 2018-02-28 10:08:01 -08:00
Chris Roberts
bab940332c Add a custom path location to ignore 2018-02-28 10:08:01 -08:00
Chris Roberts
48bb306d17 Update the wording to not assume latest WSL features 2018-02-28 10:08:01 -08:00
Chris Roberts
5f0d16a0e9 Include support for lxrun generated install
Adds compatibility support for legacy lxrun generated WSL installation
which is a single install at a known path location. This allows earlier
versions of Windows 10 to continue working as expected while still
supporting the recent updates allowing for multiple instances.
2018-02-28 10:08:01 -08:00
Sergii Bondarenko
cc82f96618 #9298: Fix typos in comments to the code 2018-02-28 10:08:01 -08:00
Sergii Bondarenko
47a7f0817c #9298: Try to fallback to "powershell.exe" on WSL if "powershell" is not available 2018-02-28 10:08:01 -08:00
Sergii Bondarenko
c5fdd47a56 #9298: Respect usernames with spaces 2018-02-28 10:08:01 -08:00
Sergii Bondarenko
6d08d1c5bf #9298: Improve error message when WSL rootfs cannot be found 2018-02-28 10:08:01 -08:00
Sergii Bondarenko
a1211caa9c #9298: Add debugging messages and explanations to the code 2018-02-28 10:08:01 -08:00
Sergii Bondarenko
62740e2240 #9298: Increase stability of determination of a current WSL instance 2018-02-28 10:08:01 -08:00
Sergii Bondarenko
72664eafec #9298: Use a single-word distro name 2018-02-28 10:08:01 -08:00
Sergii Bondarenko
476981874b #9298: Compute a correct path to the current WSL instance 2018-02-28 10:08:01 -08:00
Brian Cain
caf43b7ef4
Update CHANGELOG 2018-02-28 08:08:48 -08:00
Brian Cain
ac37b67eca
Merge pull request #9518 from briancain/fix-package-cmd-wsl
Convert to windows path if on WSL during vbox export
2018-02-28 08:07:56 -08:00
Brian Cain
73a5a5a8c9
(#9059) Convert to windows path if on WSL during vbox export
Prior to this commit, the incorrect path was used when determining where
to export an ovf file during the `vagrant package` step. This commit
updates that by checking if vagrant is within WSL, and if so, convert
the path to a proper windows path to be used during the export.

Fixes #9059
2018-02-27 16:02:25 -08:00
Brian Cain
0b92123163
Merge pull request #9507 from briancain/fix-hyper-v-check
Fix Hyper-v and VirtualBox check
2018-02-26 14:54:51 -08:00
Brian Cain
fc30a8302c
Update CHANGELOG 2018-02-26 14:52:59 -08:00
Brian Cain
0bf14b5923
Update CHANGELOG 2018-02-26 14:52:19 -08:00
Brian Cain
007e6f49aa
Merge pull request #9302 from eyJhb/master
Fixed hostonly matching not respecting :name argument
2018-02-26 14:50:45 -08:00
Brian Cain
f2954a64c6
Fix Hyper-v and VirtualBox check
Prior to this commit, the hyper-v and virtualbox system crash check
existed within the initialize function of the virtualbox provider. That
caused an issue when running with other providers, because the
virtualbox provider still gets initialized even if not used. This commit
changes that by placing the check inside of one of the virtualbox
provider actions that checks if virtualbox is installed and ready to
use. This action is action is used by the main vbox provider actions,
and should not be called when other providers are being used with
Vagrant.
2018-02-23 11:24:30 -08:00
Chris Roberts
3e01df47a4 Update CHANGELOG 2018-02-23 09:51:55 -08:00