Skip to content

Commit ceff70a

Browse files
committed
Fix path to DOCA repositories
1 parent 72e3668 commit ceff70a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

etc/kayobe/stackhpc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ stackhpc_repo_docker_ce_ubuntu_noble_version: "{{ stackhpc_repo_distribution }}"
4949
# RPMs
5050

5151
# DOCA
52-
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 }}"
52+
stackhpc_doca_distribution: "{% if stackhpc_pulp_doca_version is version('3.2.0', '>=') %}rhel9{% else %}rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}{% endif %}"
53+
stackhpc_repo_rhel9_doca_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/doca/{{ stackhpc_pulp_doca_version }}/{{ stackhpc_doca_distribution }}/x86_64/{{ stackhpc_repo_rhel9_doca_version }}"
5354
stackhpc_repo_rhel9_doca_version: "{{ stackhpc_repo_distribution }}"
5455

5556
# DOCA Modules
56-
stackhpc_repo_rhel9_doca_modules_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/doca-modules/{{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/{{ stackhpc_repo_rhel9_doca_modules_version }}"
57+
stackhpc_repo_rhel9_doca_modules_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/doca-modules/{{ stackhpc_pulp_doca_version }}/{{ stackhpc_doca_distribution }}/x86_64/{{ stackhpc_repo_rhel9_doca_modules_version }}"
5758
stackhpc_repo_rhel9_doca_modules_version: "{{ stackhpc_repo_distribution }}"
5859

5960
# Grafana

0 commit comments

Comments
 (0)