From: David Galloway Date: Mon, 31 Jan 2022 19:26:27 +0000 (-0500) Subject: opsys.py: Change default CentOS version to 8 Stream X-Git-Tag: 1.2.0~211^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1708%2Fhead;p=teuthology.git opsys.py: Change default CentOS version to 8 Stream 8.X is no more Signed-off-by: David Galloway --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index dee87f42..de0b4ef3 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -62,7 +62,7 @@ DISTRO_CODENAME_MAP = { DEFAULT_OS_VERSION = dict( ubuntu="20.04", fedora="25", - centos="8.4", + centos="8.stream", opensuse="15.0", sle="15.0", rhel="8.4",