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
3030 if [[ " $KAYOBE_ENVIRONMENT " =~ " ci-multinode" ]]; then
3131 export TEMPEST_CONCURRENCY=4
3232 # 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
3535 fi
3636
3737fi
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/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/vault .crt"
You can’t perform that action at this time.
0 commit comments