From 1b613c2186fa5077018a4210441599ec7a1c3ed5 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 15 Jun 2022 16:43:53 -0400 Subject: [PATCH] opsys.py: Add RHEL9 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 96f85744e..79d36654d 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -21,6 +21,7 @@ DISTRO_CODENAME_MAP = { "9": "stretch", }, "rhel": { + "9": "plow", "8": "ootpa", "7": "maipo", "6": "santiago", -- 2.47.3