Implement AIO testing for Rocky 10#2291
Draft
owenjones wants to merge 2 commits intostackhpc/2025.1from
Draft
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces support for building Epoxy container images on Rocky Linux 10. Key changes include the addition of Rocky 10 repository configurations, image tags, and build customizations, as well as the transition from Redis to Valkey for this distribution. Review feedback highlights the need to include python3-ethtool in Rocky 10 customizations for consistency, correct a variable reference in the DOCA repository definition, and improve the readability of complex inline Jinja conditionals.
Changes: * Updated workflow to build Rocky 10 Kolla container images * Updated ci-builder environment to enable valkey image building on Rocky 10 (and enable redis image building on Rocky 9/Ubuntu Noble) * Updated ci-builder and ci-aio environments with pulp tags for Rocky 10 repositories * Added new OVN-LTS repository into pulp repository configuration * Added Rocky 10 repositories into Kolla configuration * Added new `stackhpc_enable_ovn_lts_repo` flag to Kolla configuration to inject OVN-LTS repository into repository sources * Updated Kolla build customisations to separate out Rocky 9 and 10 customisations, and added customisations for Rocky 10 * Added valkey images to pulp image list, and updated unbuildable images lists to reflect * Updated DNF configuration to include Rocky 10 repositories * Updated kolla-images.py to support Rocky 10 as a base distro * Added initial tag for Rocky 10 containers
New Rocky 10 AIO jobs added to the PR workflow. An override for `kolla_base_distro_version_default_map` has been added to the `ci-aio` environment so we can deploy Rocky 10 images (K-A maps to Rocky 9 by default).
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.
New Rocky 10 AIO jobs added to the PR workflow. An override for
kolla_base_distro_version_default_maphas been added to theci-aioenvironment so we can deploy Rocky 10 images (K-A maps to Rocky 9 bydefault).