knife-vcenter 5.0.2 → 5.0.4
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/cloud/vcenter_service.rb +1 -1
- data/lib/knife-vcenter/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91b375938f8ae0e31eac6f790c72feff030aadb1ade8a177831211133b24fc13
|
|
4
|
+
data.tar.gz: 5779d08b95d8f385819db85b7249af9d097b2f2d3e7d8e0d380b2d8ff26f9bc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b6df87f640d2265b9d974a2f97d055b7694ff7006080c7a7cb573e76e2257b651ea0719fd3918982cf17a96d80814596e9285769f3a5da8eb993db611ff16ac
|
|
7
|
+
data.tar.gz: 7a103af62e7a079ca6ac62a63e3ed2ecbd91808c5e6678c18d04b152f2488de7043f0b9b66a3bcd73ba395dd47b5069429160fbce10d773068adecd303c5ba0c
|
|
@@ -85,7 +85,7 @@ class Chef
|
|
|
85
85
|
|
|
86
86
|
datacenter_exists?(options[:datacenter])
|
|
87
87
|
|
|
88
|
-
# Some of
|
|
88
|
+
# Some of the options need to be the ID of the component in VMware
|
|
89
89
|
# Update these using the REST API so that they can be passed to the support library
|
|
90
90
|
options[:targethost] = get_host(options[:targethost]).host
|
|
91
91
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-vcenter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chef Partner Engineering
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef
|
|
@@ -61,7 +61,7 @@ dependencies:
|
|
|
61
61
|
version: '1.11'
|
|
62
62
|
- - "<"
|
|
63
63
|
- !ruby/object:Gem::Version
|
|
64
|
-
version: '
|
|
64
|
+
version: '4.0'
|
|
65
65
|
type: :runtime
|
|
66
66
|
prerelease: false
|
|
67
67
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -71,7 +71,7 @@ dependencies:
|
|
|
71
71
|
version: '1.11'
|
|
72
72
|
- - "<"
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version: '
|
|
74
|
+
version: '4.0'
|
|
75
75
|
- !ruby/object:Gem::Dependency
|
|
76
76
|
name: vsphere-automation-sdk
|
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|