File tree Expand file tree Collapse file tree 7 files changed +18
-1
lines changed Expand file tree Collapse file tree 7 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstrea
50
50
stackhpc_repo_rocky_9_extras_version : " {{ stackhpc_pulp_repo_rocky_9_extras_version }}"
51
51
stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
52
52
stackhpc_repo_rocky_9_highavailability_version : " {{ stackhpc_pulp_repo_rocky_9_highavailability_version }}"
53
+ stackhpc_repo_rocky_9_sig_security_common_version : " {{ stackhpc_pulp_repo_rocky_9_sig_security_common_version }}"
53
54
54
55
# Rocky-and-CI-specific Pulp urls
55
56
stackhpc_include_os_minor_version_in_repo_url : true
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
70
70
stackhpc_repo_rocky_9_extras_version : " {{ stackhpc_pulp_repo_rocky_9_extras_version }}"
71
71
stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
72
72
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 }}"
73
74
74
75
# Rocky-and-CI-specific Pulp urls
75
76
stackhpc_include_os_minor_version_in_repo_url : true
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstrea
47
47
stackhpc_repo_rocky_9_extras_version : " {{ stackhpc_pulp_repo_rocky_9_extras_version }}"
48
48
stackhpc_repo_rocky_9_crb_version : " {{ stackhpc_pulp_repo_rocky_9_crb_version }}"
49
49
stackhpc_repo_rocky_9_highavailability_version : " {{ stackhpc_pulp_repo_rocky_9_highavailability_version }}"
50
+ stackhpc_repo_rocky_9_sig_security_common_version : " {{ stackhpc_pulp_repo_rocky_9_sig_security_common_version }}"
50
51
51
52
# Rocky-and-CI-specific Pulp urls
52
53
stackhpc_include_os_minor_version_in_repo_url : true
Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ stackhpc_rocky_9_additional_repos:
180
180
- url : " {{ stackhpc_repo_rocky_9_highavailability_url }}"
181
181
file : " rocky-addons.repo"
182
182
tag : " highavailability"
183
+ - url : " {{ stackhpc_repo_rocky_9_sig_security_common_url }}"
184
+ file : " Rocky-SIG-Security-Common.repo"
185
+ tag : " security-common"
183
186
184
187
# List of third-party repositories for Rocky Linux 9
185
188
stackhpc_rocky_9_third_party_repos :
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ stackhpc_pulp_repo_rocky_9_3_baseos_version: 20240413T014042
31
31
stackhpc_pulp_repo_rocky_9_3_crb_version : 20240413T014042
32
32
stackhpc_pulp_repo_rocky_9_3_extras_version : 20240413T014042
33
33
stackhpc_pulp_repo_rocky_9_3_highavailability_version : 20240404T012937
34
- stackhpc_pulp_repo_ubuntu_jammy_version : 20240418T043733
34
+ stackhpc_pulp_repo_rocky_9_sig_security_common_version : 20240705T092559
35
35
stackhpc_pulp_repo_ubuntu_cloud_archive_version : 20240418T070026
36
36
stackhpc_pulp_repo_ubuntu_jammy_security_version : 20240418T043733
37
+ stackhpc_pulp_repo_ubuntu_jammy_version : 20240418T043733
Original file line number Diff line number Diff line change @@ -272,6 +272,12 @@ stackhpc_pulp_rpm_repos:
272
272
base_path : " rocky/9/highavailability/x86_64/os/"
273
273
required : " {{ stackhpc_pulp_sync_rocky_9 | bool }}"
274
274
275
+ - name : Rocky Linux 9 - SIG Security Common
276
+ url : " {{ stackhpc_release_pulp_content_url }}/rocky/sig/9/security/x86_64/security-common/{{ stackhpc_pulp_repo_rocky_9_sig_security_common_version }}"
277
+ distribution_name : rocky-9-sig-security-common-
278
+ base_path : " rocky/sig/9/security/x86_64/security-common/"
279
+ required : " {{ stackhpc_pulp_sync_rocky_9 | bool }}"
280
+
275
281
# Additional CentOS Stream 9 repositories
276
282
- name : CentOS Stream 9 - NFV OpenvSwitch
277
283
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 @@ -120,6 +120,10 @@ stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_repo_distribution }}"
120
120
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 }}"
121
121
stackhpc_repo_rocky_9_highavailability_version : " {{ stackhpc_repo_distribution }}"
122
122
123
+ # Rocky 9 SIG Security Common
124
+ 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 }}"
125
+ stackhpc_repo_rocky_9_sig_security_common_version : " {{ stackhpc_repo_distribution }}"
126
+
123
127
# EPEL 9
124
128
stackhpc_repo_epel_9_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/epel/9/Everything/x86_64/{{ stackhpc_repo_epel_9_version }}"
125
129
stackhpc_repo_epel_9_version : " {{ stackhpc_repo_distribution }}"
You can’t perform that action at this time.
0 commit comments