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.
openbao
1 parent a068f1b commit b4fe805Copy full SHA for b4fe805
etc/kayobe/pulp.yml
@@ -728,6 +728,14 @@ stackhpc_pulp_repository_container_repos_openbao:
728
include_tags: "{{ overcloud_vault_docker_tag }}"
729
required: "{{ stackhpc_sync_openbao_images | bool }}"
730
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
+
739
# List of extra container image repositories.
740
stackhpc_pulp_repository_container_repos_extra: []
741
0 commit comments