Chris Roberts
1c1adcad9a
Merge pull request #8325 from chrisroberts/enhancement/nested-hyperv
...
Nested Hyper-V
2017-03-17 14:19:58 -07:00
Chris Roberts
7be5266e20
Add spec support scripts for centos
2017-03-17 14:18:14 -07:00
Bjorn Brala
e2dd23b06c
First implementation for Integration services for Hyper-V as discussed in https://github.com/mitchellh/vagrant/pull/6321 #6321
2017-03-15 22:12:19 +01:00
Chris Roberts
e7ecfa8109
Use guest boxes variable, not constant. Remove option value quotes.
2017-03-15 11:02:31 -07:00
Björn Brala
765494a2bf
Add configuration to HyperV config
2017-03-15 18:09:18 +01:00
Chris Roberts
ce2a1ac634
Adjustable host memory. Allow custom command arguments.
2017-03-15 09:30:57 -07:00
Chris Roberts
1b44cb1b13
Add documentation section on whitelisting in VMware boxes
2017-03-14 09:36:14 -07:00
Chris Roberts
eed7b859ca
Fix provision action for provisioners set to never.
...
This updates the behavior of the provision action to never run a provisioner
that is specified to "never" run unless it has been explicitly requested. Also
adds test coverage to the provision action.
2017-03-13 13:53:31 -07:00
Chris Roberts
d25d6d1b8b
Merge pull request #8353 from chrisroberts/testing/spec
...
Add initial setup for package testing
2017-03-13 10:52:09 -07:00
Chris Roberts
311e74b179
Merge pull request #8308 from nathanielks/patch-1
...
Update snapshot.html.md
2017-03-13 09:48:16 -07:00
Chris Roberts
137546d4f4
Merge pull request #8364 from reneneee/patch-1
...
Fixed Typo in Fedora commands on /etc/sudoers
2017-03-13 09:47:23 -07:00
René Schodder (Herlitz)
b321f40153
Fixed Typo in Fedora commands on /etc/sudoers
2017-03-13 13:05:11 +01:00
Chris Roberts
dcdcf3f013
Add entry point for running vagrant-spec
2017-03-09 16:05:34 -08:00
Chris Roberts
e09077ee33
Add box from local path and use generic name
2017-03-09 12:44:10 -08:00
Chris Roberts
de05b221cc
Update CHANGELOG
2017-03-09 12:43:33 -08:00
Chris Roberts
1ca47aaecf
Merge pull request #8350 from chrisroberts/fix/port-collisions
...
Handle port collisions action fixes
2017-03-09 12:42:37 -08:00
Chris Roberts
b66446712c
Start adding test coverage on port collision handling action
2017-03-09 10:28:41 -08:00
Chris Roberts
6f578590a9
Skip forwarded port if disabled in docker provider
2017-03-09 10:28:41 -08:00
Chris Roberts
334e4f5d9d
Convert type for other provider compatibility
2017-03-09 10:28:41 -08:00
Jack Pearkes
d79dc66a0f
Merge pull request #8344 from jasoncostello/website-add-meganav
...
Website: Add Meganav
2017-03-08 17:55:15 -08:00
Jack Pearkes
f899c048cf
website: update to middleman-hashicorp 0.3.13
2017-03-08 17:01:25 -08:00
Jason Costello
56df61dce7
Fix heading text align scoping
2017-03-08 16:58:45 -08:00
Jason Costello
c031da9577
Fix font scoping issue
2017-03-08 16:58:45 -08:00
Jason Costello
41223f9c18
Remove 'by hashicorp'
2017-03-08 16:58:00 -08:00
Jason Costello
6a0470fdaa
Scope <p> color to avoid meganav conflict
2017-03-08 16:58:00 -08:00
Jason Costello
84dfbdfac6
Add mega nav ⚡
2017-03-08 16:57:52 -08:00
Seth Vargo
d5a07c93c0
Update license
2017-03-08 11:39:24 -08:00
Seth Vargo
96f669ae2b
Update license
2017-03-08 11:36:46 -08:00
Seth Vargo
9eb3ff2622
Add website license
2017-03-08 11:34:10 -08:00
Seth Vargo
9241492267
Update website
2017-03-08 11:32:17 -08:00
Seth Vargo
e14f4d832f
Update middleman-hashicorp
2017-03-08 11:20:16 -08:00
Chris Roberts
956aa72237
Update CHANGELOG
2017-03-08 06:11:18 -08:00
Chris Roberts
258a58bcae
Merge pull request #8337 from pmarques/master
...
Fix vagrant bash completion when path have spaces
2017-03-08 06:10:00 -08:00
Chris Roberts
02ffc4c272
Update CHANGELOG
2017-03-07 15:03:24 -08:00
Chris Roberts
9d1ec938ef
Merge pull request #8341 from chrisroberts/enhancement/prerelease
...
Support spec prerelease matching
2017-03-07 15:02:17 -08:00
Chris Roberts
80c358dcaf
Update CHANGELOG
2017-03-07 15:01:28 -08:00
Chris Roberts
c03ca851b1
Merge pull request #8327 from chrisroberts/plugins/local-path
...
Force path as preferred source on local install
2017-03-07 15:00:39 -08:00
Chris Roberts
7610ecfcba
Allow prerelease matches on vagrant spec when running instance is prerelease
2017-03-07 10:36:35 -08:00
Chris Roberts
abf38106c0
Add shared helper method to detect if running version is prerelease
2017-03-07 10:36:14 -08:00
Patrick F. Marques
68d019926f
Fix vagrant bash completion when path have spaces
2017-03-06 22:47:26 +00:00
Chris Roberts
363476fbae
Update CHANGELOG
2017-03-06 14:23:43 -08:00
Chris Roberts
dbf01572ef
Merge pull request #8122 from chrisroberts/virtualbox/uid-gid
...
Use uid/gid from mount_options if provided for synced folders.
2017-03-06 14:21:11 -08:00
Chris Roberts
d862133038
Remove hardcoded interface name from template
2017-03-06 14:18:26 -08:00
Chris Roberts
fbe9aeeb0b
Update CHANGELOG
2017-03-06 09:16:28 -08:00
Chris Roberts
78e8e17869
Cast host value to string prior to empty? check.
...
Force string type prior to empty? check to prevent errors if
host ip value is nil. Add coverage for proper handling of nil
value.
2017-03-06 09:14:04 -08:00
Chris Roberts
6631fbdb9b
Merge pull request #8073 from bshurts/fix/issue-7983
...
HyperV inaccurate winrm address - issue-7983
2017-03-06 09:11:34 -08:00
Chris Roberts
11cbf283ba
Update CHANGELOG
2017-03-06 09:09:34 -08:00
Chris Roberts
e1e3df68da
Merge pull request #7967 from apupier/removeRequirementsOnPathWithoutSpace
...
Remove requirements on path without space as issue was fixed in Ruby
2017-03-06 09:08:06 -08:00
Chris Roberts
0e2d6b8e3a
Update CHANGELOG
2017-03-06 09:06:21 -08:00
Chris Roberts
f48b363093
Merge pull request #8089 from jopi2016/master
...
enhance untar_failure message
2017-03-06 09:05:25 -08:00