modules: mirror: Use alternative openSUSE mirror

The main openSUSE mirror (rsync.opensuse.org) is having issues so
use an alternative one.

Link: https://progress.opensuse.org/issues/27699
Link: https://status.opensuse.org/incidents/28
Change-Id: I6405af6e74901ef7fd95d190f9fcf2dd1201b9b9
This commit is contained in:
Markos Chandras 2017-11-20 12:42:47 +00:00
parent d1e494d24f
commit f027e0b8e9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
MIRROR_VOLUME=$1
BASE="/afs/.openstack.org/mirror/opensuse"
MIRROR="rsync://rsync.opensuse.org/opensuse-full"
MIRROR="rsync://ftp.gwdg.de/pub"
K5START="k5start -t -f /etc/opensuse.keytab service/opensuse-mirror -- timeout -k 2m 30m"
for DISTVER in 42.3; do