From cc2dd16d3a7194a4185ad6e1da854cb4fde01b1c Mon Sep 17 00:00:00 2001
From: Alfredo Moralejo <amoralej@redhat.com>
Date: Wed, 10 Aug 2022 23:34:27 +0200
Subject: [PATCH] Use rackspace mirror to sync centos stream repos

Facebook mirror is out of sync for some days, so i'm proposing to use
rackspace one. This reverts [1] as it seems it is accepting rsync
connections properly.

[1] https://review.opendev.org/c/opendev/system-config/+/824829

Change-Id: Ic0076191157be8947f62ce18d5dd37f1f0ac3337
---
 .../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 4e9de7fa2b..f3ad607b18 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://mirror.facebook.net/centos-stream/9-stream/ # somewhere in US
+MIRROR=rsync://dfw.mirror.rackspace.com/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://mirror.facebook.net/centos-stream/SIGs/9-stream/ # somewhere in US
+MIRROR=rsync://dfw.mirror.rackspace.com/centos-stream/SIGs/9-stream/ # somewhere in US
 
 if ! [ -f ${BASE}/SIGs/9-stream ]; then
     $K5START mkdir -p ${BASE}/SIGs/9-stream