]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
misc: CentOSStream => rpm 1576/head
authorMarcus Watts <mwatts@redhat.com>
Sat, 31 Oct 2020 19:30:25 +0000 (15:30 -0400)
committerMarcus Watts <mwatts@redhat.com>
Sat, 31 Oct 2020 20:15:53 +0000 (16:15 -0400)
lsb_release -is identifies CentOS 8 Stream as CentOSStream.
Teuthology should recognize this as 'rpm'.

Signed-off-by: Marcus Watts <mwatts@redhat.com>
teuthology/misc.py

index 23e09069c2e658b5262eaa1bdd485caaacfb73ec..29c21286d495f352bcb6879a66dc4cc61aee7aee 100644 (file)
@@ -1174,6 +1174,7 @@ def get_system_type(remote, distro=False, version=False):
         return "deb"
     if system_value in ['CentOS', 'Fedora', 'RedHatEnterpriseServer',
                         'RedHatEnterprise',
+                        'CentOSStream',
                         'openSUSE', 'openSUSE project', 'SUSE', 'SUSE LINUX']:
         return "rpm"
     return system_value