From 5df752a4ea6dd2abdc4c2186948fbe1b7cb3a3e4 Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Wed, 11 May 2022 13:26:20 -0400 Subject: [PATCH] release-controller/_repos: point the 8.5 mirror and 8.5 URLs CI jobs run against `openshift/os` rely on the repo mirror to build RHCOS for test. Currently, we are building/testing using RHEL 8.5 content. The repo defintion here, which has `rhel85` in the name, used URLs that point to the latest available RHEL 8 release, which is now 8.6. Change these URLs to point to RHEL 8.5 content, appropriately. --- .../release-controller/_repos/ocp-4.11-rhel85.repo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core-services/release-controller/_repos/ocp-4.11-rhel85.repo b/core-services/release-controller/_repos/ocp-4.11-rhel85.repo index 7eb527a29e5e3..8942f93e8b6b0 100644 --- a/core-services/release-controller/_repos/ocp-4.11-rhel85.repo +++ b/core-services/release-controller/_repos/ocp-4.11-rhel85.repo @@ -1,6 +1,6 @@ [rhel-8-baseos] name = rhel-8-baseos -baseurl = https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/ +baseurl = https://cdn.redhat.com/content/dist/rhel8/8.5/x86_64/baseos/os/ 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 @@ failovermethod = priority [rhel-8-appstream] name = rhel-8-appstream -baseurl = https://cdn.redhat.com/content/dist/rhel8/8/x86_64/appstream/os/ +baseurl = https://cdn.redhat.com/content/dist/rhel8/8.5/x86_64/appstream/os/ 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 @@ -45,7 +45,7 @@ gpgkey = https://mirror.ops.rhcloud.com/libra/keys/RPM-GPG-KEY-redhat-release ht [rhel-8-nfv] name = rhel-8-nfv -baseurl = https://cdn.redhat.com/content/dist/rhel8/8/x86_64/nfv/os/ +baseurl = https://cdn.redhat.com/content/dist/rhel8/8.5/x86_64/nfv/os/ sslverify = false sslclientkey = /tmp/key/rh-cdn.pem sslclientcert = /tmp/key/rh-cdn.pem