Skip to content

Commit 6ffa526

Browse files
committed
Enable installing Elrepo9 for Rocky Linux 9.3 upgrade
1 parent 3b30a86 commit 6ffa526

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
@@ -191,7 +191,7 @@ stackhpc_repo_epel_9_version: "{{ stackhpc_repo_distribution }}"
191191

192192
# ELRepo 9
193193
stackhpc_repo_elrepo_9_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/elrepo/elrepo/el9/x86_64/{{ stackhpc_repo_elrepo_9_version }}"
194-
stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
194+
stackhpc_repo_elrepo_9_version: "20230907T075311"
195195

196196
###############################################################################
197197
# Sources

0 commit comments

Comments
 (0)