File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
etc/kayobe/environments/ci-multinode Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
30
30
if [[ " $KAYOBE_ENVIRONMENT " =~ " ci-multinode" ]]; then
31
31
export TEMPEST_CONCURRENCY=4
32
32
# Uncomment this to perform a full tempest test
33
- # export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
34
- # export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
33
+ export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
34
+ export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
35
35
fi
36
36
37
37
fi
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/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/vault .crt"
You can’t perform that action at this time.
0 commit comments