ART: ocp-5.0-rhel98.repo: point rhel-9.8 repos to rhel-9 mirror2 paths#79427
Conversation
Aligns with ocp-build-data#10654 which made rhel9 and rhel98 syncs point to the same locations. Switches codeready-builder from CDN EUS to mirror2 basic auth. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
WalkthroughRepository configuration file ChangesRHEL 9 Repository Mirror Migration
🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 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)
Comment |
|
@ashwindasr: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashwindasr, jupierce 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 |
|
@ashwindasr: 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. |
openshift#79427) Aligns with ocp-build-data#10654 which made rhel9 and rhel98 syncs point to the same locations. Switches codeready-builder from CDN EUS to mirror2 basic auth. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
rhel-98-*mirror2 paths withrhel-9-*equivalents (e.g.rhel-98-baseos→rhel-9-baseos-rpms/)5.0/rhel-98-baseos-ppc64le→5.0_ppc64le/rhel-9-baseos-rpms/)codeready-buildersections from CDN EUS (cdn.redhat.com/content/eus/rhel9/9.8/...) to mirror2 basic auth (mirror2.openshift.com/enterprise/reposync/5.0_{arch}/rhel-9-codeready-builder-rpms/)🤖 Generated with Claude Code
Summary
This PR updates the OpenShift 5.0 release controller's RHEL 9.8 repository configuration to consolidate mirror endpoints, aligning downstream mirror targets with upstream ocp-build-data standards.
What's changing:
The release controller's package repository configuration (
ocp-5.0-rhel98.repo) now points all RHEL 9.8 package syncs to unified RHEL 9 mirror2 paths instead of RHEL 9.8-specific paths. This affects how the CI infrastructure sources RPM packages during OCP 5.0 builds.Key impacts:
mirror2.openshift.cominfrastructure5.0_ppc64le/rhel-9-baseos-rpms/) for correct package isolation per architectureWhy it matters:
This consolidation simplifies the mirror configuration by eliminating RHEL 9.8-specific paths and using the common RHEL 9 mirror structure, reducing configuration complexity and aligning OCP's release infrastructure with build data standards.