From 70aff57869f8ad943fa3d5f4b8a8a97dde66176e Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Mon, 16 Nov 2020 11:31:40 +0100 Subject: [PATCH] Switch CentOS 7 mirror source to kernel.org mirror The current source for our sync is outdated [1], and does not include the latest CentOS 7.9 content. This is breaking some jobs relying on CentOS, since they may have more recent packages in the image than in the repositories [2]. [1] - https://mirror-status.centos.org/ [2] - https://bugs.launchpad.net/tripleo/+bug/1904214 Change-Id: Ie404396b0f108121241bdc26dd8d22c85106b0c4 --- 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 27a9a49d26..a237316324 100755 --- a/playbooks/roles/mirror-update/files/centos-mirror-update +++ b/playbooks/roles/mirror-update/files/centos-mirror-update @@ -48,7 +48,7 @@ $K5START rsync -rltvz \ # -- Centos 7 -- # -MIRROR="rsync://mirror.lstn.net/centos" +MIRROR="rsync://mirrors.kernel.org/centos" MIRROR_ALTARCH="rsync://mirror.dal.nexril.net/centos-altarch/" REPOS="7 altarch/7" ALTARCHS="aarch64 ppc64le"