Skip to content

Commit 1eac468

Browse files
authored
Merge branch 'stackhpc/yoga' into yoga-cve-2024-32498
2 parents 1e7527e + f690c1e commit 1eac468

File tree

8 files changed

+30
-0
lines changed

8 files changed

+30
-0
lines changed

etc/kayobe/dnf.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,15 @@ dnf_custom_repos_rocky_9:
215215
gpgcheck: yes
216216
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
217217
password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}"
218+
security-common:
219+
baseurl: "{{ stackhpc_repo_rocky_9_sig_security_common_url }}"
220+
description: "Rocky Linux $releasever - SIG Security Common"
221+
file: Rocky-SIG-Security-Common
222+
gpgkey: "{{ rocky_9_sig_security_gpg_key }}"
223+
gpgcheck: yes
224+
includepkgs: "openssh*"
225+
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
226+
password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}"
218227

219228
# Whether to enable EPEL repositories. This affects RedHat-based systems only.
220229
dnf_enable_epel: "{{ dnf_install_epel | bool }}"
@@ -227,6 +236,7 @@ dnf_epel_8_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-
227236
dnf_epel_9_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9"
228237

229238
rocky_9_gpg_key: "https://dl.rockylinux.org/pub/rocky/RPM-GPG-KEY-Rocky-9"
239+
rocky_9_sig_security_gpg_key: "https://dl.rockylinux.org/pub/sig/9/security/x86_64/security-common/RPM-GPG-KEY-Rocky-SIG-Security"
230240

231241
# Whether to install the epel-release package. This affects RedHat-based
232242
# systems only. Default value is 'false'.

etc/kayobe/environments/ci-aio/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstrea
7070
stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_pulp_repo_rocky_9_extras_version }}"
7171
stackhpc_repo_rocky_9_crb_version: "{{ stackhpc_pulp_repo_rocky_9_crb_version }}"
7272
stackhpc_repo_rocky_9_highavailability_version: "{{ stackhpc_pulp_repo_rocky_9_highavailability_version }}"
73+
stackhpc_repo_rocky_9_sig_security_common_version: "{{ stackhpc_pulp_repo_rocky_9_sig_security_common_version }}"
7374

7475
# Rocky-and-CI-specific Pulp urls
7576
stackhpc_include_os_minor_version_in_repo_url: true

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstrea
9595
stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_pulp_repo_rocky_9_extras_version }}"
9696
stackhpc_repo_rocky_9_crb_version: "{{ stackhpc_pulp_repo_rocky_9_crb_version }}"
9797
stackhpc_repo_rocky_9_highavailability_version: "{{ stackhpc_pulp_repo_rocky_9_highavailability_version }}"
98+
stackhpc_repo_rocky_9_sig_security_common_version: "{{ stackhpc_pulp_repo_rocky_9_sig_security_common_version }}"
9899

99100
# Rocky-and-CI-specific Pulp urls
100101
stackhpc_include_os_minor_version_in_repo_url: true

etc/kayobe/environments/ci-multinode/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstrea
6767
stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_pulp_repo_rocky_9_extras_version }}"
6868
stackhpc_repo_rocky_9_crb_version: "{{ stackhpc_pulp_repo_rocky_9_crb_version }}"
6969
stackhpc_repo_rocky_9_highavailability_version: "{{ stackhpc_pulp_repo_rocky_9_highavailability_version }}"
70+
stackhpc_repo_rocky_9_sig_security_common_version: "{{ stackhpc_pulp_repo_rocky_9_sig_security_common_version }}"
7071

7172
# Rocky-and-CI-specific Pulp urls
7273
stackhpc_include_os_minor_version_in_repo_url: true

etc/kayobe/pulp-repo-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ stackhpc_pulp_repo_rocky_9_3_baseos_version: 20231215T005810
6363
stackhpc_pulp_repo_rocky_9_3_crb_version: 20231215T005810
6464
stackhpc_pulp_repo_rocky_9_3_extras_version: 20231211T120328
6565
stackhpc_pulp_repo_rocky_9_3_highavailability_version: 20231214T005538
66+
stackhpc_pulp_repo_rocky_9_sig_security_common_version: 20240705T092559
6667
stackhpc_pulp_repo_treasuredata_4_version: 20230903T003752
6768
stackhpc_pulp_repo_ubuntu_cloud_archive_version: 20231019T125502
6869
stackhpc_pulp_repo_ubuntu_focal_security_version: 20231018T165217

etc/kayobe/pulp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,12 @@ stackhpc_pulp_rpm_repos:
433433
base_path: "rocky/9/highavailability/x86_64/os/"
434434
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
435435

436+
- name: Rocky Linux 9 - SIG Security Common
437+
url: "{{ stackhpc_release_pulp_content_url }}/rocky/sig/9/security/x86_64/security-common/{{ stackhpc_pulp_repo_rocky_9_sig_security_common_version }}"
438+
distribution_name: rocky-9-sig-security-common-
439+
base_path: "rocky/sig/9/security/x86_64/security-common/"
440+
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
441+
436442
# Additional CentOS Stream 9 repositories
437443
- name: CentOS Stream 9 - NFV OpenvSwitch
438444
url: "{{ stackhpc_release_pulp_content_url }}/centos/9-stream/nfv/x86_64/openvswitch-2/{{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"

etc/kayobe/stackhpc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_repo_distribution }}"
210210
stackhpc_repo_rocky_9_highavailability_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/rocky/{{ stackhpc_rocky_9_url_version }}/highavailability/x86_64/os/{{ stackhpc_repo_rocky_9_highavailability_version }}"
211211
stackhpc_repo_rocky_9_highavailability_version: "{{ stackhpc_repo_distribution }}"
212212

213+
# Rocky 9 SIG Security Common
214+
stackhpc_repo_rocky_9_sig_security_common_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/rocky/sig/9/security/x86_64/security-common/{{ stackhpc_repo_rocky_9_sig_security_common_version }}"
215+
stackhpc_repo_rocky_9_sig_security_common_version: "{{ stackhpc_repo_distribution }}"
216+
213217
# EPEL 9
214218
stackhpc_repo_epel_9_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/epel/9/Everything/x86_64/{{ stackhpc_repo_epel_9_version }}"
215219
stackhpc_repo_epel_9_version: "{{ stackhpc_repo_distribution }}"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
security:
3+
- |
4+
Enables the Rocky Linux 9 SIG Security Common repository, which provides
5+
updated OpenSSH packages addressing CVE-2024-6387 (regreSSHion). Other
6+
packages available in this repository are currently ignored.

0 commit comments

Comments
 (0)