From: Sage Weil Date: Tue, 10 Dec 2019 18:54:09 +0000 (+0000) Subject: orchestra/opsys: enable centos 8 X-Git-Tag: 1.1.0~183^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1375%2Fhead;p=teuthology.git orchestra/opsys: enable centos 8 Signed-off-by: Sage Weil --- 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", },