From 48334c6a40e5145c9578810f75d05b10a8fe8df8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 May 2019 16:11:58 +0200 Subject: [PATCH] Start mirroring openSUSE Leap 15.1 openSUSE Leap 15.1 was released May 23rd, 2019 and we want to switch the nodepool jobs against this asap in order to be able to remove openSUSE Leap 42.3 (End of Life in June 2019) and eventually openSUSE Leap 15.0 as well once all users have been converted over. Change-Id: Ia2f8b9f4073a247875c97eafd80204e291affb8e --- .../files/mirror/opensuse-mirror-update.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/files/mirror/opensuse-mirror-update.sh b/modules/openstack_project/files/mirror/opensuse-mirror-update.sh index 21a88767ef..1ebf3b8dd1 100644 --- a/modules/openstack_project/files/mirror/opensuse-mirror-update.sh +++ b/modules/openstack_project/files/mirror/opensuse-mirror-update.sh @@ -33,7 +33,9 @@ OBS_REPOS=('Virtualization:/containers/openSUSE_Leap_42.3' 'Cloud:/OpenStack:/Rocky/openSUSE_Leap_42.3' 'Cloud:/OpenStack:/Rocky/openSUSE_Leap_15.0' 'Cloud:/OpenStack:/Stein/openSUSE_Leap_15.0' - 'Cloud:/OpenStack:/Master/openSUSE_Leap_15.0') + 'Cloud:/OpenStack:/Stein/openSUSE_Leap_15.1' + 'Cloud:/OpenStack:/Master/openSUSE_Leap_15.0' + 'Cloud:/OpenStack:/Master/openSUSE_Leap_15.1') K5START="k5start -t -f /etc/opensuse.keytab service/opensuse-mirror -- $TIMEOUT" # NOTE(hwoarang): Ensure old distros are not mirrored aymore @@ -46,8 +48,8 @@ for REPO in \ fi done -# NOTE(hwoarang): 15.0 is newer than 42.3. -for DISTVER in 42.3 15.0; do +# NOTE(hwoarang): 15.1 is newer than 15.0 is newer than 42.3. +for DISTVER in 42.3 15.0 15.1; do REPO=distribution/leap/$DISTVER/repo if ! [ -f $BASE/$REPO ]; then $K5START mkdir -p $BASE/$REPO