From c05945f92e094b3e24c513c24914e5a35ca174d1 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 10 Dec 2019 18:54:09 +0000 Subject: [PATCH] orchestra/opsys: enable centos 8 Signed-off-by: Sage Weil --- teuthology/orchestra/opsys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index 9c553b6f7..fd443adcc 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -25,6 +25,7 @@ DISTRO_CODENAME_MAP = { "6": "santiago", }, "centos": { + "8": "core", "7": "core", "6": "core", }, -- 2.47.3