knife-google 4.2.7 → 4.2.8
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/google_server_create.rb +1 -4
- data/lib/knife-google/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 122be4d879dcfac0036589a0708056bff3ea207c53e69c3d64863766ae2907a3
|
|
4
|
+
data.tar.gz: 4bf098d56481caa29c721ba9afef80cc81f5278bc43345e6a6a33a3f3e420807
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a03a23f261151512c891a551202bde66afe3f9b7b294bfd52896c62add9bcb7eb3b368a8047d1be94c8ca3f145c901faff5731516f1e70771312d21f7619a13d
|
|
7
|
+
data.tar.gz: e4b05e024b7ac6d3915ab1832089b52085b8cf722bf8134f167fc7d3667e1e01c233c911c8869d4fbd29742d2d592d92a2310af6c4f7b69c868ed94056e5449c
|
|
@@ -30,6 +30,7 @@ class Chef::Knife::Cloud
|
|
|
30
30
|
banner "knife google server create NAME -m MACHINE_TYPE -I IMAGE (options)"
|
|
31
31
|
|
|
32
32
|
deps do
|
|
33
|
+
require "gcewinpass"
|
|
33
34
|
require_relative "cloud/google_service"
|
|
34
35
|
end
|
|
35
36
|
|
|
@@ -164,10 +165,6 @@ class Chef::Knife::Cloud
|
|
|
164
165
|
description: "Specifies the number of local SSDs to be created per node. Each local SSD is 375 GB in size, but you can attach up to eight local SSD devices for 3 TB of total local SSD storage space per instance.",
|
|
165
166
|
default: "1"
|
|
166
167
|
|
|
167
|
-
deps do
|
|
168
|
-
require "gcewinpass"
|
|
169
|
-
end
|
|
170
|
-
|
|
171
168
|
def before_exec_command
|
|
172
169
|
super
|
|
173
170
|
|
data/lib/knife-google/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-google
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chiraq Jog
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2020-
|
|
16
|
+
date: 2020-02-12 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: knife-cloud
|