File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dnf_custom_repos: "{{ stackhpc_dnf_repos if stackhpc_repos_enabled | bool else [
47
47
# To use these repos, set stackhpc_repos_enabled to true.
48
48
# This is done by default for hosts in the overcloud group via a group_vars
49
49
# 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 {}) }}"
51
51
52
52
# DOCA repositories
53
53
dnf_custom_repos_doca :
@@ -61,7 +61,7 @@ dnf_custom_repos_doca:
61
61
password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
62
62
doca-modules :
63
63
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 }}"
65
65
enabled : " {{ dnf_enable_doca | bool and dnf_enable_doca_modules | bool }}"
66
66
file : doca-modules
67
67
gpgcheck : no
You can’t perform that action at this time.
0 commit comments