Skip to content

Commit f37961e

Browse files
committed
Enable installing Elrepo9 for Rocky Linux 9.3 upgrade
1 parent 4965e65 commit f37961e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

etc/kayobe/dnf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ rocky_9_gpg_key: "https://dl.rockylinux.org/pub/rocky/RPM-GPG-KEY-Rocky-9"
200200

201201
# Whether to create a repo file for ELRepo. This affects RedHat-based
202202
# systems only.
203-
dnf_install_elrepo_9: false
203+
dnf_install_elrepo_9: true
204204

205205
# Whether to enable docker dnf repo in stackhpc_dnf_repos
206206
dnf_enable_docker: true
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
# To ensure seed can install packages during `kayobe seed host configure`
3+
dnf_custom_repos: "{{ stackhpc_dnf_repos }}"

etc/kayobe/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ stackhpc_repo_epel_9_version: "{{ stackhpc_repo_distribution }}"
199199

200200
# ELRepo 9
201201
stackhpc_repo_elrepo_9_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/elrepo/elrepo/el9/x86_64/{{ stackhpc_repo_elrepo_9_version }}"
202-
stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
202+
stackhpc_repo_elrepo_9_version: "20230907T075311"
203203

204204
###############################################################################
205205
# Sources

0 commit comments

Comments
 (0)