Skip to content

Commit 0f4e877

Browse files
ashwindasrclaude
authored andcommitted
NO-ISSUE: fix mirror2 baseurls in ocp-5.0-rhel102.repo (openshift#79351)
* NO-ISSUE: fix mirror2 baseurls in ocp-5.0-rhel102.repo The baseurls used incorrect path format (rhel-10.2-*-rpms) instead of the correct format (rhel-102-*) matching the 4.21/4.22 repo configs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add trailing slashes to mirror2 baseurls Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add trailing slashes to server-ose and early-kernel baseurls Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix early-kernel baseurl to use rhel-102-early-kernel path Matches the 4.21/4.22 pattern instead of incorrectly reusing the rhel-10-server-ose-rpms path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab22933 commit 0f4e877

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

core-services/release-controller/_repos/ocp-5.0-rhel102.repo

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[rhel-10.2-baseos]
22
name = rhel-10.2-baseos
3-
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-10.2-baseos-rpms/
3+
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-102-baseos/
44
enabled = 1
55
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
66
sslverify = false
@@ -11,7 +11,7 @@ failovermethod = priority
1111

1212
[rhel-10.2-appstream]
1313
name = rhel-10.2-appstream
14-
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-10.2-appstream-rpms/
14+
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-102-appstream/
1515
enabled = 1
1616
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
1717
sslverify = false
@@ -22,7 +22,7 @@ failovermethod = priority
2222

2323
[rhel-10.2-nfv]
2424
name = rhel-10.2-nfv
25-
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-10.2-nfv-rpms/
25+
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-102-nfv/
2626
enabled = 1
2727
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
2828
sslverify = false
@@ -33,7 +33,7 @@ failovermethod = priority
3333

3434
[rhel-10.2-highavailability]
3535
name = rhel-10.2-highavailability
36-
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-10.2-highavailability-rpms/
36+
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-102-highavailability/
3737
enabled = 1
3838
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
3939
sslverify = false
@@ -55,7 +55,7 @@ failovermethod = priority
5555

5656
[rhel-10.2-server-ose-5.0]
5757
name = rhel-10.2-server-ose-5.0
58-
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-10.2-server-ose-rpms
58+
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-10-server-ose-rpms/
5959
enabled = 1
6060
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
6161
sslverify = false
@@ -67,7 +67,7 @@ skip_if_unavailable = true
6767

6868
[rhel-10.2-early-kernel]
6969
name = rhel-10.2-early-kernel
70-
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-10-server-ose-rpms
70+
baseurl = https://mirror2.openshift.com/enterprise/reposync/5.0/rhel-102-early-kernel/
7171
enabled = 1
7272
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
7373
sslverify = false

0 commit comments

Comments
 (0)