Skip to content

Commit a823e72

Browse files
committed
Merge branch 'zed-multinode-tls' into 2023.1-multinode-upgrade-test
2 parents 4a1749f + 4a45e6c commit a823e72

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,15 @@ designate_forwarders_addresses: "1.1.1.1; 8.8.8.8"
6767
# Ensure Rabbit is deployed with HA rather than quorum queues (to test migrations)
6868
om_enable_rabbitmq_high_availability: true
6969
om_enable_rabbitmq_quorum_queues: false
70+
71+
{% if kolla_enable_tls_internal | bool %}
72+
############################################################################
73+
# Internal and backend TLS configuration
74+
75+
# Copy the self-signed CA into the kolla containers
76+
kolla_copy_ca_into_containers: "yes"
77+
openstack_cacert: "{{ '/etc/pki/tls/certs/ca-bundle.crt' if os_distribution == 'rocky' else '/etc/ssl/certs/ca-certificates.crt' }}"
78+
kolla_enable_tls_backend: "yes"
79+
rabbitmq_enable_tls: "yes"
80+
81+
{% endif %}

0 commit comments

Comments
 (0)