add opennebula to Gemfile

This commit is contained in:
Daniel Wallace 2017-10-16 10:23:07 -06:00
parent 7465f9b27a
commit 9f38f16905
No known key found for this signature in database
GPG key ID: 5FA5E5544F010D48

10
Gemfile
View file

@ -2,9 +2,17 @@ source "https://rubygems.org"
gem "test-kitchen"
gem "kitchen-salt", :git => 'https://github.com/gtmanfred/kitchen-salt.git'
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
gem 'git'
group :docker do
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
end
group :opennebula do
gem 'kitchen-opennebula', :git => 'https://github.com/gtmanfred/kitchen-opennebula.git'
gem 'xmlrpc'
end
group :windows do
gem 'vagrant-wrapper'
gem 'kitchen-vagrant'