Skip to content
Snippets Groups Projects
Commit e5844e49 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Fix TLS upgrade test"

parents 9014d838 9b384da3
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ export PYTHONUNBUFFERED=1 ...@@ -10,7 +10,7 @@ export PYTHONUNBUFFERED=1
function upgrade { function upgrade {
RAW_INVENTORY=/etc/kolla/inventory RAW_INVENTORY=/etc/kolla/inventory
# generate self-signed certificates for the optional internal TLS tests # generate self-signed certificates for the optional internal TLS tests
if [[ $SCENARIO == "tls" ]]; then if [[ "$TLS_ENABLED" = "True" ]]; then
tools/kolla-ansible -i ${RAW_INVENTORY} -vvv certificates > /tmp/logs/ansible/certificates tools/kolla-ansible -i ${RAW_INVENTORY} -vvv certificates > /tmp/logs/ansible/certificates
fi fi
tools/kolla-ansible -i ${RAW_INVENTORY} -vvv prechecks &> /tmp/logs/ansible/upgrade-prechecks tools/kolla-ansible -i ${RAW_INVENTORY} -vvv prechecks &> /tmp/logs/ansible/upgrade-prechecks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment