Skip to content

Commit 153763e

Browse files
Replace MLNX with DOCA
1 parent 50c99c2 commit 153763e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

etc/kayobe/ansible/push-ofed.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
pulp_url: "{{ stackhpc_release_pulp_url }}"
1212
username: "{{ stackhpc_release_pulp_username }}"
1313
password: "{{ stackhpc_release_pulp_password }}"
14-
name: "{{ stackhpc_pulp_repo_mlnx_ofed_rhel9.name }}"
14+
name: "{{ stackhpc_pulp_repo_doca_ofed_rhel9.name }}"
1515
state: present
1616
retries: "{{ pulp_timeout_retries | default(3) }}"
1717

@@ -24,7 +24,7 @@
2424
--password '{{ stackhpc_release_pulp_password }}' \
2525
rpm content \
2626
--type package upload \
27-
--repository '{{ stackhpc_pulp_repo_mlnx_ofed_rhel9.name }}' \
27+
--repository '{{ stackhpc_pulp_repo_doca_ofed_rhel9.name }}' \
2828
--file {{ item }} \
2929
with_fileglob: "/home/cloud-user/ofed/*.rpm"
3030
no_log: true
@@ -34,7 +34,7 @@
3434
pulp_url: "{{ stackhpc_release_pulp_url }}"
3535
username: "{{ stackhpc_release_pulp_username }}"
3636
password: "{{ stackhpc_release_pulp_password }}"
37-
repository: "{{ stackhpc_pulp_repo_mlnx_ofed_rhel9.name }}"
37+
repository: "{{ stackhpc_pulp_repo_doca_ofed_rhel9.name }}"
3838
state: present
3939
register: publication
4040

@@ -43,7 +43,7 @@
4343
pulp_url: "{{ stackhpc_release_pulp_url }}"
4444
username: "{{ stackhpc_release_pulp_username }}"
4545
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 }}"
4747
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 }}"
4949
state: present

etc/kayobe/pulp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,14 +413,14 @@ stackhpc_pulp_distribution_rpm_production: >-
413413
{{ prod_dists }}
414414
415415
###############################################################################
416-
# Mellanox OFED
416+
# DOCA OFED
417417

418-
# Mellanox OFED version
418+
# DOCA OFED version
419419
stackhpc_pulp_doca_ofed_version: 24.07
420420

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 }}
424424
url: "{{ stackhpc_release_pulp_content_url }}/doca_ofed/{{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64"
425425
distribution_name: "mlnx-ofed-{{ stackhpc_pulp_doca_ofed_version }}-rocky-9-{{ stackhpc_pulp_repo_rocky_9_minor_version }}-"
426426
base_path: "mlnx_ofed/{{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/"

0 commit comments

Comments
 (0)