ocp-5.0-rhel98.repo: switch RHEL repos to CDN (9.8 GA)#79475
Conversation
rhel-9.8 has GA'd today, so the rhel-98-* entries in this file no longer need to be sourced from mirror2.openshift.com (which has stopped being populated for 9.8). Convert the RHEL baseos/appstream/nfv/highavailability/ codeready-builder sections (plus ppc64le/s390x/aarch64 variants) to point at cdn.redhat.com/content/eus/rhel9/9.8/<arch>/<repo>/os/ (nfv and highavailability use e4s/) with sslclientkey/sslclientcert auth - mirroring the structure of ocp-5.0-rhel96.repo. Sections left unchanged: - rhel-9.8-server-ose-5.0 and rhel-9.8-early-kernel (point at the OCP plashet, not the RHEL repo) - rhel-9.8-fast-datapath* (already CDN) excludepkgs=toolbox* on rhel-9.8-appstream is preserved.
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated RHEL 9.8 Yum repository definitions across x86_64, ppc64le, s390x, and aarch64 architectures to migrate from OpenShift reposync mirrors to Red Hat CDN (cdn.redhat.com) EUS paths. Replaced username/password file-based authentication with certificate-based authentication using sslclientcert and sslclientkey entries. ChangesRHEL 9.8 CDN Migration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @redhat-chai-bot. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/lgtm |
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jupierce, redhat-chai-bot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@redhat-chai-bot: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@redhat-chai-bot: Updated the following 15 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…nshift#79475) rhel-9.8 has GA'd today, so the rhel-98-* entries in this file no longer need to be sourced from mirror2.openshift.com (which has stopped being populated for 9.8). Convert the RHEL baseos/appstream/nfv/highavailability/ codeready-builder sections (plus ppc64le/s390x/aarch64 variants) to point at cdn.redhat.com/content/eus/rhel9/9.8/<arch>/<repo>/os/ (nfv and highavailability use e4s/) with sslclientkey/sslclientcert auth - mirroring the structure of ocp-5.0-rhel96.repo. Sections left unchanged: - rhel-9.8-server-ose-5.0 and rhel-9.8-early-kernel (point at the OCP plashet, not the RHEL repo) - rhel-9.8-fast-datapath* (already CDN) excludepkgs=toolbox* on rhel-9.8-appstream is preserved.
rhel-9.8 has GA'd today, so the rhel-98-* entries in
core-services/release-controller/_repos/ocp-5.0-rhel98.repono longer need to be sourced from mirror2.openshift.com (which has stopped being populated for 9.8).This PR converts the RHEL baseos/appstream/nfv/highavailability/codeready-builder sections (plus ppc64le/s390x/aarch64 variants) to point at
cdn.redhat.com/content/eus/rhel9/9.8/<arch>/<repo>/os/(nfv and highavailability usee4s/) withsslclientkey/sslclientcertauth - mirroring the structure ofocp-5.0-rhel96.repo.Sections left unchanged:
rhel-9.8-server-ose-5.0andrhel-9.8-early-kernel(point at the OCP plashet, not the RHEL repo)rhel-9.8-fast-datapath*(already CDN)excludepkgs=toolbox*onrhel-9.8-appstreamis preserved.Discussed in this Slack thread - follow-up to #79427.
Opened on behalf of a user via Chai Bot (service account: ship-help-github@redhat.com).
Repository Mirror Configuration Update for RHEL 9.8
Updated the release controller's RHEL 9.8 repository configuration to switch from the deprecated OpenShift mirror (
mirror2.openshift.com) to Red Hat's CDN (cdn.redhat.com). This change ensures the OpenShift CI/CD infrastructure can reliably pull RHEL 9.8 packages during release builds.Technical Changes
Modified
core-services/release-controller/_repos/ocp-5.0-rhel98.repoto update repository definitions for:cdn.redhat.com/eus/rhel9/9.8/<arch>/<repo>/os/(NFV and HighAvailability usee4s/paths)/tmp/key/rh-cdn.pem)Repositories not affected by this change:
The configuration now mirrors the structure already in place for RHEL 9.6, ensuring consistency across release builds.