]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Add Rocky Linux to supported DISTRO_NAMES
authorDennis Körner <79668910+netzwergehh@users.noreply.github.com>
Tue, 4 May 2021 15:59:59 +0000 (17:59 +0200)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 15:59:59 +0000 (17:59 +0200)
Rocky Linux is a RHEL clone. I did a test-installation of ceph pacific on Rocky Linux RC1 with cephadm. As far as I can see, everything works as expected.

Signed-off-by: Dennis Körner <koerner@netzwerge.de>
src/cephadm/cephadm

index fd5cbafde0f01782a1348e793c49924c8120ab48..7e88440c8ba64e1ab093c7b13791afcae1090917 100755 (executable)
@@ -5872,6 +5872,7 @@ class YumDnf(Packager):
         'centos': ('centos', 'el'),
         'rhel': ('centos', 'el'),
         'scientific': ('centos', 'el'),
+        'rocky': ('centos', 'el'),
         'fedora': ('fedora', 'fc'),
     }