switch vagrant boxes to bento images#86
Merged
asfgit merged 1 commit intoapache:masterfrom Feb 27, 2017
johnmccabe:maint/master/switch-to-bento-box
Merged
switch vagrant boxes to bento images#86asfgit merged 1 commit intoapache:masterfrom johnmccabe:maint/master/switch-to-bento-box
asfgit merged 1 commit intoapache:masterfrom
johnmccabe:maint/master/switch-to-bento-box
Conversation
Prior to this commit running the vagrant getting started environment would fall back to using rsync for making the /vagrant share available in the guest OS due to the `centos/7` box not including virtualbox guest additions (resulting in the absense of the vboxfs drivers). The `centos/X` boxes do not following current best practices for virtualbox providers. This commit switches to the community managed bentos centos-7.3 box which follows best practices and includes the vbox guest additions. See - https://github.com/chef/bento
m4rkmckenna
approved these changes
Feb 26, 2017
Member
m4rkmckenna
left a comment
There was a problem hiding this comment.
LGTM
Tested on
Vagrant 1.9.1
Virtualbox 5.0.32 r112930
Contributor
|
looks good thanks @johnmccabe - merging |
asfgit
pushed a commit
that referenced
this pull request
Feb 27, 2017
switch vagrant boxes to bento images Prior to this PR running the vagrant getting started environment would fall back to using rsync for making the `/vagrant` share available in the guest OS due to the `centos/7` box not including virtualbox guest additions (resulting in the absense of the vboxfs drivers). This would complicate using the vagrant env on Windows where rsync is not available by default. The `centos/X` boxes do not following current best practices for virtualbox providers. This commit switches to the community managed bentos centos-7.3 box which follows best practices and includes the vbox guest additions. See - https://github.com/chef/bento
tbouron
added a commit
to cloudsoft/amp-vagrant
that referenced
this pull request
Sep 14, 2017
Based on the same reason as apache/brooklyn-dist#86
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prior to this PR running the vagrant getting started environment would fall back to using rsync for making the
/vagrantshare available in the guest OS due to thecentos/7box not including virtualbox guest additions (resulting in the absense of the vboxfs drivers). This would complicate using the vagrant env on Windows where rsync is not available by default. Thecentos/Xboxes do not following current best practices for virtualbox providers.This commit switches to the community managed bentos centos-7.3 box which follows best practices and includes the vbox guest additions. See - https://github.com/chef/bento