From: Zack Cerza Date: Wed, 29 Nov 2023 00:27:04 +0000 (-0700) Subject: orchestra.opsys: Add some newer OS codenames X-Git-Tag: 1.2.0~61^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f651a91b65aeb46cecf996ad8df1c6e09036db9;p=teuthology.git orchestra.opsys: Add some newer OS codenames Signed-off-by: Zack Cerza --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index e550f13bf..6bd746923 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -20,6 +20,9 @@ DISTRO_CODENAME_MAP = { "7": "wheezy", "8": "jessie", "9": "stretch", + "10": "buster", + "11": "bullseye", + "12": "bookworm", }, "rhel": { "9": "plow",