clc-chef-metal-vsphere 0.3.42 → 0.3.43
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 +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e234d6bf6cbe645c6ba044c36f42fd3e13551216
|
4
|
+
data.tar.gz: 7f2b3433333ae9d65fbc6676e23307e0117494a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f734114309764c25767e1d58847a11db80a00ff60ad7b356701e414ec3ae46fe67d911e3a23d0a4c7eb5c16eedd29bded761d730e575b5638f057dcab1b648f
|
7
|
+
data.tar.gz: 6589f35e8fd1e46a69705e13ee21ffba006234287a27c1baaf7c9700f82221a053365517f3faca7599d8c2de4a0c068708c9c91aec7d3478fad8439f5fc969fe
|
@@ -295,8 +295,9 @@ module ChefMetalVsphere
|
|
295
295
|
end
|
296
296
|
cust_domain = cust_options[:domain]
|
297
297
|
if cust_ip_settings.nil?
|
298
|
-
action_handler.report_progress "customizing #{vm_name} with dynamic IP"
|
299
298
|
cust_ip_settings= RbVmomi::VIM::CustomizationIPSettings.new(:ip => RbVmomi::VIM::CustomizationDhcpIpGenerator.new())
|
299
|
+
cust_ip_settings.dnsServerList = cust_options[:ipsettings][:dnsServerList]
|
300
|
+
action_handler.report_progress "customizing #{vm_name} with dynamic IP and DNS: #{cust_options[:ipsettings][:dnsServerList]}"
|
300
301
|
end
|
301
302
|
|
302
303
|
cust_ip_settings.dnsDomain = cust_domain
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clc-chef-metal-vsphere
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.43
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CenturyLink Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-08-
|
11
|
+
date: 2014-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: chef
|