File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ stackhpc_dnf_repos: "{{ dnf_custom_repos_el9 | combine(dnf_custom_repos_rocky_9)
52
52
# DOCA repositories
53
53
dnf_custom_repos_doca :
54
54
doca :
55
- baseurl : " {{ stackhpc_repo_rocky_doca_url }}"
55
+ baseurl : " {{ stackhpc_repo_rhel9_doca_url }}"
56
56
description : " DOCA Online Repo {{ stackhpc_pulp_doca_version }}"
57
57
enabled : " {{ dnf_enable_doca | bool }}"
58
58
file : doca
59
59
gpgcheck : no
60
60
username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
61
61
password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
62
62
doca-modules :
63
- baseurl : " {{ stackhpc_repo_rocky_doca_modules_url }}"
63
+ baseurl : " {{ stackhpc_repo_rhel9_doca_modules_url }}"
64
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
Original file line number Diff line number Diff line change @@ -52,9 +52,13 @@ stackhpc_repo_docker_ce_ubuntu_jammy_version: "{{ stackhpc_repo_distribution }}"
52
52
# ##############################################################################
53
53
# RPMs
54
54
55
- # OFED
56
- stackhpc_repo_ofed_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/doca_ofed/{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/{{ stackhpc_repo_rocky_9_doca_ofed_version }}"
57
- stackhpc_repo_rocky_9_doca_ofed_version : " {{ stackhpc_repo_distribution }}"
55
+ # DOCA
56
+ stackhpc_repo_rhel9_doca_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/doca/{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/{{ stackhpc_repo_rhel9_doca_version }}"
57
+ stackhpc_repo_rhel9_doca_version : " {{ stackhpc_repo_distribution }}"
58
+
59
+ # DOCA Modules
60
+ stackhpc_repo_rhel9_doca_modules_url : " {{ stackhpc_pulp_repo_doca_ofed_rhel9.url }}/{{ stackhpc_repo_rhel9_doca_modules_version }}"
61
+ stackhpc_repo_rhel9_doca_modules_version : " {{ stackhpc_repo_distribution }}"
58
62
59
63
# Grafana
60
64
stackhpc_repo_grafana_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/grafana/oss/rpm/{{ stackhpc_repo_grafana_version }}"
You can’t perform that action at this time.
0 commit comments