From e76e0089d1c4a7fe781027feb7977ae874899443 Mon Sep 17 00:00:00 2001 From: yatin Date: Thu, 1 Sep 2022 12:09:24 +0000 Subject: [PATCH] Revert "Use rackspace mirror to sync centos stream repos" This reverts commit cc2dd16d3a7194a4185ad6e1da854cb4fde01b1c. Reason for revert: rax mirrors not synched for 15 hours and causing issues, facebook mirror is up to date so let's switch to it. Change-Id: Iaf94540f22e2b49c74ab0704ac94fd1554ce5bbc Related-Bug: #1988397 --- .../roles/mirror-update/files/centos-stream-mirror-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/mirror-update/files/centos-stream-mirror-update b/playbooks/roles/mirror-update/files/centos-stream-mirror-update index f3ad607b18..4e9de7fa2b 100755 --- a/playbooks/roles/mirror-update/files/centos-stream-mirror-update +++ b/playbooks/roles/mirror-update/files/centos-stream-mirror-update @@ -39,7 +39,7 @@ K5START="k5start -t -f /etc/centos-stream.keytab service/centos-stream-mirror -- # -- Centos 9-stream -- # -MIRROR=rsync://dfw.mirror.rackspace.com/centos-stream/9-stream/ # somewhere in US +MIRROR=rsync://mirror.facebook.net/centos-stream/9-stream/ # somewhere in US if ! [ -f ${BASE}/9-stream ]; then $K5START mkdir -p ${BASE}/9-stream @@ -62,7 +62,7 @@ $K5START ${RSYNC} \ # -- Centos 9-stream SIGs -- # -MIRROR=rsync://dfw.mirror.rackspace.com/centos-stream/SIGs/9-stream/ # somewhere in US +MIRROR=rsync://mirror.facebook.net/centos-stream/SIGs/9-stream/ # somewhere in US if ! [ -f ${BASE}/SIGs/9-stream ]; then $K5START mkdir -p ${BASE}/SIGs/9-stream