Files
xcat-core/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/cookbooks/runit/Vagrantfile
2013-11-12 10:24:04 -05:00

7 lines
129 B
Ruby

require 'kitchen/vagrant'
require 'berkshelf/vagrant'
Vagrant::Config.run do |config|
Kitchen::Vagrant.define_vms(config)
end