Skip to content
Snippets Groups Projects
Commit b1f4c4ed authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Run more kolla-ansible task in the gate

Change-Id: I99871d3d86e5ab56be95dd9865f17f7d525704a5
Partially-Implements: blueprint functional-gating
parent a070739d
No related branches found
No related tags found
No related merge requests found
......@@ -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
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