File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
etc/kayobe/environments/ci-multinode/kolla Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,15 @@ designate_forwarders_addresses: "1.1.1.1; 8.8.8.8"
67
67
# Ensure Rabbit is deployed with HA rather than quorum queues (to test migrations)
68
68
om_enable_rabbitmq_high_availability : true
69
69
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 %}
You can’t perform that action at this time.
0 commit comments