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 +4 -4
- data/lib/chef_metal_vsphere/version.rb +1 -1
- data/lib/chef_metal_vsphere/vsphere_helpers.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a0b3de4a6655230bf05b8acc48a789af88442fe
|
4
|
+
data.tar.gz: 447e2bc93272d945282fdceb6b9cd2dceb270aa8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55ad53f470b9823ca8fad0ab07f3c6141a53d1929c1043844cf244d6ad32d167d9bf442921f1e63a6f404959b21270c3ea059a9244648afa36ad55b751bada6d
|
7
|
+
data.tar.gz: 15b934fd8cd94b2fd036e19aaec12fb66b42d3efc7b94700c3f88994204433758567322d6603e4ee55ca0c7aa6bce4694f6ce8a45ccef7c0c3b78ce4427c1724
|
@@ -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]
|