From: David Galloway Date: Fri, 1 Apr 2022 18:04:59 +0000 (-0400) Subject: opsys.py: RHEL8.5 is latest X-Git-Tag: 1.2.0~187^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=68cf6fddd6eaa4d1cccd59806c6cbbfb93556bd8;p=teuthology.git opsys.py: RHEL8.5 is latest Signed-off-by: David Galloway --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index de0b4ef36..4f2390176 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.4", + rhel="8.5", debian='8.0' )