kolla-ansible/kolla/tests
Joshua Harlow e78ae9bc61 Use a task model and dumb workers
Instead of having smart workers that need to know
about the full logic of how they operate and what
they will do which makes it hard to reuse parts of
those workers switch the model so that workers are
dumb and they just run tasks which themselves can
request additional tasks to run when succesful.

This makes it more consistent when tasks are to
be retried and also makes it easier to know which
task is running and when.

Less specialized workers == good.

Closes-Bug: #1586474

Change-Id: Ie7b7303b8bf2a80b3e26b6d4ffc27787f8c794d6
2016-06-02 11:21:09 -07:00
..
common add unittest code base 2016-01-18 11:42:00 +00:00
docker Fix image plugin functionality for oslo.config 2016-02-12 06:00:20 +00:00
etc fix the custom profile raise exception issue 2016-02-15 15:25:15 +08:00
__init__.py add unittest code base 2016-01-18 11:42:00 +00:00
base.py Fix image plugin functionality for oslo.config 2016-02-12 06:00:20 +00:00
test_build.py Use a task model and dumb workers 2016-06-02 11:21:09 -07:00