cap-rightscale 0.2.2 → 0.2.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.
- data/VERSION +1 -1
- data/cap-rightscale.gemspec +1 -1
- data/lib/cap-rightscale/configuration/rightscale.rb +6 -6
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.3
|
data/cap-rightscale.gemspec
CHANGED
|
@@ -74,13 +74,13 @@ start = Time.now
|
|
|
74
74
|
enable_hostname ? hostname : ip
|
|
75
75
|
end
|
|
76
76
|
host_list.delete(nil)
|
|
77
|
-
|
|
77
|
+
|
|
78
78
|
if host_list && host_list.size > 0
|
|
79
79
|
role(role, params) { host_list }
|
|
80
80
|
dump_server_cache(role, host_list) # Dump cache
|
|
81
81
|
end
|
|
82
82
|
end
|
|
83
|
-
|
|
83
|
+
puts "Time: #{Time.now - start}"
|
|
84
84
|
host_list || []
|
|
85
85
|
end
|
|
86
86
|
|
|
@@ -131,13 +131,13 @@ start = Time.now
|
|
|
131
131
|
enable_hostname ? hostname : ip
|
|
132
132
|
end
|
|
133
133
|
host_list.delete(nil)
|
|
134
|
-
|
|
134
|
+
|
|
135
135
|
if host_list && host_list.size > 0
|
|
136
136
|
role(role, params) { host_list }
|
|
137
137
|
dump_server_cache(role, host_list) # Dump cache
|
|
138
138
|
end
|
|
139
139
|
end
|
|
140
|
-
|
|
140
|
+
puts "Time: #{Time.now - start}"
|
|
141
141
|
host_list || []
|
|
142
142
|
end
|
|
143
143
|
|
|
@@ -200,13 +200,13 @@ start = Time.now
|
|
|
200
200
|
end
|
|
201
201
|
host_list.delete(nil)
|
|
202
202
|
end
|
|
203
|
-
|
|
203
|
+
|
|
204
204
|
if host_list && host_list.size > 0
|
|
205
205
|
role(role, params) { host_list }
|
|
206
206
|
dump_server_cache(role, host_list) # Dump cache
|
|
207
207
|
end
|
|
208
208
|
end
|
|
209
|
-
|
|
209
|
+
puts "Time: #{Time.now - start}"
|
|
210
210
|
host_list || []
|
|
211
211
|
end
|
|
212
212
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cap-rightscale
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.2.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Satoshi Ohki
|