clc-chef-metal-vsphere 0.3.24 → 0.3.25

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: f41902a9b6b5ce10b4454928abf90ccb06983904
4
- data.tar.gz: 7900df3c1cff8fc04592213f2984de1c29926c23
3
+ metadata.gz: 8a0b3de4a6655230bf05b8acc48a789af88442fe
4
+ data.tar.gz: 447e2bc93272d945282fdceb6b9cd2dceb270aa8
5
5
  SHA512:
6
- metadata.gz: c1b92bd25d8c18df12af9b86950b24e07055b5f034a2d9fb32916244056758959b461469275471b393dafdee39e9fd63b09d648afe0fa1ad33b3b1ed9b62d9df
7
- data.tar.gz: 7993ceabed8a0da4931f14991b9da9f470b486b0958bf697b47146f28d1f6e7717cbe1f3d02e4b796163eb907dd308f24e5cbac8a7518d89240a81f724f07b4b
6
+ metadata.gz: 55ad53f470b9823ca8fad0ab07f3c6141a53d1929c1043844cf244d6ad32d167d9bf442921f1e63a6f404959b21270c3ea059a9244648afa36ad55b751bada6d
7
+ data.tar.gz: 15b934fd8cd94b2fd036e19aaec12fb66b42d3efc7b94700c3f88994204433758567322d6603e4ee55ca0c7aa6bce4694f6ce8a45ccef7c0c3b78ce4427c1724
@@ -1,3 +1,3 @@
1
1
  module ChefMetalVsphere
2
- VERSION = '0.3.24'
2
+ VERSION = '0.3.25'
3
3
  end
@@ -243,7 +243,7 @@ module ChefMetalVsphere
243
243
  raise ArgumentError, "ip and subnetMask is required for static ip" unless cust_options[:ipsettings].key?(:ip) and
244
244
  cust_options[:ipsettings].key?(:subnetMask)
245
245
  cust_ip_settings = RbVmomi::VIM::CustomizationIPSettings.new(cust_options[:ipsettings])
246
- puts "customizing #{vm_name} with static IP cust_options[:ipsettings][:ip]"
246
+ puts "customizing #{vm_name} with static IP #{cust_options[:ipsettings][:ip]}"
247
247
  cust_ip_settings.ip = RbVmomi::VIM::CustomizationFixedIp(:ipAddress => cust_options[:ipsettings][:ip])
248
248
  end
249
249
  cust_domain = cust_options[:domain]
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.24
4
+ version: 0.3.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - CenturyLink Cloud