From: David Galloway Date: Wed, 10 Aug 2022 17:57:39 +0000 (-0400) Subject: opsys.py: Make Ubuntu 22.04 default X-Git-Tag: 1.2.0~146^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=223652373a78a26b794bc67e2ace1afb82cf8c7d;p=teuthology.git opsys.py: Make Ubuntu 22.04 default Signed-off-by: David Galloway --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index d91265747..72a6a8d57 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", + ubuntu="22.04", fedora="25", centos="8.stream", opensuse="15.0",