kytoon 1.3.4 → 1.3.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/VERSION +1 -1
- data/lib/kytoon/providers/libvirt/server_group.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
* Wed Mar 13 2013 Dan Prince <dprince@redhat.com> - 1.3.5
|
2
|
+
-Add remote_exec retry for libvirt_provider (fixes issue where
|
3
|
+
initial ssh command fails)
|
4
|
+
|
1
5
|
* Sun Mar 3 2013 Dan Prince <dprince@redhat.com> - 1.3.4
|
2
6
|
-Improve libvirt file injection so it works with or without LVM. (sthaha)
|
3
7
|
-Fix 'kytoon ssh' so it works with multiple args. (sthaha)
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.5
|
@@ -211,7 +211,7 @@ if [ -f /etc/sysconfig/network ]; then
|
|
211
211
|
fi
|
212
212
|
#{server['gateway'] == 'true' ? gateway_ssh_config : ""}
|
213
213
|
#{node_ssh_config}
|
214
|
-
}, server['ip_address']) do |ok, out|
|
214
|
+
}, server['ip_address'], retry_attempts=3) do |ok, out|
|
215
215
|
if not ok
|
216
216
|
puts out
|
217
217
|
raise KytoonException, "Failed to copy host file to instance #{server['hostname']}."
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kytoon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rdoc
|
@@ -289,7 +289,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
289
289
|
version: '0'
|
290
290
|
segments:
|
291
291
|
- 0
|
292
|
-
hash:
|
292
|
+
hash: 2293031051392450227
|
293
293
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
294
294
|
none: false
|
295
295
|
requirements:
|