From: David Galloway Date: Thu, 28 Jul 2022 19:23:10 +0000 (-0400) Subject: opsys.py: Add Ubuntu 22.04 X-Git-Tag: 1.2.0~151^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=75c073619a3d0ad9de7cbae39766b6e2294e99c7;p=teuthology.git opsys.py: Add Ubuntu 22.04 Signed-off-by: David Galloway --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index 79d36654d..d91265747 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -2,6 +2,7 @@ import re DISTRO_CODENAME_MAP = { "ubuntu": { + "22.04": "jammy", "20.04": "focal", "18.04": "bionic", "17.10": "artful",