Skip to content

Commit b4fe805

Browse files
committed
fix: add missing openbao distribution
1 parent a068f1b commit b4fe805

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

etc/kayobe/pulp.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,14 @@ stackhpc_pulp_repository_container_repos_openbao:
728728
include_tags: "{{ overcloud_vault_docker_tag }}"
729729
required: "{{ stackhpc_sync_openbao_images | bool }}"
730730

731+
# List of OpenBao container image distributions.
732+
stackhpc_pulp_distribution_container_openbao:
733+
- name: openbao
734+
repository: openbao/openbao
735+
base_path: openbao/openbao
736+
state: present
737+
required: "{{ stackhpc_sync_openbao_images | bool }}"
738+
731739
# List of extra container image repositories.
732740
stackhpc_pulp_repository_container_repos_extra: []
733741

0 commit comments

Comments
 (0)