mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
Merge pull request #31238 from tchaikov/wip/install-deps/el8
install-deps.sh: use sepia/lab-extra/8 Reviewed-by: Brad Hubbard <bhubbard@redhat.com> Reviewed-by: David Galloway <dgallowa@redhat.com>
This commit is contained in:
commit
6b98bd7d62
@ -391,6 +391,9 @@ else
|
|||||||
dts_ver=8
|
dts_ver=8
|
||||||
elif test $ID = centos -a $MAJOR_VERSION = 8 ; then
|
elif test $ID = centos -a $MAJOR_VERSION = 8 ; then
|
||||||
$SUDO dnf config-manager --set-enabled PowerTools
|
$SUDO dnf config-manager --set-enabled PowerTools
|
||||||
|
# before EPEL8 and PowerTools provide all dependencies, we use sepia for the dependencies
|
||||||
|
$SUDO dnf config-manager --add-repo http://apt-mirror.front.sepia.ceph.com/lab-extras/8/
|
||||||
|
$SUDO dnf config-manager --setopt gpgcheck=0 apt-mirror.front.sepia.ceph.com_lab-extras_8_ --save
|
||||||
elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
|
elif test $ID = rhel -a $MAJOR_VERSION = 8 ; then
|
||||||
$SUDO subscription-manager repos --enable "codeready-builder-for-rhel-8-*-rpms"
|
$SUDO subscription-manager repos --enable "codeready-builder-for-rhel-8-*-rpms"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user