diff --git a/playbooks/roles/mirror-update/files/opensuse-mirror-update b/playbooks/roles/mirror-update/files/opensuse-mirror-update index d2eeddfd04..16b7e3b20a 100755 --- a/playbooks/roles/mirror-update/files/opensuse-mirror-update +++ b/playbooks/roles/mirror-update/files/opensuse-mirror-update @@ -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