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>
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)