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

Merge "Trap error exit in deploy aio script"

parents 6267192c 7899d00c
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ function check_failure {
fi
}
trap check_failure EXIT
# Populate globals.yml
cat << EOF > /etc/kolla/globals.yml
---
......@@ -36,6 +38,4 @@ ip l a fake_interface type dummy
# Actually do the deployment
tools/kolla-ansible -vvv deploy
check_failure
# TODO(SamYaple): Actually do functional testing of OpenStack
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