From 3fd5bba62b81767ddb7bdd3365d8d971c7ea3d7e Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Thu, 20 Jan 2022 15:15:43 +0530 Subject: [PATCH] Use facebook mirror for CentOS Stream 8 Current mirror http://mirror.dal10.us.leaseweb.net/centos/8-stream is hitting issues and is impacting all CS8 jobs. Switching to facebook mirror fixes the issue. Related-Bug: #1958510 Signed-off-by: Chandan Kumar (raukadah) Change-Id: Ibddbee60c4318fd7bd34f281af95a20bf172c572 --- playbooks/roles/mirror-update/files/centos-mirror-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/mirror-update/files/centos-mirror-update b/playbooks/roles/mirror-update/files/centos-mirror-update index 1f1a13aa35..eca6e26bed 100755 --- a/playbooks/roles/mirror-update/files/centos-mirror-update +++ b/playbooks/roles/mirror-update/files/centos-mirror-update @@ -39,7 +39,7 @@ K5START="k5start -t -f /etc/centos.keytab service/centos-mirror -- $TIMEOUT" # -- Centos 8-stream -- # -MIRROR=rsync://mirror.dal10.us.leaseweb.net/centos/8-stream/ # somewhere in TX +MIRROR=rsync://mirror.facebook.net/centos/8-stream/ # somewhere in US if ! [ -f $BASE/8-stream ]; then $K5START mkdir -p $BASE/8-stream