File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ Enable the required TLS variables in kayobe and kolla
239239
240240 # Whether TLS is enabled for the external API endpoints. Default is 'no'.
241241 kolla_enable_tls_external: yes
242+ kolla_public_openrc_cacert: "{{ '/etc/pki/tls/certs/ca-bundle.crt' if os_distribution in ['centos', 'rocky'] else '/etc/ssl/certs/ca-certificates.crt' }}"
242243
243244 See :ref: `tempest-cacert ` for information on adding CA certificates to the trust store when running Tempest.
244245
@@ -248,6 +249,7 @@ Enable the required TLS variables in kayobe and kolla
248249
249250 # Whether TLS is enabled for the internal API endpoints. Default is 'no'.
250251 kolla_enable_tls_internal: yes
252+ kolla_admin_openrc_cacert: "{{ '/etc/pki/tls/certs/ca-bundle.crt' if os_distribution in ['centos', 'rocky'] else '/etc/ssl/certs/ca-certificates.crt' }}"
251253
252254 3. Set the following in etc/kayobe/kolla/globals.yml or if environments are being used etc/kayobe/environments/$KAYOBE_ENVIRONMENT/kolla/globals.yml
253255
You can’t perform that action at this time.
0 commit comments