dfarrell07 / puppet-opendaylight

Moved: https://git.opendaylight.org/gerrit/gitweb?p=integration/packaging/puppet-opendaylight.git;a=tree
12 stars 15 forks source link

Fix Vagrantfile #130

Closed dfarrell07 closed 7 years ago

dfarrell07 commented 7 years ago

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.

Signed-off-by: Daniel Farrell dfarrell@redhat.com