knife-vsphere 1.2.16 → 1.2.17
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 +5 -0
- 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: 4edadeeb4d877edbc8f0ae9e363bb4c1169ed8a6
|
4
|
+
data.tar.gz: 802b91902e2b0bdbae8dfc25645aaa5a701638bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
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.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-
|
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.
|
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:
|