Skip to content

Commit

Permalink
Merge pull request #393 from xek/disable_tlse
Browse files Browse the repository at this point in the history
Disable TLS-E
fao89 authored Apr 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents f9234ce + d1a781a commit 9e64833
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs_user/modules/openstack-backend_services_deployment.adoc
Original file line number Diff line number Diff line change
@@ -148,6 +148,10 @@ spec:
secret: osp-secret
storageClass: local-storage
tls:
podLevel:
enabled: false
barbican:
enabled: false
template:
1 change: 1 addition & 0 deletions docs_user/modules/openstack-dataplane_adoption.adoc
Original file line number Diff line number Diff line change
@@ -260,6 +260,7 @@ kind: OpenStackDataPlaneNodeSet
metadata:
name: openstack
spec:
tlsEnabled: false
networkAttachments:
- ctlplane
preProvisioned: true
11 changes: 11 additions & 0 deletions tests/config/base/openstack_control_plane.yaml
Original file line number Diff line number Diff line change
@@ -6,6 +6,17 @@ spec:
secret: osp-secret
storageClass: local-storage

tls:
podLevel:
enabled: false

barbican:
enabled: false
template:
barbicanAPI: {}
barbicanWorker: {}
barbicanKeystoneListener: {}

cinder:
enabled: false
template:
1 change: 1 addition & 0 deletions tests/roles/dataplane_adoption/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -149,6 +149,7 @@
metadata:
name: openstack
spec:
tlsEnabled: false
networkAttachments:
- ctlplane
preProvisioned: true

0 comments on commit 9e64833

Please sign in to comment.