Skip to content

Commit

Permalink
(BKR-1216) Add beaker-vmware to vcloud
Browse files Browse the repository at this point in the history
The vcloud hypervisor requires the VsphereHelper class, but that was
separated out to a separate gem during the great modularization of
2017. This PR includes the gem that contains the necessary code for
vcloud instances to be created properly.
  • Loading branch information
Tony Vu committed Oct 19, 2017
1 parent a153610 commit f7a86d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions beaker-vcloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
s.add_runtime_dependency 'rbvmomi', '~> 1.9'
s.add_runtime_dependency 'beaker-vmpooler'
s.add_runtime_dependency 'beaker-vmware'

end

1 change: 1 addition & 0 deletions lib/beaker/hypervisor/vcloud.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'yaml' unless defined?(YAML)
require 'beaker/hypervisor/vmpooler'
require 'beaker/hypervisor/vsphere_helper'
require 'rbvmomi'

module Beaker
Expand Down

0 comments on commit f7a86d6

Please sign in to comment.