File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
etc/kayobe/environments/ci-multinode/kolla Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ # yamllint disable-file
1
2
---
2
3
# Most development environments will use nested virtualisation, and we can't
3
4
# guarantee that nested KVM support is available. Use QEMU as a lowest common
@@ -44,3 +45,15 @@ designate_ns_record:
44
45
designate_backend : " bind9"
45
46
designate_recursion : " yes"
46
47
designate_forwarders_addresses : " 1.1.1.1; 8.8.8.8"
48
+
49
+ {% if kolla_enable_tls_internal | bool %}
50
+ # ###########################################################################
51
+ # Internal and backend TLS configuration
52
+
53
+ # Copy the self-signed CA into the kolla containers
54
+ kolla_copy_ca_into_containers : " yes"
55
+ openstack_cacert : " {{ '/etc/pki/tls/certs/ca-bundle.crt' if os_distribution == 'rocky' else '/etc/ssl/certs/ca-certificates.crt' }}"
56
+ kolla_enable_tls_backend : " yes"
57
+ rabbitmq_enable_tls : " yes"
58
+
59
+ {% endif %}
You can’t perform that action at this time.
0 commit comments