From 851c6a8afd0d6106776f79c4c62b17d4003791e4 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Wed, 19 Feb 2025 23:50:39 +0100 Subject: [PATCH] orchestra/opsys: add 'alma' and 'rocky' to default os map Signed-off-by: Kyr Shatskyy --- teuthology/orchestra/opsys.py | 2 ++ 1 file changed, 2 insertions(+) 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' ) -- 2.39.5