From 6b9907dcd8c619b4a4c99ed58508724969f14352 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 6 Jun 2019 13:23:41 +1000 Subject: [PATCH] Add centos/ to centos mirror path As a follow-on to I0e110ef51c8ed301fd8280ae7fc039e3b01db92c; this dropped the /centos/ from the base mirror, add it back. Also switch the mirror to the only one on the altarch-mirrors page that is in US/TX, which from the name is in Dallas, which must be pretty close to rax.dfw where the update server lives. Change-Id: If4d71865f4328e73a26c7b38300767ed6b790579 --- .../openstack_project/files/mirror/centos-mirror-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/mirror/centos-mirror-update.sh b/modules/openstack_project/files/mirror/centos-mirror-update.sh index 541bcfcf6b..99850379c2 100755 --- a/modules/openstack_project/files/mirror/centos-mirror-update.sh +++ b/modules/openstack_project/files/mirror/centos-mirror-update.sh @@ -23,8 +23,8 @@ else fi BASE="/afs/.openstack.org/mirror/centos" -MIRROR="rsync://mirror.lstn.net" -MIRROR_ALTARCH="rsync://mirror.freethought-internet.co.uk/centos-altarch/" +MIRROR="rsync://mirror.lstn.net/centos" +MIRROR_ALTARCH="rsync://dallas.tx.mirror.xygenhosting.com/centos-altarch/" K5START="k5start -t -f /etc/centos.keytab service/centos-mirror -- $TIMEOUT" REPOS="7 altarch/7"