From f0b0ad0edc5c0086ebe8886a9d8720792d57839f Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 10 Jun 2021 11:02:59 -0400 Subject: [PATCH] orchestra/opsys: Add CentOS 9 Stream 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 9d9b33fe5..dee87f42f 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -26,6 +26,7 @@ DISTRO_CODENAME_MAP = { "6": "santiago", }, "centos": { + "9": "stream", "8": "core", "7": "core", "6": "core", -- 2.47.3