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 1
1
---
2
2
- name : Push OFED packages
3
3
hosts : ofed-builder
4
- gather_facts : true
5
4
vars :
6
5
venv : " /opt/kayobe/venvs/kayobe"
7
6
tasks :
11
10
12
11
- name : Generate timestamp for distribution
13
12
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 }}"
15
14
16
15
- name : Create Pulp repository for OFED
17
16
pulp.squeezer.rpm_repository :
56
55
pulp_url : " {{ stackhpc_release_pulp_url }}"
57
56
username : " {{ stackhpc_release_pulp_username }}"
58
57
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 }}"
60
59
publication : " {{ publication.publication.pulp_href }}"
61
60
base_path : " {{ stackhpc_pulp_repo_doca_ofed_rhel9.base_path }}/{{ stackhpc_doca_ofed_repo_version }}"
62
61
content_guard : " development"
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ stackhpc_pulp_doca_ofed_version: 24.07
8
8
stackhpc_pulp_repo_doca_ofed_rhel9 :
9
9
name : Mellanox Technologies doca_ofed {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
10
10
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 }}"
12
12
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