Skip to content

Commit f7b99af

Browse files
committed
WIP: Add Rocky 9 SIG Security Common repo
1 parent 2e40537 commit f7b99af

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ stackhpc_rocky_9_additional_repos:
180180
- url: "{{ stackhpc_repo_rocky_9_highavailability_url }}"
181181
file: "rocky-addons.repo"
182182
tag: "highavailability"
183+
- url: "{{ stackhpc_repo_rocky_9_sig_security_common_url }}"
184+
file: "Rocky-SIG-Security-Common.repo"
185+
tag: "sig_security_common"
183186

184187
# List of third-party repositories for Rocky Linux 9
185188
stackhpc_rocky_9_third_party_repos:

etc/kayobe/stackhpc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ stackhpc_repo_rocky_9_extras_version: "{{ stackhpc_repo_distribution }}"
120120
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 }}"
121121
stackhpc_repo_rocky_9_highavailability_version: "{{ stackhpc_repo_distribution }}"
122122

123+
# Rocky 9 SIG Security Common
124+
stackhpc_repo_rocky_9_sig_security_common_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/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+
123127
# EPEL 9
124128
stackhpc_repo_epel_9_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/epel/9/Everything/x86_64/{{ stackhpc_repo_epel_9_version }}"
125129
stackhpc_repo_epel_9_version: "{{ stackhpc_repo_distribution }}"

0 commit comments

Comments
 (0)