From: David Galloway Date: Tue, 20 Nov 2018 20:04:53 +0000 (-0500) Subject: opsys: Add RHEL8 X-Git-Tag: 1.1.0~285^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e52a20797dde26dfa8cf56201aabf86ee3aa7bf7;p=teuthology.git opsys: Add RHEL8 Signed-off-by: David Galloway --- 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", },