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)
5252# DOCA repositories
5353dnf_custom_repos_doca :
5454 doca :
55- baseurl : " {{ stackhpc_repo_rocky_doca_url }}"
55+ baseurl : " {{ stackhpc_repo_rhel9_doca_url }}"
5656 description : " DOCA Online Repo {{ stackhpc_pulp_doca_version }}"
5757 enabled : " {{ dnf_enable_doca | bool }}"
5858 file : doca
5959 gpgcheck : no
6060 username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
6161 password : " {{ stackhpc_repo_mirror_password | default(omit, true) }}"
6262 doca-modules :
63- baseurl : " {{ stackhpc_repo_rocky_doca_modules_url }}"
63+ baseurl : " {{ stackhpc_repo_rhel9_doca_modules_url }}"
6464 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
Original file line number Diff line number Diff line change @@ -52,9 +52,13 @@ stackhpc_repo_docker_ce_ubuntu_jammy_version: "{{ stackhpc_repo_distribution }}"
5252# ##############################################################################
5353# RPMs
5454
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 }}"
5862
5963# Grafana
6064stackhpc_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