Skip to content

Commit 788731c

Browse files
Add DOCA Repo to local pulp sync
1 parent 75cde55 commit 788731c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/kayobe/pulp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,12 @@ 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 }}"
370+
distribution_name: "doca-"
371+
base_path: "doca/2.8.0/rhel9.4/x86_64/"
372+
required: "{{ stackhpc_pulp_sync_el_9 }}"
373+
368374
# RPM repositories
369375
stackhpc_pulp_repository_rpm_repos: >-
370376
{%- set rpm_repos = [] -%}

0 commit comments

Comments
 (0)