File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
environments/ci-multinode Expand file tree Collapse file tree 3 files changed +9
-2
lines changed 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/{{ stackhpc_ca_secret_store }} .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/{{ stackhpc_ca_secret_store }} .crt"
Original file line number Diff line number Diff line change @@ -183,3 +183,10 @@ download_amphora_from_ark: true
183183
184184# Octavia Amphora image version
185185stackhpc_amphora_image_version : " 2025.1-20250619T113933"
186+
187+ # ###############################################################################
188+ # Certificate Authority
189+
190+ # Secret store to deploy as a Certificate Authority.
191+ # Valid options are "vault" and "openbao". Default is "openbao".
192+ stackhpc_ca_secret_store : openbao
You can’t perform that action at this time.
0 commit comments