Skip to content

Commit 16ba9e2

Browse files
Use dash instead
1 parent f5651dd commit 16ba9e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/kayobe/ansible/push-ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
pulp_url: "{{ stackhpc_release_pulp_url }}"
5656
username: "{{ stackhpc_release_pulp_username }}"
5757
password: "{{ stackhpc_release_pulp_password }}"
58-
name: "{{ stackhpc_pulp_repo_doca_ofed_rhel9.distribution_name }}-{{ ofed_tag }}"
58+
name: "{{ stackhpc_pulp_repo_doca_ofed_rhel9.distribution_name }}{{ ofed_tag }}"
5959
publication: "{{ publication.publication.pulp_href }}"
6060
content_guard: development
6161
base_path: "{{ stackhpc_pulp_repo_doca_ofed_rhel9.base_path }/{{ ofed_tag }}"

etc/kayobe/ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ stackhpc_pulp_doca_ofed_version: 24.07
1515
stackhpc_pulp_repo_doca_ofed_rhel9:
1616
name: Mellanox Technologies doca_ofed {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
1717
url: "{{ stackhpc_release_pulp_content_url }}/doca_ofed/{{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64"
18-
distribution_name: "mlnx-ofed-{{ stackhpc_pulp_doca_ofed_version }}-rocky-9-{{ stackhpc_pulp_repo_rocky_9_minor_version }}"
18+
distribution_name: "mlnx-ofed-{{ stackhpc_pulp_doca_ofed_version }}-rocky-9-{{ stackhpc_pulp_repo_rocky_9_minor_version }}-"
1919
base_path: "mlnx_ofed/{{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64"

0 commit comments

Comments
 (0)