HMS-5923: add support for rhel10#1085
Merged
xbhouse merged 4 commits intocontent-services:mainfrom May 14, 2025
Merged
Conversation
Member
rverdile
reviewed
Apr 24, 2025
Contributor
rverdile
left a comment
There was a problem hiding this comment.
Tested repositories list with filtering, snapshots list, templates list, and the various content unit searches. Also made a rhel 10 beta system and was able to install rpms from the template.
Looks good! will revisit when this is ready to merge
jlsherrill
reviewed
May 13, 2025
| "arch":"x86_64", | ||
| "distribution_version":"10", | ||
| "selector": "rhel10", | ||
| "feature_name":"RHEL-OS-x86_64" |
Member
There was a problem hiding this comment.
This is actually available for arm too. The features api seems broken for arm, i'll report that, but i think this should work:
{
"name":"Red Hat Enterprise Linux 10 for ARM 64 - Extensions (RPMs)",
"content_label":"rhel-10-for-aarch64-extensions-rpms",
"url":"https://cdn.redhat.com/content/dist/rhel10/10/aarch64/extensions/os",
"arch":"aarch64",
"distribution_version":"10",
"selector": "rhel10",
"feature_name":"RHEL-OS-x86_64"
}
Member
|
/retest |
Member
|
one last thing, can you add the appstream and baseos repos to external_repos.json? EDIT: actually, nevermind, this is handled for us! |
jlsherrill
approved these changes
May 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing steps
make compose-clean make compose-up)make repos-import && go run cmd/external-repos/main.go process-repos. All repos including RHEL10 should be introspected and snapshotted successfully/repositories/?sort_by=distribution_versions:desc&origin=red_hat) and filtering (/repositories/?origin=red_hat&version=10) these repos by version should still work as expected