modules: opensuse-mirror: Switch to US mirror for OBS repositories

The GWDG mirror is heavily outdated and this is impacting the infra
mirrors. As such, lets switch to a US mirrors which is also maintained
by the openSUSE project in order to resolve the problem.

Change-Id: I62c17c8ddf2f7b900a76ce6e06030ec61dc3fd08
This commit is contained in:
Markos Chandras 2018-09-19 10:04:08 +01:00
parent d8abc6951d
commit 6975d7168a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ MIRROR_VOLUME=$1
BASE="/afs/.openstack.org/mirror/opensuse"
MIRROR="rsync://mirror.us.leaseweb.net/opensuse"
OBS_MIRROR="rsync://ftp.gwdg.de/pub/opensuse/repositories/"
OBS_MIRROR="rsync://provo-mirror.opensuse.org/opensuse/repositories"
OBS_REPOS=('Virtualization:/containers' 'Cloud:/OpenStack:/Queens' 'Cloud:/OpenStack:/Rocky' 'Cloud:/OpenStack:/Master')
K5START="k5start -t -f /etc/opensuse.keytab service/opensuse-mirror -- timeout -k 2m 30m"