knife-vsphere 1.2.16 → 1.2.17

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: ffde4a9240d703c519b66c4d7bddf1a26b5fdc2d
4
- data.tar.gz: df28bd7b23377431778c93d79a6d04ec358dccbc
3
+ metadata.gz: 4edadeeb4d877edbc8f0ae9e363bb4c1169ed8a6
4
+ data.tar.gz: 802b91902e2b0bdbae8dfc25645aaa5a701638bc
5
5
  SHA512:
6
- metadata.gz: bf661f541572092f3a3746cc130ac5d04c7341cffee903e96118aa3ae813f5be37654d6effb654bb39de782ebb64e9a98ba2a59542dd8bf8912b026a2f385680
7
- data.tar.gz: 7e641d48b040865eace2e255c29f149b2ebc66dcbf1d3af9509a63c230ca202a73bd933dcd5bd5561591eeaf428e7757341b01f608482181e43bc6b864ff2e34
6
+ metadata.gz: b0d2e5061e270a70aaf3e06ad0285b9ee83f5bad77366567ec5a23e52cbbaac68a9aaade50d88370dd98bc9f18cea6c77fdd360e55e358692e172ee8be2d983c
7
+ data.tar.gz: e1ea0b4bb5710b40c28b96410f25731eb9f2f0b5561725dea79b7e8b8031d7e19ee81162b7b1a28c837ffb1c2bc2ef150bcbd663b1dc311755895e59c78378bd
@@ -257,6 +257,10 @@ class Chef::Knife::VsphereVmClone < Chef::Knife::BaseVsphereCommand
257
257
  description: 'Disable host key verification',
258
258
  boolean: true
259
259
 
260
+ option :node_ssl_verify_mode,
261
+ long: '--node-ssl-verify-mode [peer|none]',
262
+ description: 'Whether or not to verify the SSL cert for all HTTPS requests when bootstrapping'
263
+
260
264
  option :first_boot_attributes,
261
265
  short: '-j JSON_ATTRIBS',
262
266
  long: '--json-attributes',
@@ -769,6 +773,7 @@ class Chef::Knife::VsphereVmClone < Chef::Knife::BaseVsphereCommand
769
773
  bootstrap.config[:bootstrap_vault_item] = get_config(:bootstrap_vault_item)
770
774
  # may be needed for vpc mode
771
775
  bootstrap.config[:no_host_key_verify] = get_config(:no_host_key_verify)
776
+ bootstrap.config[:node_ssl_verify_mode] = get_config(:node_ssl_verify_mode)
772
777
  bootstrap
773
778
  end
774
779
 
@@ -1,3 +1,3 @@
1
1
  module KnifeVsphere
2
- VERSION = '1.2.16'
2
+ VERSION = '1.2.17'
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.16
4
+ version: 1.2.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezra Pagel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-12 00:00:00.000000000 Z
11
+ date: 2016-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: filesize
@@ -189,9 +189,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  version: '0'
190
190
  requirements: []
191
191
  rubyforge_project:
192
- rubygems_version: 2.4.8
192
+ rubygems_version: 2.6.6
193
193
  signing_key:
194
194
  specification_version: 4
195
195
  summary: vSphere Support for Knife
196
196
  test_files: []
197
- has_rdoc: