From: Kyr Shatskyy Date: Wed, 19 Feb 2025 22:50:39 +0000 (+0100) Subject: orchestra/opsys: add 'alma' and 'rocky' to default os map X-Git-Tag: 1.2.2~36^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=851c6a8afd0d6106776f79c4c62b17d4003791e4;p=teuthology.git orchestra/opsys: add 'alma' and 'rocky' to default os map Signed-off-by: Kyr Shatskyy --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index 04d01e766b..8f72f888ec 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -90,6 +90,8 @@ DEFAULT_OS_VERSION = dict( opensuse="15.4", sle="15.2", rhel="8.6", + rocky="9.5", + alma="9.5", debian='8.0' )