File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ jobs:
378378 -v $(pwd)/tempest-artifacts:/stack/tempest-artifacts \
379379 -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
380380 $KAYOBE_IMAGE \
381- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack -e rally_no_sensitive_log=false
381+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
382382 env :
383383 KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
384384
Original file line number Diff line number Diff line change 1+ ---
2+ # Show Rally output on failure.
3+ rally_no_sensitive_log : false
Original file line number Diff line number Diff line change 11---
2+ # Show Rally output on failure.
3+ rally_no_sensitive_log : false
4+
25# Add the Vault CA certificate to the rally container when running tempest.
36tempest_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/vault.crt"
You can’t perform that action at this time.
0 commit comments