Run more kolla-ansible task in the gate

Change-Id: I99871d3d86e5ab56be95dd9865f17f7d525704a5
Partially-Implements: blueprint functional-gating
This commit is contained in:
Jeffrey Zhang 2016-06-07 16:04:16 +08:00
parent a070739ddd
commit b1f4c4ed79

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