File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
pulp_url : " {{ stackhpc_release_pulp_url }}"
12
12
username : " {{ stackhpc_release_pulp_username }}"
13
13
password : " {{ stackhpc_release_pulp_password }}"
14
- name : " {{ stackhpc_pulp_repo_mlnx_ofed_rhel9 .name }}"
14
+ name : " {{ stackhpc_pulp_repo_doca_ofed_rhel9 .name }}"
15
15
state : present
16
16
retries : " {{ pulp_timeout_retries | default(3) }}"
17
17
24
24
--password '{{ stackhpc_release_pulp_password }}' \
25
25
rpm content \
26
26
--type package upload \
27
- --repository '{{ stackhpc_pulp_repo_mlnx_ofed_rhel9 .name }}' \
27
+ --repository '{{ stackhpc_pulp_repo_doca_ofed_rhel9 .name }}' \
28
28
--file {{ item }} \
29
29
with_fileglob : " /home/cloud-user/ofed/*.rpm"
30
30
no_log : true
34
34
pulp_url : " {{ stackhpc_release_pulp_url }}"
35
35
username : " {{ stackhpc_release_pulp_username }}"
36
36
password : " {{ stackhpc_release_pulp_password }}"
37
- repository : " {{ stackhpc_pulp_repo_mlnx_ofed_rhel9 .name }}"
37
+ repository : " {{ stackhpc_pulp_repo_doca_ofed_rhel9 .name }}"
38
38
state : present
39
39
register : publication
40
40
43
43
pulp_url : " {{ stackhpc_release_pulp_url }}"
44
44
username : " {{ stackhpc_release_pulp_username }}"
45
45
password : " {{ stackhpc_release_pulp_password }}"
46
- name : " {{ stackhpc_pulp_repo_mlnx_ofed_rhel9 .distribution_name }}"
46
+ name : " {{ stackhpc_pulp_repo_doca_ofed_rhel9 .distribution_name }}"
47
47
publication : " {{ publication.publication.pulp_href }}"
48
- base_path : " {{ stackhpc_pulp_repo_mlnx_ofed_rhel9 .base_path }}"
48
+ base_path : " {{ stackhpc_pulp_repo_doca_ofed_rhel9 .base_path }}"
49
49
state : present
Original file line number Diff line number Diff line change @@ -413,14 +413,14 @@ stackhpc_pulp_distribution_rpm_production: >-
413
413
{{ prod_dists }}
414
414
415
415
# ##############################################################################
416
- # Mellanox OFED
416
+ # DOCA OFED
417
417
418
- # Mellanox OFED version
418
+ # DOCA OFED version
419
419
stackhpc_pulp_doca_ofed_version : 24.07
420
420
421
- # Mellanox OFED repositories
422
- stackhpc_pulp_repo_mlnx_ofed_rhel9 :
423
- name : Mellanox Technologies mlnx_ofed {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
421
+ # DOCA OFED repositories
422
+ stackhpc_pulp_repo_doca_ofed_rhel9 :
423
+ name : Mellanox Technologies doca_ofed {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
424
424
url : " {{ stackhpc_release_pulp_content_url }}/doca_ofed/{{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64"
425
425
distribution_name : " mlnx-ofed-{{ stackhpc_pulp_doca_ofed_version }}-rocky-9-{{ stackhpc_pulp_repo_rocky_9_minor_version }}-"
426
426
base_path : " mlnx_ofed/{{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/"
You can’t perform that action at this time.
0 commit comments