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.
169
169
If you are deploying in a cloud with internal TLS, you may be required
170
170
to provide a CA certificate for the OpenStack Capacity exporter if your
171
171
certificate 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:
173
173
174
174
.. code-block :: yaml
175
175
176
176
stackhpc_os_capacity_openstack_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/vault.crt"
177
177
178
+ or
179
+
180
+ .. code-block :: yaml
181
+
182
+ stackhpc_os_capacity_openstack_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/openbao.crt"
183
+
178
184
Alternatively, to disable certificate verification for the OpenStack Capacity
179
185
exporter:
180
186
Original file line number Diff line number Diff line change 1
1
---
2
2
# 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 3
3
rally_no_sensitive_log : false
4
4
5
5
# 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