File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
environments/ci-multinode/inventory/group_vars/seed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ rocky_9_gpg_key: "https://dl.rockylinux.org/pub/rocky/RPM-GPG-KEY-Rocky-9"
200
200
201
201
# Whether to create a repo file for ELRepo. This affects RedHat-based
202
202
# systems only.
203
- dnf_install_elrepo_9 : false
203
+ dnf_install_elrepo_9 : true
204
204
205
205
# Whether to enable docker dnf repo in stackhpc_dnf_repos
206
206
dnf_enable_docker : true
Original file line number Diff line number Diff line change
1
+ ---
2
+ # To ensure seed can install packages during `kayobe seed host configure`
3
+ dnf_custom_repos: "{{ stackhpc_dnf_repos }}"
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ stackhpc_repo_epel_9_version: "{{ stackhpc_repo_distribution }}"
191
191
192
192
# ELRepo 9
193
193
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 "
195
195
196
196
# ##############################################################################
197
197
# Sources
You can’t perform that action at this time.
0 commit comments