Skip to content

Commit f7f8c57

Browse files
karelyatinbshewale
authored andcommitted
Temporary override keystone config in job
Until [1] get's included in RDO antelope and promoted temporary patch to workaround the issue. [1] https://review.opendev.org/c/openstack/oslo.cache/+/952014 Related-Issue: #OSPCIX-901
1 parent b0fbfb3 commit f7f8c57

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

zuul.d/tempest_multinode.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,26 @@
7272
- '@scenarios/centos-9/ci.yml'
7373
- '@scenarios/centos-9/multinode-ci.yml'
7474
- '@scenarios/centos-9/ceph_backends.yml'
75+
# Temporary until https://review.opendev.org/c/openstack/oslo.cache/+/952014
76+
# is included in rdo and promoted
77+
cifmw_edpm_prepare_kustomizations:
78+
- apiVersion: kustomize.config.k8s.io/v1beta1
79+
kind: Kustomization
80+
namespace: openstack
81+
patches:
82+
- patch: |-
83+
apiVersion: core.openstack.org/v1beta1
84+
kind: OpenStackControlPlane
85+
metadata:
86+
name: unused
87+
spec:
88+
keystone:
89+
template:
90+
customServiceConfig: |
91+
[cache]
92+
memcache_sasl_enabled = true
93+
target:
94+
kind: OpenStackControlPlane
7595
cifmw_test_operator_tempest_include_list: |
7696
^tempest.api.identity.*.v3
7797
^tempest.api.volume

0 commit comments

Comments
 (0)