Use Kernel.org mirror for OpenSUSE

The mirror that we were using seems to be out of date and not
properly updated, causing jobs to fail.

This fixes this issue by updating from the mirror from Kernel.org
which seems to stable and it has all the needed updated packages.

Change-Id: I079d9dd8a34e24b33ee35d4dad934e8ca4b60cee
This commit is contained in:
Mohammed Naser 2018-08-17 10:39:52 -04:00
parent f3036203c3
commit de9c7a7c6b
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://mirrors.rit.edu/opensuse"
MIRROR="rsync://mirrors.kernel.org/mirrors/opensuse"
OBS_MIRROR="rsync://ftp.gwdg.de/pub/opensuse/repositories/"
OBS_REPOS=('Virtualization:/containers' 'Cloud:/OpenStack:/Queens' 'Cloud:/OpenStack:/Master')
K5START="k5start -t -f /etc/opensuse.keytab service/opensuse-mirror -- timeout -k 2m 30m"