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/openbao.crt"
3+ stackhpc_os_capacity_openstack_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/{{ openbao.crt if stackhpc_enable_openbao else vault.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/openbao.crt"
6+ tempest_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/{{ openbao.crt if stackhpc_enable_openbao else vault.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+ # Whether or not OpenBao is used as Certificate Authority. Default is true.
191+ # If set to false, Hashicorp Vault is used instead.
192+ stackhpc_enable_openbao : true
You can’t perform that action at this time.
0 commit comments