From 719ed678af9cd6f348e6b8dfa9fa32ac98f8e856 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 1 Jul 2025 10:50:51 -0400 Subject: [PATCH] opsys.py: Add Rocky 10 Signed-off-by: David Galloway --- teuthology/orchestra/opsys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index b94f0d76a..4c2642bb1 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -41,6 +41,7 @@ DISTRO_CODENAME_MAP = { "rocky": { "8.10": "rocky", "9.5": "rocky", + "10.0": "rocky", }, "centos": { "10": "stream", -- 2.47.3