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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 867be765e86a718b3a33a8a4559e35fb5d92b11f
4
- data.tar.gz: 8a3cba39a12cff1259b8e56f1f787287293af382
3
+ metadata.gz: 77a04602d5afe6a6817798b672a8b0ef3391fa2a
4
+ data.tar.gz: d8f7b4d9e54717ac3c16c5f363c1f9169250cf04
5
5
  SHA512:
6
- metadata.gz: fa8a4deb6e743442b8eb47ea7c3b5853e2928e9f89e8ece3147fffa8c37348bcb1ab70d270338b467b92eb1c8c3c6da677c48fd5b3ebbc407ad0748fb9756af8
7
- data.tar.gz: c2bbde499d57e6a36e5fc118e8025fec9fa0663d124cffbb802c7645b93b51fd5eeccd9e220858a83f913f9f347fdc0696274337a0e6675bb24bee175bfa3325
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
- cust_spec = RbVmomi::VIM.CustomizationSpec(globalIPSettings: global_ipset)
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)
@@ -1,3 +1,3 @@
1
1
  module KnifeVsphere
2
- VERSION = '1.2.2'
2
+ VERSION = '1.2.3'
3
3
  end
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.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-03 00:00:00.000000000 Z
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.2.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: