Skip to content

Commit 8e05932

Browse files
jackhodgkissbbezak
authored andcommitted
fix: update CA certificate paths in monitoring and tempest configurations
1 parent b989ef1 commit 8e05932

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

doc/source/configuration/monitoring.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,18 @@ for the exporter.
169169
If you are deploying in a cloud with internal TLS, you may be required
170170
to provide a CA certificate for the OpenStack Capacity exporter if your
171171
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:
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
179185
exporter:
180186

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"

etc/kayobe/environments/ci-multinode/tempest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
rally_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"

0 commit comments

Comments
 (0)