Skip to content

Commit b121940

Browse files
karelyatinevallesp
authored andcommitted
Temporary override keystone config in job v2
Until [1] get's included in RDO antelope and promoted temporary patch to workaround the issue. Previous PR[2] applied it on one job, moving it to parent job to cover other impacted jobs. [1] https://review.opendev.org/c/openstack/oslo.cache/+/952014 [2] #3049 Related-Issue: #OSPCIX-901
1 parent 6c6a85a commit b121940

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

zuul.d/edpm_multinode.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,26 @@
317317
cifmw_extras:
318318
- '@scenarios/centos-9/multinode-ci.yml'
319319
- '@scenarios/centos-9/horizon.yml'
320+
# Temporary until https://review.opendev.org/c/openstack/oslo.cache/+/952014
321+
# is included in rdo and promoted
322+
cifmw_edpm_prepare_kustomizations:
323+
- apiVersion: kustomize.config.k8s.io/v1beta1
324+
kind: Kustomization
325+
namespace: openstack
326+
patches:
327+
- patch: |-
328+
apiVersion: core.openstack.org/v1beta1
329+
kind: OpenStackControlPlane
330+
metadata:
331+
name: unused
332+
spec:
333+
keystone:
334+
template:
335+
customServiceConfig: |
336+
[cache]
337+
memcache_sasl_enabled = true
338+
target:
339+
kind: OpenStackControlPlane
320340
run:
321341
- ci/playbooks/edpm/run.yml
322342

zuul.d/tempest_multinode.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,6 @@
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
9575
cifmw_test_operator_tempest_include_list: |
9676
^tempest.api.identity.*.v3
9777
^tempest.api.volume

0 commit comments

Comments
 (0)