modules: mirror: Mirror the openSUSE Cloud Master repository
The Cloud Master repository contains the packages for the development cycle so we should mirror that in order to minimize our dependency to external resources. This brings openSUSE closer to the rest of the distros which use the bleeding edge repositories for the CI. Change-Id: Id087b0712887061bbc30187534820858b0c99a19
This commit is contained in:
parent
b1e07b6dbb
commit
0bd1e536d7
@ -18,7 +18,7 @@ MIRROR_VOLUME=$1
|
||||
BASE="/afs/.openstack.org/mirror/opensuse"
|
||||
MIRROR="rsync://mirrors.rit.edu/opensuse"
|
||||
OBS_MIRROR="rsync://ftp.gwdg.de/pub/opensuse/repositories/"
|
||||
OBS_REPOS=('Virtualization:/containers' 'Cloud:/OpenStack:/Queens')
|
||||
OBS_REPOS=('Virtualization:/containers' 'Cloud:/OpenStack:/Queens' 'Cloud:/OpenStack:/Master')
|
||||
K5START="k5start -t -f /etc/opensuse.keytab service/opensuse-mirror -- timeout -k 2m 30m"
|
||||
|
||||
# NOTE(hwoarang): 15.0 is newer than 42.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user