]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cephadm: add AlmaLinux to supported distro
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 5 Aug 2021 17:47:56 +0000 (13:47 -0400)
committerDimitri Savineau <dsavinea@redhat.com>
Thu, 5 Aug 2021 17:52:41 +0000 (13:52 -0400)
AlmaLinux [1] is an open-source 1:1 binary compatible fork of RHEL.

[1] https://almalinux.org/

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
src/cephadm/cephadm

index 36ac41618cea6a942086ed92e088ceecf2e679bf..151ba372432e5413d1ded785bd5929a94d185111 100755 (executable)
@@ -6123,6 +6123,7 @@ class YumDnf(Packager):
         'rhel': ('centos', 'el'),
         'scientific': ('centos', 'el'),
         'rocky': ('centos', 'el'),
+        'almalinux': ('centos', 'el'),
         'fedora': ('fedora', 'fc'),
     }