-
Notifications
You must be signed in to change notification settings - Fork 23
Rocky Linux 9.7 packages #2025
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
Rocky Linux 9.7 packages #2025
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.
Code Review
This pull request adds support for Rocky Linux 9.7 by updating various configuration files. The changes include updating the default Rocky Linux minor version, adding new repository versions for 9.7, and adjusting DOCA version handling. My review focuses on improving maintainability and correcting potential errors in the configuration. I've pointed out a hardcoded branch reference that should be made more generic, a misleading comment, and a likely invalid CVE identifier in the Trivy allowlist.
31bc446 to
5a7be0c
Compare
- DOCA 3.2.1 for RL 9.7 - Bump Rocky 9 Security SIG repo, add source
Remove DOCA 3.2.0: a single version is enough for RL 9.7
removes the RockyLinux minor version in the name and path when DOCA version is greater than 3.2.0. Doesn't apply to DOCA modules because they are still compiled for a specific RL minor version.
Latest version for RockyLinux is 29.1.4, Ubuntu noble has 27.5.1.
Tested on multinode. Fix install-doca.yml to not install doca-ofed anymore (avoid dkms). The stackhpc_doca_kernel_version_matrix variable contains kernel module versions to install for last 2 supported minor RockyLinux versions. It must be changed after a new pre-compiled kernel module version has been built.
|
Starting check jobs. |
|
thanks for the merge 👍 |
ansible/maintenance/rocky-97-ofed-upgrade.yml is an upgrade playbook
for sites using a local pulp server and doca.
See #2061 for container and overcloud host upgrade