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 @@ -203,3 +203,10 @@ download_amphora_from_ark: true
203203
204204# Octavia Amphora image version
205205stackhpc_amphora_image_version : " 2024.1-20250117T092645"
206+
207+ # ###############################################################################
208+ # Certificate Authority
209+
210+ # Secret store to deploy as a Certificate Authority.
211+ # Valid options are "vault" and "openbao". Default is "openbao".
212+ stackhpc_ca_secret_store : openbao
You can’t perform that action at this time.
0 commit comments