Skip to content

Commit 594b898

Browse files
Use host version variable
1 parent 788731c commit 594b898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/kayobe/pulp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ stackhpc_pulp_rpm_repos:
365365
base_path: "opensearch-dashboards/2.x/yum/"
366366
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
367367

368-
- name: DOCA Online Repo 2.8.0
369-
url: "{{ stackhpc_release_pulp_content_url }}/doca/2.8.0/rhel9.4/x86_64/{{ stackhpc_pulp_repo_doca_version }}"
368+
- name: DOCA Online Repo {{ stackhpc_pulp_doca_host_version }}
369+
url: "{{ stackhpc_release_pulp_content_url }}/doca/{{ stackhpc_pulp_doca_host_version }}/rhel9.4/x86_64/{{ stackhpc_pulp_repo_doca_version }}"
370370
distribution_name: "doca-"
371-
base_path: "doca/2.8.0/rhel9.4/x86_64/"
371+
base_path: "doca/{{ stackhpc_pulp_doca_host_version }}/rhel9.4/x86_64/"
372372
required: "{{ stackhpc_pulp_sync_el_9 }}"
373373

374374
# RPM repositories

0 commit comments

Comments
 (0)