]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology-lock: add centos 7.2 to downburst default table
authorNathan Cutler <ncutler@suse.com>
Wed, 3 Aug 2016 12:18:14 +0000 (14:18 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 3 Aug 2016 12:18:14 +0000 (14:18 +0200)
When downburst is unavailable, teuthology-lock reverts to default_table and
fails because the only supported CentOS version, 7.2., is missing.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
teuthology/lock.py

index bc6458c42fe8ed96de81d8676e6a691be3e2f244..b82657a9cd5ab32bf36b34190039df55fb20842e 100644 (file)
@@ -35,7 +35,8 @@ def get_distro_from_downburst():
     """
     default_table = {u'rhel_minimal': [u'6.4', u'6.5'],
                      u'fedora': [u'17', u'18', u'19', u'20', u'22'],
-                     u'centos': [u'6.3', u'6.4', u'6.5', u'7.0'],
+                     u'centos': [u'6.3', u'6.4', u'6.5', u'7.0',
+                                u'7.2'],
                      u'opensuse': [u'12.2'],
                      u'centos_minimal': [u'6.4', u'6.5'],
                      u'ubuntu': [u'8.04(hardy)', u'9.10(karmic)',