Merge "Mirror OpenSUSE Leap 15.2"

This commit is contained in:
Zuul 2020-09-24 20:47:59 +00:00 committed by Gerrit Code Review
commit 1171255c05

View File

@ -30,6 +30,8 @@ OBS_MIRROR="rsync://provo-mirror.opensuse.org/opensuse/repositories"
OBS_REPOS=(
'Cloud:/OpenStack:/Stein/openSUSE_Leap_15.1'
'Cloud:/OpenStack:/Master/openSUSE_Leap_15.1'
'Cloud:/OpenStack:/Ussuri/openSUSE_Leap_15.2'
'Cloud:/OpenStack:/Master/openSUSE_Leap_15.2'
# NOTE(yoctozepto): kolla uses the following for hacluster
'network:/ha-clustering:/Stable/CentOS_CentOS-7'
@ -54,7 +56,7 @@ for REPO in distribution/leap/42.3 update/leap/42.3 update/leap/15.0 \
fi
done
for DISTVER in 15.1; do
for DISTVER in 15.1 15.2 ; do
REPO=distribution/leap/$DISTVER/repo
if ! [ -f $BASE/$REPO ]; then
$K5START mkdir -p $BASE/$REPO