From: David Galloway Date: Fri, 24 Apr 2020 17:27:56 +0000 (-0400) Subject: opsys: Add Focal Fossa X-Git-Tag: 1.1.0~123^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1460%2Fhead;p=teuthology.git opsys: Add Focal Fossa Signed-off-by: David Galloway --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index fd443adc..b1b0abc2 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -2,6 +2,7 @@ import re DISTRO_CODENAME_MAP = { "ubuntu": { + "20.04": "focal", "18.04": "bionic", "17.10": "artful", "17.04": "zesty",