Skip to content

Commit 98f9319

Browse files
Fix DNF templating
1 parent 37956e7 commit 98f9319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/dnf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dnf_custom_repos: "{{ stackhpc_dnf_repos if stackhpc_repos_enabled | bool else [
4747
# To use these repos, set stackhpc_repos_enabled to true.
4848
# This is done by default for hosts in the overcloud group via a group_vars
4949
# file.
50-
stackhpc_dnf_repos: "{{ dnf_custom_repos_el9 | combine(dnf_custom_repos_rocky_9) | combine(dnf_custom_repos_elrepo_9 if dnf_install_elrepo_9 | bool else {}) | combine(dnf_custom_repos_ofed if dnf_install_doca | bool else {}) }}"
50+
stackhpc_dnf_repos: "{{ dnf_custom_repos_el9 | combine(dnf_custom_repos_rocky_9) | combine(dnf_custom_repos_elrepo_9 if dnf_install_elrepo_9 | bool else {}) | combine(dnf_custom_repos_doca if dnf_install_doca | bool else {}) }}"
5151

5252
# DOCA repositories
5353
dnf_custom_repos_doca:
@@ -61,7 +61,7 @@ dnf_custom_repos_doca:
6161
password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}"
6262
doca-modules:
6363
baseurl: "{{ stackhpc_repo_rocky_doca_modules_url }}"
64-
description: "DOCA Modules Repo {{ stackhpc_pulp_doca_version }}"
64+
description: "OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}"
6565
enabled: "{{ dnf_enable_doca | bool and dnf_enable_doca_modules | bool }}"
6666
file: doca-modules
6767
gpgcheck: no

0 commit comments

Comments
 (0)