File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 55# DOCA host version
66stackhpc_pulp_doca_version_matrix :
77 " 6 " : 2.9.3
8- " 7 " : 3.2.1
8+ " 7 " : 3.2.2
99stackhpc_pulp_doca_version : " {{ stackhpc_pulp_doca_version_matrix[stackhpc_pulp_repo_rocky_9_minor_version | string] | default('2.9.1') }}"
1010
1111# Available and tested versions of the pre-compiled doca-ofed kernel modules
@@ -21,7 +21,7 @@ stackhpc_pulp_sync_ofed: "{{ groups['mlnx'] | length > 0 }}"
2121
2222# DOCA Snapshot lookup vars
2323doca_rocky_9_minor_dot : " {% if stackhpc_pulp_doca_version is version('3.2.0', '>=') %}9{% else %}9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}{% endif %}"
24- # eg stackhpc_pulp_repo_doca_2_9_3_rhel9_6_version or stackhpc_pulp_repo_doca_3_2_1_rhel9_version
24+ # eg stackhpc_pulp_repo_doca_2_9_3_rhel9_6_version or stackhpc_pulp_repo_doca_3_2_2_rhel9_version
2525doca_version_lookup_var : " stackhpc_pulp_repo_doca_{{ stackhpc_pulp_doca_version | replace('.', '_') }}_rhel{{ doca_rocky_9_minor_dot | replace('.', '_') }}_version"
2626doca_modules_version_lookup_var : " stackhpc_pulp_repo_doca_{{ stackhpc_pulp_doca_version | replace('.', '_') }}_rhel9_{{ stackhpc_pulp_repo_rocky_9_minor_version }}_modules_version"
2727
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ stackhpc_pulp_repo_doca_2_9_1_rhel9_5_modules_version: 20250115T150314
2626stackhpc_pulp_repo_doca_2_9_1_rhel9_5_version : 20241211T171301
2727stackhpc_pulp_repo_doca_2_9_3_rhel9_6_modules_version : 20250714T141841
2828stackhpc_pulp_repo_doca_2_9_3_rhel9_6_version : 20250703T135021
29- stackhpc_pulp_repo_doca_3_2_1_rhel10_aarch64_version : 20260220T152827
30- stackhpc_pulp_repo_doca_3_2_1_rhel10_x86_64_version : 20260220T152827
31- stackhpc_pulp_repo_doca_3_2_1_rhel9_7_modules_version : 20251222T160623
32- stackhpc_pulp_repo_doca_3_2_1_rhel9_version : 20251219T132023
29+ stackhpc_pulp_repo_doca_3_2_2_rhel10_aarch64_version : 20260326T091359
30+ stackhpc_pulp_repo_doca_3_2_2_rhel10_x86_64_version : 20260326T091359
31+ stackhpc_pulp_repo_doca_3_2_2_rhel9_7_modules_version : 20251222T160623
32+ stackhpc_pulp_repo_doca_3_2_2_rhel9_version : 20260326T091359
3333stackhpc_pulp_repo_docker_ce_ubuntu_noble_version : 20260325T202053
3434stackhpc_pulp_repo_elrepo_10_aarch64_version : 20260220T152827
3535stackhpc_pulp_repo_elrepo_10_version : 20260318T213508
Original file line number Diff line number Diff line change @@ -505,10 +505,10 @@ stackhpc_pulp_rpm_repos:
505505 base_path : " mariadb-10.11/yum/rhel/10/x86_64/"
506506 required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_10 | bool }}"
507507
508- - name : DOCA Online Repo 3.2.1 - RHEL 10
509- url : " {{ stackhpc_release_pulp_content_url }}/doca/3.2.1 /rhel10/x86_64/{{ stackhpc_pulp_repo_doca_3_2_1_rhel10_x86_64_version }}"
510- distribution_name : " doca-3.2.1 -rhel10-"
511- base_path : " doca/3.2.1 /rhel10/x86_64/"
508+ - name : DOCA Online Repo 3.2.2 - RHEL 10
509+ url : " {{ stackhpc_release_pulp_content_url }}/doca/3.2.2 /rhel10/x86_64/{{ stackhpc_pulp_repo_doca_3_2_2_rhel10_x86_64_version }}"
510+ distribution_name : " doca-3.2.2 -rhel10-"
511+ base_path : " doca/3.2.2 /rhel10/x86_64/"
512512 required : " {{ stackhpc_pulp_sync_ofed | bool and stackhpc_pulp_sync_el_10 | bool }}"
513513
514514# RPM repositories
Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ stackhpc_repo_centos_stream_10_docker_version: "{{ stackhpc_repo_distribution }}
201201stackhpc_repo_rhel_10_mariadb_10_11_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/mariadb-10.11/yum/rhel/10/{{ kolla_base_arch }}/{{ stackhpc_repo_rhel_10_mariadb_10_11_version }}"
202202stackhpc_repo_rhel_10_mariadb_10_11_version : " {{ stackhpc_repo_distribution }}"
203203
204- # DOCA Repository 3.2.1 for RHEL 10
205- stackhpc_repo_rhel10_doca_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/doca/3.2.1 /rhel10/{{ kolla_base_arch }}/{{ stackhpc_repo_rhel10_doca_version }}"
204+ # DOCA Repository 3.2.2 for RHEL 10
205+ stackhpc_repo_rhel10_doca_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/doca/3.2.2 /rhel10/{{ kolla_base_arch }}/{{ stackhpc_repo_rhel10_doca_version }}"
206206stackhpc_repo_rhel10_doca_version : " {{ stackhpc_repo_distribution }}"
207207
208208# ##############################################################################
You can’t perform that action at this time.
0 commit comments