From 0fc721e4f1a35a9a62f68bfe7d83eb707e613df1 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Wed, 5 Feb 2025 14:55:25 -0500 Subject: [PATCH] release-controller: fix baseurls for RHEL 9.6 ART mirrors In https://github.com/openshift-eng/ocp-build-data/pull/5999, the repo names on the mirror side were changed to not have a dot for some reason. Adapt to this. --- .../release-controller/_repos/ocp-4.19-rhel96.repo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core-services/release-controller/_repos/ocp-4.19-rhel96.repo b/core-services/release-controller/_repos/ocp-4.19-rhel96.repo index d9f85ab142728..23a5df98e5ad9 100644 --- a/core-services/release-controller/_repos/ocp-4.19-rhel96.repo +++ b/core-services/release-controller/_repos/ocp-4.19-rhel96.repo @@ -1,6 +1,6 @@ [rhel-9.6-baseos] name = rhel-9.6-baseos -baseurl = https://mirror2.openshift.com/enterprise/reposync/4.19/rhel-9.6-baseos +baseurl = https://mirror2.openshift.com/enterprise/reposync/4.19/rhel-96-baseos enabled = 1 gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted sslverify = false @@ -12,7 +12,7 @@ skip_if_unavailable = true [rhel-9.6-appstream] name = rhel-9.6-appstream -baseurl = https://mirror2.openshift.com/enterprise/reposync/4.19/rhel-9.6-appstream +baseurl = https://mirror2.openshift.com/enterprise/reposync/4.19/rhel-96-appstream enabled = 1 gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted sslverify = false @@ -36,7 +36,7 @@ failovermethod = priority [rhel-9.6-nfv] name = rhel-9.6-nfv -baseurl = https://mirror2.openshift.com/enterprise/reposync/4.19/rhel-9.6-nfv +baseurl = https://mirror2.openshift.com/enterprise/reposync/4.19/rhel-96-nfv enabled = 1 gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-beta https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-openshifthosted sslverify = false