Merge "Run more kolla-ansible task in the gate"

This commit is contained in:
Jenkins 2016-06-14 18:46:36 +00:00 committed by Gerrit Code Review
commit ee424a10ad

View File

@ -105,8 +105,16 @@ write_configs
ip l a fake_interface type dummy
# Actually do the deployment
tools/kolla-ansible -vvv prechecks
tools/kolla-ansible -vvv pull
tools/kolla-ansible -vvv deploy
tools/kolla-ansible -vvv post-deploy
# Test OpenStack Environment
sanity_check
# TODO(jeffrey4l): make some configure file change and
# trigger a real reconfigure
tools/kolla-ansible -vvv reconfigure
# TODO(jeffrey4l): need run a real upgrade
tools/kolla-ansible -vvv upgrade