Do not use mirror host for Ceph Luminous

Luminous is still used for Debian jobs, but mirror host doesn't provide
the required contents.

Change-Id: I1120e881b0e7844978024ccab03b1f2eab97b098
(cherry picked from commit 8c58e4e304)
(cherry picked from commit 422facdf13)
(cherry picked from commit 75de7d021d)
(cherry picked from commit c6057afe6a)
(cherry picked from commit 391847e9a2)
This commit is contained in:
Takashi Kajinami 2020-12-01 08:31:28 +09:00
parent 3075f79aca
commit ddc0086c88
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,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}"