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 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/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 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/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 @@ -179,3 +179,10 @@ download_amphora_from_ark: true
179
179
180
180
# Octavia Amphora image version
181
181
stackhpc_amphora_image_version : " 2025.1-20250619T113933"
182
+
183
+ # ###############################################################################
184
+ # Certificate Authority
185
+
186
+ # Whether or not OpenBao is used as Certificate Authority. Default is true.
187
+ # If set to false, Hashicorp Vault is used instead.
188
+ stackhpc_enable_openbao : true
You can’t perform that action at this time.
0 commit comments