Fix Vagrantfile 51/55651/1
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 20 Jan 2017 00:09:00 +0000 (19:09 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
commit924ff6cae3db7e36688e0471db2247185603ef21
treede6bbbb4eb0d7f1bab7d28ce805058fb4121a93d
parentccc79b5aeaca92fb58c78b7bed1e1f892d8de489
Fix Vagrantfile

Both rspec and container-based Beaker tests should work in both Vagrant
envs. For example, the following should "just work" for both OSs.

vagrant up cent
vagrant ssh cent
cd puppet-opendaylight
bundle exec rake sanity

Need to use RVM to get recent Ruby version in CentOS, so a bit more
complex.

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