Skip to content

Commit 43ada38

Browse files
authored
Merge pull request #1846 from stackhpc/globally-disable-database-tls
Move database TLS disable config to general kolla config
2 parents 2f90554 + 915d547 commit 43ada38

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

etc/kayobe/environments/ci-multinode/kolla/globals.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ kolla_enable_tls_backend: "yes"
1515
# Enable RabbitMQ TLS
1616
rabbitmq_enable_tls: "yes"
1717

18-
# Disable database TLS
19-
database_enable_tls_internal: false
20-
database_enable_tls_backend: false
21-
2218
############################################################################
2319
# Most development environments will use nested virtualisation, and we can't
2420
# guarantee that nested KVM support is available. Use QEMU as a lowest common

etc/kayobe/kolla/globals.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,8 @@ prometheus_blackbox_exporter_endpoints_kayobe:
6060
prometheus_openstack_exporter_interval: "{{ stackhpc_prometheus_openstack_exporter_interval }}s"
6161

6262
rabbitmq_image: "{% raw %}{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/rabbitmq-4-1{% endraw %}"
63+
64+
# NOTE(seunghun1ee) Disable database TLS until ProxySQL 2.7 gets bug fix for
65+
# https://github.com/sysown/proxysql/issues/4877 or K-A bumps ProxySQL to 3.x.
66+
database_enable_tls_internal: false
67+
database_enable_tls_backend: false

0 commit comments

Comments
 (0)