You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ge...@apache.org on 2017/02/27 09:34:47 UTC

[2/2] brooklyn-dist git commit: Closes #86

Closes #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


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/f6eeb702
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/f6eeb702
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/f6eeb702

Branch: refs/heads/master
Commit: f6eeb7029a2863f86736424ff3c367d65a9951ae
Parents: 7087633 01d162d
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Mon Feb 27 09:34:32 2017 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Mon Feb 27 09:34:32 2017 +0000

----------------------------------------------------------------------
 shared-packaging/src/test/yaml/Vagrantfile |  2 +-
 vagrant/src/main/vagrant/servers.yaml      | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------