File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11---
22- name : Push OFED packages
33 hosts : ofed-builder
4- gather_facts : true
54 vars :
65 venv : " /opt/kayobe/venvs/kayobe"
76 tasks :
1110
1211 - name : Generate timestamp for distribution
1312 ansible.builtin.set_fact :
14- stackhpc_doca_ofed_repo_version : " {{ ansible_date_time.iso8601_basic_short }}"
13+ stackhpc_doca_ofed_repo_version : " {{ '%Y%m%dT%H%M%S' | strftime }}"
1514
1615 - name : Create Pulp repository for OFED
1716 pulp.squeezer.rpm_repository :
5655 pulp_url : " {{ stackhpc_release_pulp_url }}"
5756 username : " {{ stackhpc_release_pulp_username }}"
5857 password : " {{ stackhpc_release_pulp_password }}"
59- name : " {{ stackhpc_pulp_repo_doca_ofed_rhel9.distribution_name }} ~ {{ stackhpc_doca_ofed_repo_version }}"
58+ name : " {{ stackhpc_pulp_repo_doca_ofed_rhel9.distribution_name }}- {{ stackhpc_doca_ofed_repo_version }}"
6059 publication : " {{ publication.publication.pulp_href }}"
6160 base_path : " {{ stackhpc_pulp_repo_doca_ofed_rhel9.base_path }}/{{ stackhpc_doca_ofed_repo_version }}"
6261 content_guard : " development"
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ stackhpc_pulp_doca_ofed_version: 24.07
88stackhpc_pulp_repo_doca_ofed_rhel9 :
99 name : Mellanox Technologies doca_ofed {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
1010 url : " {{ stackhpc_release_pulp_content_url }}/doca_ofed/{{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64"
11- distribution_name : " mlnx-ofed-{{ stackhpc_pulp_doca_ofed_version }}-rocky-9-{{ stackhpc_pulp_repo_rocky_9_minor_version }}- "
11+ distribution_name : " mlnx-ofed-{{ stackhpc_pulp_doca_ofed_version }}-rocky-9-{{ stackhpc_pulp_repo_rocky_9_minor_version }}"
1212 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