Fix Vagrantfile, both CentOS and Fedora machines 55/61455/2
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 9 Aug 2017 19:52:48 +0000 (15:52 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 9 Aug 2017 20:23:36 +0000 (16:23 -0400)
commit54d48c8ab4df32b051e3d7894e0e7cc7952d7305
tree416913e5c249d75c73a1a8f831fff63fe94be65a
parent9cd5390cf5fb92a966c377f9a6ddcbd8dd319081
Fix Vagrantfile, both CentOS and Fedora machines

* Don't do bundle installs, only updates. Fixes problems caused by old
gemfile.lock files getting sync'd to VM, perhaps other problems.
* Create required docker group, not sure how it worked without this.
* Add vagrant user to rvm group to fix gem install error.

Both machines now `vagrant up` and can do `bundle exec rake
acceptance_dock`

Change-Id: I16f4c22a3863293058d1c8409591bd2759d3e9dc
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
Vagrantfile