kytoon 1.3.7 → 1.3.8

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,10 @@
1
+ * Thu May 30 2013 Dan Prince <dprince@redhat.com> - 1.3.8
2
+ -Re-release 1.3.7 as 1.3.8 to fix bad gem.
3
+
4
+ * Thu May 23 2013 Dan Prince <dprince@redhat.com> - 1.3.7
5
+ -Fix issues when using chained qcow images. (sthaha)
6
+ -Ssh option fixes for xenserver provider.
7
+
1
8
  * Fri Apr 26 2013 Dan Prince <dprince@redhat.com> - 1.3.6
2
9
  -Set hostname domain to .local in /etc/hosts. This fixes
3
10
  fqdn warnings with some config management tools.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.7
1
+ 1.3.8
@@ -305,7 +305,7 @@ fi
305
305
 
306
306
  out = %x{
307
307
  if [ -n "$DEBUG" ]; then
308
- set -x
308
+ set -x
309
309
  fi
310
310
  if [ -n "#{original_xml}" ]; then
311
311
  ORIGIN="--original-xml #{original_xml}"
@@ -367,15 +367,15 @@ echo 1 > /proc/sys/net/ipv4/ip_forward
367
367
  COUNT=$(( $COUNT + 1 ))
368
368
  [ $COUNT -eq 10 ] && break
369
369
  done
370
- until ssh -o ConnectTimeout=1 #{hostname} &> /dev/null; do
370
+ until ssh #{Kytoon::Util::SSH_OPTS} -o ConnectTimeout=1 #{hostname} &> /dev/null; do
371
371
  COUNT=$(( $COUNT + 1 ))
372
372
  [ $COUNT -eq 20 ] && break
373
373
  sleep 1
374
374
  done
375
- ssh #{hostname} bash <<-EOF_SSH_BASH
375
+ ssh #{Kytoon::Util::SSH_OPTS} #{hostname} bash <<-EOF_SSH_BASH
376
376
  hostname #{hostname}.local
377
377
  EOF_SSH_BASH
378
- scp /etc/hosts #{hostname}:/etc/hosts
378
+ scp #{Kytoon::Util::SSH_OPTS} /etc/hosts #{hostname}:/etc/hosts
379
379
  }, gw_ip) do |ok, out|
380
380
  puts out
381
381
  if not ok
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.7
4
+ version: 1.3.8
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-05-23 00:00:00.000000000 Z
12
+ date: 2013-05-30 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: 4407600215820065629
292
+ hash: -4125311850560974611
293
293
  required_rubygems_version: !ruby/object:Gem::Requirement
294
294
  none: false
295
295
  requirements: