-
Notifications
You must be signed in to change notification settings - Fork 34
HMS-5923: add support for rhel10 #1085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
"arch":"x86_64", | ||
"distribution_version":"10", | ||
"selector": "rhel10", | ||
"feature_name":"RHEL-OS-x86_64" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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"
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added!
/retest |
one last thing, can you add the appstream and baseos repos to external_repos.json? EDIT: actually, nevermind, this is handled for us! |
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