From: Kyr Shatskyy Date: Wed, 3 Sep 2025 11:22:40 +0000 (+0200) Subject: orchestra/opsys: alma and rocky are rpm distro X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b6aaad18e9cf65b453b8253a9db40f4765ca0a05;p=teuthology.git orchestra/opsys: alma and rocky are rpm distro Signed-off-by: Kyr Shatskyy --- diff --git a/teuthology/orchestra/opsys.py b/teuthology/orchestra/opsys.py index 7f72234f7..9e89bba6c 100644 --- a/teuthology/orchestra/opsys.py +++ b/teuthology/orchestra/opsys.py @@ -110,7 +110,7 @@ class OS(object): __slots__ = ['name', 'version', 'codename', 'package_type'] _deb_distros = ('debian', 'ubuntu') - _rpm_distros = ('fedora', 'rhel', 'centos', 'opensuse', 'sle') + _rpm_distros = ('alma', 'rocky', 'fedora', 'rhel', 'centos', 'opensuse', 'sle') def __init__(self, name=None, version=None, codename=None): self.name = name