Skip to content

Commit

Permalink
[DNM] no tls check memcached issue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karelyatin committed Dec 9, 2024
1 parent d5a21af commit fdcc26b
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,30 @@
github-check:
jobs:
- openstack-k8s-operators-content-provider
- neutron-operator-tempest-multinode
- neutron-operator-tempest-multinode:
vars:
cifmw_install_yamls_environment:
KUBECONFIG: /home/zuul/.crc/machines/crc/kubeconfig
BMO_SETUP: 'false'
CHECKOUT_FROM_OPENSTACK_REF: 'true'
OPENSTACK_K8S_BRANCH: main
OPENSTACK_REPO: "/home/zuul/src/github.com/openstack-k8s-operators/openstack-operator"
OUT: /home/zuul/ci-framework-data/artifacts/manifests
OUTPUT_DIR: /home/zuul/ci-framework-data/artifacts/edpm
DATAPLANE_TLS_ENABLED: false
cifmw_edpm_prepare_kustomizations:
- apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: openstack
patches:
- patch: |-
apiVersion: core.openstack.org/v1beta1
kind: OpenStackControlPlane
metadata:
name: unused
spec:
tls:
podLevel:
enabled: false
target:
kind: OpenStackControlPlane

0 comments on commit fdcc26b

Please sign in to comment.