Add Rocky Linux security repositories#2304
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds security repository configurations for Rocky Linux 9 and 10 across several Kayobe configuration files, including DNF, Pulp, and StackHPC settings. The feedback highlights a missing security repository definition for Rocky Linux 10 in the DNF configuration, which should be added for consistency with the Rocky 9 changes and the provided Pulp configuration.
| security: | ||
| baseurl: "{{ stackhpc_repo_rocky_9_security_url }}" | ||
| description: "Rocky Linux $releasever - Security" | ||
| file: rocky-security | ||
| gpgkey: "{{ rocky_9_gpg_key }}" | ||
| gpgcheck: yes | ||
| username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}" | ||
| password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}" |
There was a problem hiding this comment.
The Rocky Linux 9 security repository is added here, but there is no corresponding addition for Rocky Linux 10, despite Rocky 10 security repositories being added to the Pulp configuration in this same pull request. If Rocky 10 is supported, it should also have its security repository defined in the DNF configuration.
Looks like an issue with the new repo |
|
Cancelling upgrade jobs to save resources |
No description provided.