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
239
239
240
240
# Whether TLS is enabled for the external API endpoints. Default is 'no'.
241
241
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' }}"
242
243
243
244
See :ref: `tempest-cacert ` for information on adding CA certificates to the trust store when running Tempest.
244
245
@@ -248,6 +249,7 @@ Enable the required TLS variables in kayobe and kolla
248
249
249
250
# Whether TLS is enabled for the internal API endpoints. Default is 'no'.
250
251
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' }}"
251
253
252
254
3. Set the following in etc/kayobe/kolla/globals.yml or if environments are being used etc/kayobe/environments/$KAYOBE_ENVIRONMENT/kolla/globals.yml
253
255
You can’t perform that action at this time.
0 commit comments