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 11, 2024
1 parent d5a21af commit 13cb450
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/neutronapi/httpd/10-neutron-httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
## Request header rules
## as per http://httpd.apache.org/docs/2.2/mod/mod_headers.html#requestheader
{{- if $vhost.TLS }}
RequestHeader set X-Forwarded-Proto "https"
RequestHeader setIfEmpty X-Forwarded-Proto "https"
{{- else }}
RequestHeader set X-Forwarded-Proto "http"
RequestHeader setIfEmpty X-Forwarded-Proto "http"
{{- end }}

## Proxy rules
Expand Down
32 changes: 31 additions & 1 deletion zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,34 @@
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
memcached:
templates:
memcached:
replicas: 3
target:
kind: OpenStackControlPlane

0 comments on commit 13cb450

Please sign in to comment.