knife-cloud 3.0.1 → 3.0.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 +4 -4
- data/lib/chef/knife/cloud/chefbootstrap/bootstrap_protocol.rb +1 -0
- data/lib/chef/knife/cloud/chefbootstrap/ssh_bootstrap_protocol.rb +1 -1
- data/lib/chef/knife/cloud/command.rb +1 -1
- data/lib/chef/knife/cloud/command_bootstrap.rb +1 -1
- data/lib/chef/knife/cloud/server/create_command.rb +1 -1
- data/lib/knife-cloud/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: 0727b41523637f5dd2d2eba4963a0e35964709897d278f3de8fd7a7ef2cb5f99
|
|
4
|
+
data.tar.gz: 2397e2551796a94336e6550ca5b66cce165b76b237a49ecc2e27daf217c7b94b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75f81bcca7dde70a03a9a452740a3996eea12d63075eb7cf859c247450a9bd5c9af7967ef917dcad3632742711dd609ccb2dd90b9601dce37dc5c896dccc11f4
|
|
7
|
+
data.tar.gz: 30cfada30a71df2b06deda09ea5a465a61488e4a9055be2cfd5ddff5155fe60bb3995bb92a881d9998d7750e9cf6d4fc62b4d26a9dc2691bf1129834b915b5eb
|
|
@@ -75,6 +75,7 @@ class Chef
|
|
|
75
75
|
bootstrap.config[:install_as_service] = locate_config_value(:install_as_service)
|
|
76
76
|
bootstrap.config[:session_timeout] = locate_config_value(:session_timeout)
|
|
77
77
|
bootstrap.config[:channel] = locate_config_value(:channel)
|
|
78
|
+
bootstrap.config[:bootstrap_product] = locate_config_value(:bootstrap_product)
|
|
78
79
|
end
|
|
79
80
|
|
|
80
81
|
end
|
|
@@ -118,7 +118,7 @@ class Chef
|
|
|
118
118
|
Chef::Log.debug("ssh failed to connect: #{hostname}")
|
|
119
119
|
sleep 2
|
|
120
120
|
false
|
|
121
|
-
|
|
121
|
+
# This happens on some mobile phone networks
|
|
122
122
|
rescue Errno::ECONNRESET
|
|
123
123
|
Chef::Log.debug("ssh reset its connection: #{hostname}")
|
|
124
124
|
sleep 2
|
|
@@ -75,7 +75,7 @@ class Chef
|
|
|
75
75
|
|
|
76
76
|
# Derived classes can override after_exec_command and also call cleanup_on_failure if any exception occured.
|
|
77
77
|
def after_exec_command
|
|
78
|
-
|
|
78
|
+
# bootstrap the server
|
|
79
79
|
bootstrap
|
|
80
80
|
rescue CloudExceptions::BootstrapError => e
|
|
81
81
|
ui.fatal(e.message)
|
data/lib/knife-cloud/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kaustubh Deorukhkar
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-
|
|
12
|
+
date: 2020-05-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: chef
|