Implement multinode testing for Rocky 10#2377
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces support for Rocky 10 in the ci-multinode environment, including bumping the stackhpc.cephadm collection to version 1.22.1 and adding logic to temporarily downgrade the crypto policy to LEGACY on Rocky 10 during Ceph deployment. It also updates package repository versions for Rocky 10, CentOS Stream 10, and RHEL 10, and configures Valkey/Redis based on the OS version. Feedback on these changes highlights a potential templating error on non-Rocky 10 hosts where the skipped crypto_policy variable lacks a stdout attribute, which can be resolved using the default filter. Additionally, it is recommended to add changed_when: false to the read-only crypto policy discovery task to maintain proper idempotency.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
e460175 to
364f326
Compare
* Multinode workflows modified to add Rocky 10 as an option * `ci-multinode` environment updated to support multinode testing with Rocky 10 * cephadm deployment now supported in Rocky 10; The cephadm collection has been bumped to 1.22.1 which updates the Ceph repository URL for Squid on Rocky 10. The Rocky crypto policy in use during Ceph deployment is required to be downgraded to LEGACY in order to use Ceph's release signing key. The policy is reverted after deployment or on deployment failure
364f326 to
aa3ee6c
Compare
ci-multinodeenvironment updated to support multinode testing with Rocky 10