From 9af56fe9cfeff71be0aa5fd5ff02e66233176a8c Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Mon, 25 Oct 2021 09:03:08 +0200 Subject: [PATCH] Fix CentOS checksum_base To download the repomd.xml files for checksum creation we also need to point to the internal primary mirror. Signed-off-by: Adrian Reber --- .../backend/templates/scan-primary-mirror-centos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/backend/templates/scan-primary-mirror-centos.toml b/roles/mirrormanager/backend/templates/scan-primary-mirror-centos.toml index 373795fe44..703ffb7e73 100644 --- a/roles/mirrormanager/backend/templates/scan-primary-mirror-centos.toml +++ b/roles/mirrormanager/backend/templates/scan-primary-mirror-centos.toml @@ -10,7 +10,7 @@ url="postgresql://{{ mirrormanager_db_user }}:{{ mirrormanager_db_pass }}@{{ mir name="CentOS" type="rsync" url="rsync://10.3.163.235/CentOS-Stream-Ref" -checksum_base="http://mirror.stream.centos.org/" +checksum_base="http://10.3.163.235/" [[repository_mapping]] regex="^\\d+(?:-stream)?/AppStream/"