From: Nathan Cutler Date: Wed, 3 Aug 2016 12:18:14 +0000 (+0200) Subject: teuthology-lock: add centos 7.2 to downburst default table X-Git-Tag: 1.1.0~556^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c8f120e7c50fae11c61d2d2c10bb276f3e3695a2;p=teuthology.git teuthology-lock: add centos 7.2 to downburst default table 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 --- diff --git a/teuthology/lock.py b/teuthology/lock.py index bc6458c42f..b82657a9cd 100644 --- a/teuthology/lock.py +++ b/teuthology/lock.py @@ -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)',