File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- # DOCA OFED configuration
2
+ # DOCA OFED configuration.
3
3
4
- # DOCA version
4
+ # ##############################################################################
5
+ # DOCA versions
5
6
stackhpc_pulp_doca_version : 2.8
6
7
7
8
# DOCA host version
@@ -11,9 +12,20 @@ stackhpc_pulp_doca_host_minor_version: 204000
11
12
# DOCA OFED version
12
13
stackhpc_pulp_doca_ofed_version : 24.07
13
14
14
- # DOCA OFED repositories
15
+ # ##############################################################################
16
+ # Pulp configuration for DOCA OFED
17
+
18
+ # Whether to sync OFED packages into the local Pulp service
19
+ stackhpc_pulp_sync_ofed : false
20
+
21
+ # OFED repository for Rocky 9
15
22
stackhpc_pulp_repo_doca_ofed_rhel9 :
16
23
name : Mellanox Technologies doca_ofed {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
17
24
url : " {{ stackhpc_release_pulp_content_url }}/doca_ofed/{{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64"
18
25
distribution_name : " mlnx-ofed-{{ stackhpc_pulp_doca_ofed_version }}-rocky-9-{{ stackhpc_pulp_repo_rocky_9_minor_version }}-"
19
26
base_path : " mlnx_ofed/{{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64"
27
+ required : " {{ stackhpc_pulp_sync_ofed | bool and stackhpc_pulp_sync_el_9 | bool }}"
28
+
29
+ # ##############################################################################
30
+ # Dummy variable to allow Ansible to accept this file.
31
+ workaround_ansible_issue_8743 : yes
Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ stackhpc_pulp_repository_rpm_repos: >-
380
380
{%- endif -%}
381
381
{%- set _ = rpm_repos.append(stackhpc_pulp_rpm_repos_default_config | combine(rpm_repo)) -%}
382
382
{%- endfor -%}
383
+ {%- set _ = rpm_repos.append(stackhpc_pulp_rpm_repos_default_config | combine(stackhpc_pulp_repo_doca_ofed_rhel9)) -%}
383
384
{{ rpm_repos }}
384
385
385
386
# Publication format is a subset of distribution.
You can’t perform that action at this time.
0 commit comments