Skip to content

Commit 477fdfc

Browse files
committed
Add variable to choose CA secret store
(cherry picked from commit 58b8424)
1 parent 8ceac76 commit 477fdfc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
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/{{ stackhpc_ca_secret_store }}.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/{{ stackhpc_ca_secret_store }}.crt"

etc/kayobe/stackhpc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,10 @@ download_amphora_from_ark: true
203203

204204
# Octavia Amphora image version
205205
stackhpc_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

0 commit comments

Comments
 (0)