The centos 10 stream distribution is like centos 9 and needs the crb
repository enabled to even think about building ceph. Note that I made
it a separate block in case more stuff needs to be added for it later.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
$SUDO dnf -y module enable javapackages-tools
elif test $ID = centos -a $MAJOR_VERSION = 9 ; then
$SUDO dnf config-manager --set-enabled crb
+ elif test $ID = centos -a $MAJOR_VERSION = 10 ; then
+ $SUDO dnf config-manager --set-enabled crb
elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
dts_ver=11
$SUDO dnf config-manager --set-enabled "codeready-builder-for-rhel-8-${ARCH}-rpms"