cs9: Fix missing NODEPOOL_PUPPETLABS_MIRROR

Change-Id: Ic5c3630c2e5fa7d3ec347b928a9b0b5f3093e28d
This commit is contained in:
Takashi Kajinami 2022-04-20 08:20:43 +09:00
parent 858a015876
commit 0772b55f2c
1 changed files with 1 additions and 1 deletions

View File

@ -45,8 +45,8 @@ if [ -f /etc/ci/mirror_info.sh ]; then
CEPH_MIRROR_HOST="https://buildlogs.centos.org/centos/9-stream/storage/x86_64/ceph-${CEPH_VERSION}/"
else
CEPH_MIRROR_HOST="${CENTOS_MIRROR_HOST}/centos/${VERSION_ID}-stream/storage/x86_64/ceph-${CEPH_VERSION}/"
NODEPOOL_PUPPETLABS_MIRROR="http://${NODEPOOL_MIRROR_HOST}/yum-puppetlabs"
fi
NODEPOOL_PUPPETLABS_MIRROR="http://${NODEPOOL_MIRROR_HOST}/yum-puppetlabs"
fi
else
CENTOS_MIRROR_HOST='http://mirror.centos.org'