Add Rocky Linux to the list of supported RPM-based distributions in
ceph-helpers-root.sh
Without this change, tests that use install or install_one functions
will fail to install on Rocky Linux sysems with "is unknown" errors.
Fixes: https://tracker.ceph.com/issues/74568
Signed-off-by: Nitzan Mordechai <nmordec@ibm.com>
(cherry picked from commit
a6cf895c8c552e925a638d925ebc1cda10e678d5)
ubuntu|debian|devuan|softiron)
sudo env DEBIAN_FRONTEND=noninteractive apt-get install -y "$@"
;;
- centos|fedora|rhel)
+ centos|fedora|rhel|rocky)
sudo yum install -y "$@"
;;
opensuse*|suse|sles)