knife-vsphere 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/chef/knife/vsphere_vm_clone.rb +2 -1
- data/lib/knife-vsphere/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 77a04602d5afe6a6817798b672a8b0ef3391fa2a
|
|
4
|
+
data.tar.gz: d8f7b4d9e54717ac3c16c5f363c1f9169250cf04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 141c9bd5a3ba87d99c35e55b3aea268d37c73480fe3b20cfca3735d661c5878510e1938ba4a7d872062e1a6bce27edb1cbc2b004da29d0051fefe8930758d57a
|
|
7
|
+
data.tar.gz: 3c64b651ec747c0724dd991a6b9dd6fe16d751921f55f9f5497299680b97305452af4d489ebaf2456231c359c7339f9ced911c1826392c1a106168b74fbd8492
|
|
@@ -514,7 +514,8 @@ class Chef::Knife::VsphereVmClone < Chef::Knife::BaseVsphereCommand
|
|
|
514
514
|
cust_spec = csi.spec
|
|
515
515
|
else
|
|
516
516
|
global_ipset = RbVmomi::VIM.CustomizationGlobalIPSettings
|
|
517
|
-
|
|
517
|
+
identity_settings = RbVmomi::VIM.CustomizationIdentitySettings
|
|
518
|
+
cust_spec = RbVmomi::VIM.CustomizationSpec(globalIPSettings: global_ipset, identity: identity_settings)
|
|
518
519
|
end
|
|
519
520
|
|
|
520
521
|
if get_config(:customization_dns_ips)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-vsphere
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ezra Pagel
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: netaddr
|
|
@@ -126,9 +126,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
126
126
|
version: '0'
|
|
127
127
|
requirements: []
|
|
128
128
|
rubyforge_project:
|
|
129
|
-
rubygems_version: 2.
|
|
129
|
+
rubygems_version: 2.4.5
|
|
130
130
|
signing_key:
|
|
131
131
|
specification_version: 4
|
|
132
132
|
summary: vSphere Support for Knife
|
|
133
133
|
test_files: []
|
|
134
|
-
has_rdoc:
|