From: David Galloway Date: Wed, 15 Jun 2022 20:43:53 +0000 (-0400) Subject: opsys.py: Add RHEL9 X-Git-Tag: 1.2.0~159^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1770%2Fhead;p=teuthology.git opsys.py: Add RHEL9 Signed-off-by: David Galloway --- 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",