From 6842dae0c24eac9d0a5bffd6ddd1911418e76415 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 8 Jun 2022 15:14:18 -0400 Subject: [PATCH] opsys.py: Default to RHEL8.6 Signed-off-by: David Galloway --- teuthology/orchestra/opsys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- 2.47.3