From c4aabf06c44768e176e93488de0cab632cb191d2 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 6 Aug 2020 17:08:21 -0700 Subject: [PATCH] Mirror OpenSUSE Leap 15.2 Leap 15.2 has released. We should mirror it, then bump our opensuse-15 image to 15.2. Once that is done we can clean up the 15.1 mirror contents. Change-Id: Ib8905602b6a65639d59d2da1fe0c1b9a0837013b --- playbooks/roles/mirror-update/files/opensuse-mirror-update | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/roles/mirror-update/files/opensuse-mirror-update b/playbooks/roles/mirror-update/files/opensuse-mirror-update index 60653c2727..12205ea844 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.2 update/leap/42.2 \ 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