autostacker24 1.0.23 → 1.0.24
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/autostacker24/stacker.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a21a45c88f5a140ea1cb4b951a9680b55d4afe71
|
|
4
|
+
data.tar.gz: 9bd01a102356572091ff1db2c1d24057d16b6ed3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4093430974945d67915efdb37b6b8384616551037a9df94774b71d8e3f99d00a61a2c220f395c3de9b9bd343f99cdf43e41769e8ad4ef84d637485fca18f351f
|
|
7
|
+
data.tar.gz: 7e80b1268e7e02ee8bc54705ed0466ff9f9d5346c3cc929ab990759e9d5dfe16e5b2c11650fd271894faa3afa0eeaa9757be535f3128fa6e7359fba5c26ef5d0
|
|
@@ -90,10 +90,10 @@ module Stacker
|
|
|
90
90
|
end
|
|
91
91
|
return true if status =~ expected_status
|
|
92
92
|
raise "#{operation} #{stack_name} failed, current status #{status}" if status =~ finished
|
|
93
|
-
puts "waiting for #{stack_name}, current status #{status}"
|
|
93
|
+
puts "waiting for #{operation} stack #{stack_name}, current status #{status}"
|
|
94
94
|
sleep(7)
|
|
95
95
|
end
|
|
96
|
-
raise "waiting for stack
|
|
96
|
+
raise "waiting for #{operation} stack #{stack_name} timed out after #{timeout_in_minutes} minutes"
|
|
97
97
|
end
|
|
98
98
|
|
|
99
99
|
def find_stack(stack_name)
|