From d7351b06e019ad65244d07c713ba29a5fbd9b1c6 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 24 Oct 2022 18:06:29 +0900 Subject: [PATCH] Ubuntu: Use mirror to download ceph packages ... instead of using the upstream repository. Change-Id: Ic3cc04347f0ff683260772acbffd50ba0d87c582 --- configure_facts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_facts.sh b/configure_facts.sh index 0b038f616..50b3efcd4 100644 --- a/configure_facts.sh +++ b/configure_facts.sh @@ -33,7 +33,7 @@ if [ -f /etc/ci/mirror_info.sh ]; then CENTOS_MIRROR_HOST="http://${NODEPOOL_MIRROR_HOST}/centos-stream" DEPS_MIRROR_HOST="${NODEPOOL_RDO_PROXY}/${DLRN_DEPS_BASE}/" if uses_debs; then - CEPH_MIRROR_HOST="http://download.ceph.com/debian-${CEPH_VERSION}" + CEPH_MIRROR_HOST="http://${NODEPOOL_MIRROR_HOST}/ceph-deb-${CEPH_VERSION}" NODEPOOL_PUPPETLABS_MIRROR="http://${NODEPOOL_MIRROR_HOST}/apt-puppetlabs" else CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/SIGs/${VERSION_ID}-stream/storage/x86_64/ceph-${CEPH_VERSION}/"