Skip to content

Commit 35608d8

Browse files
owenjonesAlex-Welsh
authored andcommitted
Add additional repository for Rocky 10
1 parent b8eb065 commit 35608d8

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

etc/kayobe/dnf.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ dnf_custom_repos_rocky_9:
198198
description: "Rocky Linux $releasever - Security"
199199
enabled: "{{ dnf_enable_rocky_security | bool }}"
200200
file: rocky-security
201-
gpgkey: "{{ rocky_9_gpg_key }}"
201+
gpgkey: "{{ dnf_rocky_9_gpg_key_url }}"
202202
gpgcheck: yes
203203
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
204204
password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}"
@@ -245,6 +245,15 @@ dnf_custom_repos_rocky_10:
245245
gpgcheck: yes
246246
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
247247
password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}"
248+
security:
249+
baseurl: "{{ stackhpc_repo_rocky_10_security_url }}"
250+
description: "Rocky Linux $releasever - Security"
251+
enabled: "{{ dnf_enable_rocky_security | bool }}"
252+
file: rocky-security
253+
gpgkey: "{{ dnf_rocky_10_gpg_key_url }}"
254+
gpgcheck: yes
255+
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
256+
password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}"
248257

249258
# GPG key urls
250259
dnf_docker_gpg_key_url: "https://download.docker.com/linux/centos/gpg"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ stackhpc_repo_rocky_10_baseos_version: "{{ stackhpc_pulp_repo_rocky_10_baseos_ve
5353
stackhpc_repo_rocky_10_crb_version: "{{ stackhpc_pulp_repo_rocky_10_crb_version }}"
5454
stackhpc_repo_rocky_10_extras_version: "{{ stackhpc_pulp_repo_rocky_10_extras_version }}"
5555
stackhpc_repo_rocky_10_highavailability_version: "{{ stackhpc_pulp_repo_rocky_10_highavailability_version }}"
56+
stackhpc_repo_rocky_10_security_version: "{{ stackhpc_pulp_repo_rocky_10_security_version }}"
5657
stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstream_version }}"
5758
stackhpc_repo_rocky_9_baseos_version: "{{ stackhpc_pulp_repo_rocky_9_baseos_version }}"
5859
stackhpc_repo_rocky_9_crb_version: "{{ stackhpc_pulp_repo_rocky_9_crb_version }}"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ stackhpc_repo_rocky_10_baseos_version: "{{ stackhpc_pulp_repo_rocky_10_baseos_ve
8585
stackhpc_repo_rocky_10_crb_version: "{{ stackhpc_pulp_repo_rocky_10_crb_version }}"
8686
stackhpc_repo_rocky_10_extras_version: "{{ stackhpc_pulp_repo_rocky_10_extras_version }}"
8787
stackhpc_repo_rocky_10_highavailability_version: "{{ stackhpc_pulp_repo_rocky_10_highavailability_version }}"
88+
stackhpc_repo_rocky_10_security_version: "{{ stackhpc_pulp_repo_rocky_10_security_version }}"
8889
stackhpc_repo_rocky_9_appstream_version: "{{ stackhpc_pulp_repo_rocky_9_appstream_version }}"
8990
stackhpc_repo_rocky_9_baseos_version: "{{ stackhpc_pulp_repo_rocky_9_baseos_version }}"
9091
stackhpc_repo_rocky_9_crb_version: "{{ stackhpc_pulp_repo_rocky_9_crb_version }}"

0 commit comments

Comments
 (0)