Ubuntu/Debian: Do not use mirror repository for mimic

... because mimic is no longer hosted in the mirror repository[1].

[1] http://mirror.iad.rax.opendev.org/

Closes-Bug: #1902670
Change-Id: If7653b7991387116ff8a9a3ea3f038ec01a27985
(cherry picked from commit 19a526e1bb)
(cherry picked from commit dccdecd4f0)
(cherry picked from commit 4584b0259a)
(cherry picked from commit d9227ff037)
(cherry picked from commit 18fcc88155)
This commit is contained in:
Takashi Kajinami 2020-11-03 16:45:55 +09:00
parent 5e74560267
commit 3075f79aca
1 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,11 @@ 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
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/ceph-deb-${CEPH_VERSION}"
if [ "$CEPH_VERSION" == "mimic" ]; then
CEPH_MIRROR_HOST="http://download.ceph.com/debian-${CEPH_VERSION}"
else
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/ceph-deb-${CEPH_VERSION}"
fi
NODEPOOL_PUPPETLABS_MIRROR="http://${NODEPOOL_MIRROR_HOST}/apt-puppetlabs"
else
# NOTE(tobias-urdin): Mimic was never released by Storage SIG to official mirros.