From e52a20797dde26dfa8cf56201aabf86ee3aa7bf7 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 20 Nov 2018 15:04:53 -0500 Subject: [PATCH] opsys: Add RHEL8 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 21f71ca94f..c67d6531c0 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -20,6 +20,7 @@ DISTRO_CODENAME_MAP = { "9": "stretch", }, "rhel": { + "8": "ootpa", "7": "maipo", "6": "santiago", }, -- 2.39.5