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:
378
378
-v $(pwd)/tempest-artifacts:/stack/tempest-artifacts \
379
379
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
380
380
$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
382
382
env :
383
383
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
384
384
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 1
1
---
2
+ # Show Rally output on failure.
3
+ rally_no_sensitive_log : false
4
+
2
5
# Add the Vault CA certificate to the rally container when running tempest.
3
6
tempest_cacert : " {{ kayobe_env_config_path }}/kolla/certificates/ca/vault.crt"
You can’t perform that action at this time.
0 commit comments