From 2d0f79ecbead3c8d0d8d69fae32fe3c2bbe17d74 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 21 May 2024 16:56:58 -0400 Subject: [PATCH] repos: 4.17: Use RHEL 9.4 EUS repos for RHCOS Probably should've been part of a2f84673cbc ("repos: 4.16: Use RHEL 9.4 EUS repos for RHCOS (#51750)"). --- .../release-controller/_repos/ocp-4.17-rhel94.repo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core-services/release-controller/_repos/ocp-4.17-rhel94.repo b/core-services/release-controller/_repos/ocp-4.17-rhel94.repo index 57d5e17e09cfb..7138ef5a3a071 100644 --- a/core-services/release-controller/_repos/ocp-4.17-rhel94.repo +++ b/core-services/release-controller/_repos/ocp-4.17-rhel94.repo @@ -1,6 +1,6 @@ [rhel-9.4-baseos] name = rhel-9.4-baseos -baseurl = https://cdn.redhat.com/content/beta/rhel9/9/x86_64/baseos/os +baseurl = https://cdn.redhat.com/content/eus/rhel9/9.4/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-9.4-appstream] name = rhel-9.4-appstream -baseurl = https://cdn.redhat.com/content/beta/rhel9/9/x86_64/appstream/os +baseurl = https://cdn.redhat.com/content/eus/rhel9/9.4/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 @@ -36,7 +36,7 @@ failovermethod = priority [rhel-9.4-nfv] name = rhel-9.4-nfv -baseurl = https://cdn.redhat.com/content/beta/rhel9/9/x86_64/nfv/os +baseurl = https://cdn.redhat.com/content/e4s/rhel9/9.4/x86_64/nfv/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