From: Kyr Shatskyy Date: Tue, 24 Jan 2023 12:31:37 +0000 (+0100) Subject: orchestra/opsys: add newer sle and leap versions X-Git-Tag: 1.2.0~132^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1807%2Fhead;p=teuthology.git orchestra/opsys: add newer sle and leap versions Signed-off-by: Kyr Shatskyy --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index 72a6a8d57..ec50cd4db 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -48,6 +48,8 @@ DISTRO_CODENAME_MAP = { "15.0": "leap", "15.1": "leap", "15.2": "leap", + "15.3": "leap", + "15.4": "leap", "42.2": "leap", "42.3": "leap", }, @@ -58,6 +60,8 @@ DISTRO_CODENAME_MAP = { "15.0": "sle", "15.1": "sle", "15.2": "sle", + "15.3": "sle", + "15.4": "sle", }, } @@ -65,8 +69,8 @@ DEFAULT_OS_VERSION = dict( ubuntu="22.04", fedora="25", centos="8.stream", - opensuse="15.0", - sle="15.0", + opensuse="15.4", + sle="15.2", rhel="8.6", debian='8.0' )