]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
fix for version match, 1.3.1 now maps to 0.94.3 instead of the prevoius 0.94.2 645/head
authorVasu Kulkarni <vasu@redhat.com>
Thu, 1 Oct 2015 00:34:20 +0000 (20:34 -0400)
committerVasu Kulkarni <vasu@redhat.com>
Thu, 1 Oct 2015 00:34:20 +0000 (20:34 -0400)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
teuthology/task/install.py

index 3e949a5c7ddf32051e22b307707d639f382d7d62..a2a5106bcc74bbd55861984398c7417e23f3fabf 100644 (file)
@@ -759,7 +759,7 @@ def rh_install_pkgs(ctx, remote, installed_version):
     :param remote: the teuthology.orchestra.remote.Remote object
     """
     pkgs = ['ceph-deploy']
-    rh_version_check = {'0.94.1': '1.3.0', '0.94.2': '1.3.1'}
+    rh_version_check = {'0.94.1': '1.3.0', '0.94.3': '1.3.1'}
     for pkg in pkgs:
         log.info("Check if ceph-deploy is already installed on node %s", remote.shortname)
         remote.run(args=['sudo', 'yum', 'clean', 'metadata'])