12767 Commits

Author SHA1 Message Date
Chris Roberts
1a62743bc5 Update rspec to recent version and fix deprecations 2017-08-03 17:54:07 -07:00
Brian Cain
1a7bfc81cd Update CHANGELOG 2017-08-03 09:20:03 -07:00
Brian Cain
623b117208 Merge pull request #8682 from Telekom-PD/omnibus-url
Add config option omnibus_url for chef provisioners
2017-08-03 09:19:13 -07:00
Artem Sidorenko
875c2edc62 Add config option omnibus_url for chef provisioners
This option is useful for internal setups, where own customized
omnibus installation script is used (e.g. to get chef from a mirror)
2017-08-03 10:06:27 +02:00
Seth Vargo
b409ea90fe
Update deploy process 2017-08-02 14:13:58 -04:00
Seth Vargo
4323ba5c73
Remove people from community section
This is going to be replaced with dynamic content from our CMS in the
future, but we agreed to remove it in the interim.
2017-08-02 13:51:42 -04:00
Brian Cain
a71a7ab41d Update CHANGELOG 2017-08-01 13:23:24 -07:00
Brian Cain
a2d39742a7 Merge pull request #8775 from lucky-sideburn/master
Added exception if chef.node_path is defined on Vagrantfile but the directory does not exist locally
2017-08-01 13:22:23 -07:00
Eugenio Marzo
7e436c6971 fixed warnings about missing folders for Chef Solo and Zero 2017-08-01 21:37:11 +02:00
Chris Roberts
2677de4306 Merge pull request #8841 from chrisroberts/ve-vc
Update docs to properly name Vagrant Cloud
2017-07-31 16:35:14 -07:00
Chris Roberts
5817cef233 Update docs to properly name Vagrant Cloud 2017-07-31 16:33:18 -07:00
Chris Roberts
139a65e555 Format host address for rsync when IPv6 2017-07-31 15:44:37 -07:00
Chris Roberts
ad5bc23088 Validate powershell prior to powershell use
Adds powershell validation to ensure powershell is available on
the PATH and checks powershell version to ensure meets the
defined minimum powershell version.
2017-07-31 15:05:41 -07:00
Chris Roberts
3b4901a5b5 Split compose links if string values 2017-07-31 14:23:50 -07:00
Chris Roberts
38fed54697 Update guest IP address discovery for hyper-v guests.
Powershell helper script now returns error when guest IP address
cannot be discovered. When reading addresses from a network
device both IPv4 and IPv6 are stored and the IPv4 address has
precedence on returned address.
2017-07-28 10:18:26 -07:00
Max Khon
d87dd018b0 nfs_udp is false by default if using NFS v4. 2017-07-27 14:00:53 +06:00
Chris Roberts
a7b228eb69 Update CHANGELOG 2017-07-26 15:40:12 -07:00
Chris Roberts
4c0604e1af Merge pull request #8820 from chrisroberts/windows/exec-encoding
Update safe_exec argument encoding
2017-07-26 15:38:30 -07:00
Chris Roberts
b9264b4f32 Merge pull request #8825 from chrisroberts/plugins/version-update-output
Include plugin update option to vagrant upgrade error.
2017-07-26 15:35:25 -07:00
Chris Roberts
28b434763e Merge pull request #8824 from chrisroberts/docs/environment-variables
Update documentation to include more environment variable information
2017-07-26 15:35:04 -07:00
Chris Roberts
d06fbb845b Update documentation to include more environment variable information 2017-07-26 15:30:41 -07:00
Chris Roberts
e5500d0e14 Update fake_ftp dependency constraint to maintain minor 2017-07-26 15:29:05 -07:00
Chris Roberts
3564b17925 Include plugin update option to vagrant upgrade error.
Fixes #8441
2017-07-26 15:04:44 -07:00
Chris Roberts
354c07f21e Update CHANGELOG 2017-07-26 15:04:29 -07:00
Chris Roberts
ed0190cfdb Merge pull request #8819 from chrisroberts/fix/nfs-machine-ip-filter
Filter any machine_ip when preparing the NFS settings
2017-07-26 15:03:40 -07:00
Chris Roberts
c0fa230c04 Merge pull request #8814 from seelts/patch-1
Update Vagrant vs Docker description
2017-07-26 14:16:32 -07:00
Chris Roberts
da2c57d3d3 Make best effort to encode to UTF-8. On failure log error and retain original. 2017-07-24 17:04:25 -07:00
Ilia Liachin
142c086a2f Update docker.html.md
Docker now supports Windows
2017-07-24 23:07:41 +02:00
Chris Roberts
4bc8cc7563 Filter any machine_ip when preparing the NFS settings
When preparing the NFS settings on VirtualBox the guest IP addresses
are pulled from VirtualBox directly and any static addresses are
pulled as well. This can lead to aquiring a host IP and machine IP
but results in a failure of NFS mount because the IPs are not on
the same network. This filters the machine IP result to validate
it is within the host adapter IP range.
2017-07-24 14:02:15 -07:00
Eugenio Marzo
c9b65bd129 produce error when node_path is defined but the directory does not exist on disk locally 2017-07-22 11:05:34 +02:00
Eugenio Marzo
94a94648dd change requested after a PR review 2017-07-22 07:58:38 +02:00
Brian Cain
d14b230b6c Update CHANGELOG 2017-07-21 15:50:11 -07:00
Brian Cain
62fd6de914 Merge pull request #8806 from kikitux/autocomp
add box prune to contrib bash completion
2017-07-21 15:48:24 -07:00
Brian Cain
00f6f51865 Update CHANGELOG 2017-07-21 14:30:43 -07:00
Brian Cain
5ee3b0c3b9 Merge pull request #8760 from marblenix/fix/Unable_to_list_network_interfaces_on_FreeBSD
Fix vagrant not being able to list network devices on some FreeBSD boxes.
2017-07-21 14:27:05 -07:00
Alvaro Miranda Aguilera
4c3b202c09 add prune to contrib bash completion
add prune command to completion.sh
2017-07-20 23:08:58 +02:00
Brian Cain
1fe2c81752 Merge pull request #8805 from kikitux/8801
add note about groups for sudoers
2017-07-20 13:43:23 -07:00
Alvaro Miranda Aguilera
cc381a0f6b update per review 2017-07-20 22:37:48 +02:00
Alvaro Miranda Aguilera
591670d8a5 add note about groups for sudoers 2017-07-20 20:33:47 +02:00
Brian Cain
afdc3fa89f Merge pull request #8804 from TrueGit/patch-1
Fix minor typo in website documentation
2017-07-20 10:09:27 -07:00
TrueGit
49522f97ce Fix minor typo in website documentation 2017-07-20 12:51:46 -04:00
Brian Cain
517e59ee55 Update CHANGELOG 2017-07-19 15:54:43 -07:00
Brian Cain
96f7654f97 Merge pull request #8797 from briancain/remove-manifestdir-flag-from-puppet
Fix puppet provisioner by removing manifestdir flag
2017-07-19 15:54:05 -07:00
Brian Cain
4ed93fb9ef (#8743) Fix puppet provisioner by removing manifestdir flag
Prior to this commit, the puppet provisioner would use the manifest dir
flag when running `puppet apply`. Not only is this flag redundant due to
how puppet apply works, but it is also deprecated in Puppet 4 and
removed in Puppet 5. This commit simply removes the flag when invoking
`puppet apply`.
2017-07-19 09:59:59 -07:00
Brian Cain
fcdf2a5728 Update CHANGELOG 2017-07-17 10:55:38 -07:00
Brian Cain
6fc522a03b Merge pull request #8781 from briancain/fix-rsync-auto-relative-folders
rsync-auto relative dirs from vagrantfile
2017-07-17 10:55:11 -07:00
Brian Cain
3661a73bec Update CHANGELOG 2017-07-17 10:50:56 -07:00
Brian Cain
b4087a5a93 Merge pull request #8786 from briancain/fixup-ssh-identity-file-pr
Use '-o IdentityFile=' instead of '-i'
2017-07-17 10:50:16 -07:00
Brian Cain
773c4fff13 Fixup util/ssh and ansible/provisioner tests 2017-07-17 10:21:26 -07:00
Brian Cain
c819beca52 Merge pull request #8763 from ogarcia/docs
Docs: fix path of Vagrant location for OSX
2017-07-17 09:14:23 -07:00