File tree Expand file tree Collapse file tree 7 files changed +23
-0
lines changed
Expand file tree Collapse file tree 7 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,14 @@ 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+ username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
225+ password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
218226
219227# Whether to enable EPEL repositories. This affects RedHat-based systems only.
220228dnf_enable_epel : " {{ dnf_install_epel | bool }}"
@@ -227,6 +235,7 @@ dnf_epel_8_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-
227235dnf_epel_9_gpg_key_url : " https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-9"
228236
229237rocky_9_gpg_key : " https://dl.rockylinux.org/pub/rocky/RPM-GPG-KEY-Rocky-9"
238+ rocky_9_sig_security_gpg_key : " https://dl.rockylinux.org/pub/sig/9/security/x86_64/security-common/RPM-GPG-KEY-Rocky-SIG-Security"
230239
231240# Whether to install the epel-release package. This affects RedHat-based
232241# systems only. Default value is 'false'.
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstrea
7070stackhpc_repo_rocky_9_extras_version : " {{ stackhpc_pulp_repo_rocky_9_extras_version }}"
7171stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
7272stackhpc_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
7576stackhpc_include_os_minor_version_in_repo_url : true
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstrea
9595stackhpc_repo_rocky_9_extras_version : " {{ stackhpc_pulp_repo_rocky_9_extras_version }}"
9696stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
9797stackhpc_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
100101stackhpc_include_os_minor_version_in_repo_url : true
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstrea
6767stackhpc_repo_rocky_9_extras_version : " {{ stackhpc_pulp_repo_rocky_9_extras_version }}"
6868stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
6969stackhpc_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
7273stackhpc_include_os_minor_version_in_repo_url : true
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ stackhpc_pulp_repo_rocky_9_3_baseos_version: 20231215T005810
6363stackhpc_pulp_repo_rocky_9_3_crb_version : 20231215T005810
6464stackhpc_pulp_repo_rocky_9_3_extras_version : 20231211T120328
6565stackhpc_pulp_repo_rocky_9_3_highavailability_version : 20231214T005538
66+ stackhpc_pulp_repo_rocky_9_sig_security_common_version : 20240705T092559
6667stackhpc_pulp_repo_treasuredata_4_version : 20230903T003752
6768stackhpc_pulp_repo_ubuntu_cloud_archive_version : 20231019T125502
6869stackhpc_pulp_repo_ubuntu_focal_security_version : 20231018T165217
Original file line number Diff line number Diff 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 }}"
Original file line number Diff line number Diff line change @@ -210,6 +210,10 @@ stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_repo_distribution }}"
210210stackhpc_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 }}"
211211stackhpc_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
214218stackhpc_repo_epel_9_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/epel/9/Everything/x86_64/{{ stackhpc_repo_epel_9_version }}"
215219stackhpc_repo_epel_9_version : " {{ stackhpc_repo_distribution }}"
You can’t perform that action at this time.
0 commit comments