Merge "Do not use mirror host for Ceph Luminous"

This commit is contained in:
Zuul 2021-02-02 17:51:20 +00:00 committed by Gerrit Code Review
commit 9c9727d911
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if [ -f /etc/ci/mirror_info.sh ]; then
CENTOS_MIRROR_HOST="http://${NODEPOOL_MIRROR_HOST}"
DEPS_MIRROR_HOST="${NODEPOOL_RDO_PROXY}/${DLRN_DEPS_BASE}/"
if uses_debs; then
if [ "$CEPH_VERSION" == "mimic" ]; then
if [ "$CEPH_VERSION" == "mimic" ] || [ "CEPH_VERSION" == "luminous" ] ; then
CEPH_MIRROR_HOST="http://download.ceph.com/debian-${CEPH_VERSION}"
else
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/ceph-deb-${CEPH_VERSION}"