Skip to content

Commit 4834cf6

Browse files
authored
Merge pull request #1640 from stackhpc/fix-missing-openbao-distro
fix: add missing `openbao` distribution
2 parents a068f1b + b4fe805 commit 4834cf6

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)