Skip to content

Commit e18026b

Browse files
authored
Merge pull request #472 from stackhpc/rocky-crb
Fix Rocky Linux 9 CRB repository configuration
2 parents 6237b5d + da9766a commit e18026b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

etc/kayobe/dnf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ dnf_custom_repos_rocky_9:
149149
file: rocky
150150
gpgkey: "{{ rocky_9_gpg_key }}"
151151
gpgcheck: yes
152+
crb:
153+
baseurl: "{{ stackhpc_repo_rocky_9_crb_url }}"
154+
description: "Rocky Linux $releasever - CRB"
155+
file: rocky
156+
gpgkey: "{{ rocky_9_gpg_key }}"
157+
gpgcheck: yes
152158
extras:
153159
baseurl: "{{ stackhpc_repo_rocky_9_extras_url }}"
154160
description: "Rocky Linux $releasever - Extras"

etc/kayobe/pulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ stackhpc_pulp_distribution_rpm_development:
755755
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
756756
- name: "rocky-9-crb-development"
757757
repository: Rocky Linux 9 - CRB
758-
base_path: "rocky/9/crb/x86_64/os/development"
758+
base_path: "rocky/9/CRB/x86_64/os/development"
759759
state: present
760760
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
761761
- name: "rocky-9-highavailability-development"
@@ -954,7 +954,7 @@ stackhpc_pulp_distribution_rpm_production:
954954
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
955955
- name: "rocky-9-crb-production"
956956
repository: Rocky Linux 9 - CRB
957-
base_path: "rocky/9/crb/x86_64/os/production"
957+
base_path: "rocky/9/CRB/x86_64/os/production"
958958
state: present
959959
required: "{{ stackhpc_pulp_sync_rocky_9 | bool }}"
960960
- name: "rocky-9-highavailability-production"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes synchronisation and DNF configuration of the Rocky Linux 9 CRB repository.

0 commit comments

Comments
 (0)