File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
etc/kayobe/environments/ci-multinode Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -169,12 +169,18 @@ for the exporter.
169169If you are deploying in a cloud with internal TLS, you may be required
170170to provide a CA certificate for the OpenStack Capacity exporter if your
171171certificate is not signed by a trusted CA. For example, to use a CA certificate
172- named ``vault.crt `` that is also added to the Kolla containers:
172+ named ``vault.crt `` or `` openbao.crt `` that is also added to the Kolla containers:
173173
174174.. code-block :: yaml
175175
176176 stackhpc_os_capacity_openstack_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/vault.crt"
177177
178+ or
179+
180+ .. code-block :: yaml
181+
182+ stackhpc_os_capacity_openstack_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/openbao.crt"
183+
178184 Alternatively, to disable certificate verification for the OpenStack Capacity
179185exporter:
180186
Original file line number Diff line number Diff line change 11---
22# Path to a CA certificate file to trust in the OpenStack Capacity exporter.
3- stackhpc_os_capacity_openstack_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/vault .crt"
3+ stackhpc_os_capacity_openstack_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/openbao .crt"
Original file line number Diff line number Diff line change 33rally_no_sensitive_log : false
44
55# Add the Vault CA certificate to the rally container when running tempest.
6- tempest_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/vault .crt"
6+ tempest_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/openbao .crt"
You can’t perform that action at this time.
0 commit comments