You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by johnmccabe <gi...@git.apache.org> on 2017/02/25 09:20:41 UTC

[GitHub] brooklyn-dist pull request #86: switch vagrant boxes to bento images

GitHub user johnmccabe opened a pull request:

    https://github.com/apache/brooklyn-dist/pull/86

    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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/johnmccabe/brooklyn-dist maint/master/switch-to-bento-box

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-dist/pull/86.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #86
    
----
commit 01d162da021dd7c3438ed99294c977917c24929f
Author: John McCabe <jo...@johnmccabe.net>
Date:   2017-02-25T09:15:14Z

    switch vagrant boxes to bento images
    
    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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-dist pull request #86: switch vagrant boxes to bento images

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/brooklyn-dist/pull/86


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] brooklyn-dist issue #86: switch vagrant boxes to bento images

Posted by geomacy <gi...@git.apache.org>.
Github user geomacy commented on the issue:

    https://github.com/apache/brooklyn-dist/pull/86
  
    looks good thanks @johnmccabe - merging


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---