Skip to content

Commit

Permalink
Merge 5877b4e into 6e7ceb2
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Feb 28, 2020
2 parents 6e7ceb2 + 5877b4e commit 87eb707
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 259 deletions.
2 changes: 1 addition & 1 deletion manageiq-providers-vmware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.add_dependency("fog-vcloud-director", ["~> 0.3.0"])
s.add_dependency "ffi-vix_disk_lib", "~>1.1"
s.add_dependency "rbvmomi", "~>2.0.0"
s.add_dependency "rbvmomi", "~>2.3"
s.add_dependency "vmware_web_service", "~>1.0"
s.add_dependency "vsphere-automation-sdk", "~>0.2.1"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "rbvmomi/vim"
require "rbvmomi"

describe ManageIQ::Providers::Vmware::InfraManager::Inventory::Cache do
let(:cache) { described_class.new }
Expand All @@ -10,7 +10,6 @@
:hardware => {
:device => [
RbVmomi::VIM::VirtualLsiLogicController(
:dynamicProperty => [],
:key => 1000,
:deviceInfo => RbVmomi::VIM::Description(:label => "SCSI controller 0", :summary => "LSI Logic"),
:controllerKey => 100,
Expand All @@ -22,7 +21,6 @@
:scsiCtlrUnitNumber => 7,
),
RbVmomi::VIM::VirtualDisk(
:dynamicProperty => [],
:key => 2000,
:deviceInfo => RbVmomi::VIM::Description(:label => "Hard disk 1", :summary => "41,943,040 KB"),
:backing => RbVmomi::VIM::VirtualDiskFlatVer2BackingInfo(
Expand Down
Loading

0 comments on commit 87eb707

Please sign in to comment.