Skip to content

Commit 61070bb

Browse files
authored
Merge pull request #1255 from stackhpc/zed-multinode-tls
zed: ci-multinode: Add Kolla Ansible TLS config to globals.yml
2 parents 67181e8 + efa6729 commit 61070bb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yamllint disable-file
12
---
23
# Most development environments will use nested virtualisation, and we can't
34
# guarantee that nested KVM support is available. Use QEMU as a lowest common
@@ -44,3 +45,15 @@ designate_ns_record:
4445
designate_backend: "bind9"
4546
designate_recursion: "yes"
4647
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 %}

0 commit comments

Comments
 (0)