Merge "cs9: Fix missing NODEPOOL_PUPPETLABS_MIRROR"

This commit is contained in:
Zuul 2022-04-21 16:47:46 +00:00 committed by Gerrit Code Review
commit 668a8e96ed
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'