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 @@ -235,6 +235,7 @@ Enable the required TLS variables in kayobe and kolla
235
235
236
236
# Whether TLS is enabled for the external API endpoints. Default is 'no'.
237
237
kolla_enable_tls_external: yes
238
+ kolla_public_openrc_cacert: "{{ '/etc/pki/tls/certs/ca-bundle.crt' if os_distribution in ['centos', 'rocky'] else '/etc/ssl/certs/ca-certificates.crt' }}"
238
239
239
240
See :ref: `tempest-cacert ` for information on adding CA certificates to the trust store when running Tempest.
240
241
@@ -244,6 +245,7 @@ Enable the required TLS variables in kayobe and kolla
244
245
245
246
# Whether TLS is enabled for the internal API endpoints. Default is 'no'.
246
247
kolla_enable_tls_internal: yes
248
+ kolla_admin_openrc_cacert: "{{ '/etc/pki/tls/certs/ca-bundle.crt' if os_distribution in ['centos', 'rocky'] else '/etc/ssl/certs/ca-certificates.crt' }}"
247
249
248
250
3. Set the following in etc/kayobe/kolla/globals.yml or if environments are being used etc/kayobe/environments/$KAYOBE_ENVIRONMENT/kolla/globals.yml
249
251
You can’t perform that action at this time.
0 commit comments