clc-chef-metal-vsphere 0.3.12 → 0.3.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0356447c5128f42c595186254fea47f116274fe
4
- data.tar.gz: 8bc4fa463af545aa7bdb31b84f7549e2a9560045
3
+ metadata.gz: d453d2c1e81365a5782a24b843a0b50df2b5e149
4
+ data.tar.gz: 26af4c9554a3cce32d3132e37760b6d1ccd57eef
5
5
  SHA512:
6
- metadata.gz: c0f551d0b1b80f1d712ec407b6f47ceaea128c01f9614d1bd13787e326879c95ac5fceae40032b04a39160179661edf226b4a41cd777282314d7892b39e511da
7
- data.tar.gz: 643d50f68f1c72c4b5ccabcb5e034467843c7ca427f44ffd5268e789f83a07b5868598b832b4b654f95ba9b3281e6d3ab00857f3b9bb5ad37be60881f0a26ffc
6
+ metadata.gz: f570e841ccfeb59ec95b97a0ece39d784090b5cbabae4ed2d58945e2c925c84e468ad0680f4ee024d89916b99fbd091643b0d253bee23b798b5b7bfc8c7af37e
7
+ data.tar.gz: 380254c190caaaddd5a353bd2d5e4c1959fca1015714abf346fb5fed13f1ea04cb903b57680f77168ad2c4bfcfca358e86b0a873e9b85ce2ffe202c5c894f000
@@ -1,3 +1,3 @@
1
1
  module ChefMetalVsphere
2
- VERSION = '0.3.12'
2
+ VERSION = '0.3.13'
3
3
  end
@@ -414,7 +414,7 @@ module ChefMetalVsphere
414
414
 
415
415
  def is_windows?(vm)
416
416
  return false if vm.nil?
417
- vm.guest.guestId.start_with?('win')
417
+ vm.config.guestId.start_with?('win')
418
418
  end
419
419
 
420
420
  def convergence_strategy_for(machine_spec, machine_options)
@@ -135,7 +135,7 @@ module ChefMetalVsphere
135
135
  cust_hwclockutc = cust_options[:hw_clock_utc]
136
136
  cust_timezone = cust_options[:time_zone]
137
137
 
138
- if vm_template.guest.guestId.start_with?('win')
138
+ if vm_template.config.guestId.start_with?('win')
139
139
  cust_runonce = RbVmomi::VIM::CustomizationGuiRunOnce.new(
140
140
  :commandList => [
141
141
  'winrm set winrm/config/client/auth @{Basic="true"}',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clc-chef-metal-vsphere
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - CenturyLink Cloud