repos: Clarify usage and which RHEL versions are available in repos#28521
repos: Clarify usage and which RHEL versions are available in repos#28521openshift-merge-robot merged 5 commits intoopenshift:masterfrom
Conversation
|
Looks great! Thanks for doing this. /approve |
|
/cc @jupierce /approve |
|
/hold |
|
/uncc |
|
/unhold |
|
Updated to use RHEL 8.6 EUS everywhere and include #26811. |
|
Since we are doing clean up in this PR, couple of questions:
|
|
Yes we still need aarch64 repo files because the "main" ones hard-code |
I think we still want that repo to be on the "correct" RHEL version for a given OCP release. I kept it for consumers that want the latest valid RHEL for a given OCP release without caring about the version itself. |
|
We might however want to remove some RHCOS specific repos from those files. I'll try that. |
From RHEL 8.6 onwards there is no advanced virtualization repository anymore. Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
- Use RHEL 8.6 EUS repos - Use RHEL 8.6 TUS for NFV repo - Remove RHEL 8.5 repos
88abf91 to
8e38d64
Compare
|
Updated this PR to focus on cleanups and the switch to RHEL 8.6 in 4.11 and later |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hongkailiu, miabbott, travier 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 |
|
@travier: 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/test-infra repository. I understand the commands that are listed here. |
|
@travier: Updated the following 7 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/test-infra repository. |
These were removed in openshift#28521 but it prevents CI workloads from accessing packages built by ART and tagged into ART's candidate tag. Restoring until RHCOS can discuss the reasoning with us.
For RHCOS, we want to be able to have a stable name for each RHEL versions available from a repo to help us during migrations from one RHEL minor to the next. Thus we will no longer used the un-versioned
rhel8repos and use minor versioned ones:rhel86,rhel90.Whether or not the URLs used for the repos are minor versioned is a different issue that we are waiting for confirmation. See openshift-eng/ocp-build-data#1576 (comment) & #28503 (comment)
Keep the un-versioned one
rhel8for compatibility for other potential users and make it use the latest released RHEL.