Skip to content

Commit bf3f184

Browse files
committed
Revert "Enable installing Elrepo9 for Rocky Linux 9.3 upgrade"
This reverts commit 6ffa526.
1 parent 2daa89c commit bf3f184

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
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: true
203+
dnf_install_elrepo_9: false
204204

205205
# Whether to enable docker dnf repo in stackhpc_dnf_repos
206206
dnf_enable_docker: true

etc/kayobe/environments/ci-multinode/inventory/group_vars/seed/stackhpc-dnf-repos

Lines changed: 0 additions & 3 deletions
This file was deleted.

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: "20230907T075311"
202+
stackhpc_repo_elrepo_9_version: "{{ stackhpc_repo_distribution }}"
203203

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

0 commit comments

Comments
 (0)