We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cde55 commit 788731cCopy full SHA for 788731c
etc/kayobe/pulp.yml
@@ -365,6 +365,12 @@ stackhpc_pulp_rpm_repos:
365
base_path: "opensearch-dashboards/2.x/yum/"
366
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
367
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
+
374
# RPM repositories
375
stackhpc_pulp_repository_rpm_repos: >-
376
{%- set rpm_repos = [] -%}
0 commit comments