Skip to content

Commit 9f49b49

Browse files
committed
fix: use overcloud_openbao_docker_tag for OpenBao
Pulp was configured to use `overcloud_vault_docker_tag` for `include_tags` for `OpenBao` repository. This would not work as the tags are not the same. This would silently fail during a `pulp-container-sync`.
1 parent 5e02047 commit 9f49b49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ stackhpc_pulp_repository_container_repos_openbao:
730730
policy: on_demand
731731
proxy_url: "{{ pulp_proxy_url }}"
732732
state: present
733-
include_tags: "{{ overcloud_vault_docker_tag }}"
733+
include_tags: "{{ overcloud_openbao_docker_tag }}"
734734
required: "{{ stackhpc_sync_openbao_images | bool }}"
735735

736736
# List of OpenBao container image distributions.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Ensure that the correct tag is used for ``OpenBao`` repository in ``Pulp``.

0 commit comments

Comments
 (0)