Skip to content

Commit b85e441

Browse files
amoralejopenshift-merge-bot[bot]
authored andcommitted
Disable barbican service in scenario applied to centos10-master
Currently, the deployment of barbican in master is broken [1]. This patch is disabling barbican in the scenario applied to the affected job, watcher-operator-validation-master. [1] https://bugs.launchpad.net/barbican/+bug/2152897 Signed-off-by: Alfredo Moralejo <amoralej@redhat.com>
1 parent 82c6f3e commit b85e441

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

ci/scenarios/edpm.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,17 @@ cifmw_edpm_prepare_kustomizations:
167167
target:
168168
kind: OpenStackControlPlane
169169
170+
- patch: |-
171+
apiVersion: core.openstack.org/v1beta1
172+
kind: OpenStackControlPlane
173+
metadata:
174+
name: controlplane
175+
spec:
176+
barbican:
177+
enabled: false
178+
target:
179+
kind: OpenStackControlPlane
180+
170181
cifmw_edpm_prepare_timeout: 60
171182

172183
cifmw_install_yamls_whitelisted_vars:

0 commit comments

Comments
 (0)