From: David Galloway Date: Wed, 8 Jun 2022 19:14:18 +0000 (-0400) Subject: opsys.py: Default to RHEL8.6 X-Git-Tag: 1.2.0~162^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1766%2Fhead;p=teuthology.git opsys.py: Default to RHEL8.6 Signed-off-by: David Galloway --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index 4f2390176..96f85744e 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -65,7 +65,7 @@ DEFAULT_OS_VERSION = dict( centos="8.stream", opensuse="15.0", sle="15.0", - rhel="8.5", + rhel="8.6", debian='8.0' )