octavia/octavia/tests/unit
Ann Taraday 9c13499d21 Jobboard based controller
Introduce TaskFlowServiceController which uses taskflow
jobboard feature and saves jobs info into persistence backend.

Jobboard could be operated via RedisTaskFlowDriver or
ZookeeperTaskFlowDriver, that could be set via the config.
RedisTaskFlowDriver is intoduced as default backend for jobboard.
Usage of jobboard allows to resume jobs in case of restart/stop
of Octavia controller services.

Persistence backend saves state of flow tasks that required in
case of resuming job. SQLAlchemy backend is used here.

Bump taskflow version to 3.7.1 and add dependency to
SQLAlchemy-Utils (required for taskflow sqlalchemy
backend support).

Story: 2005072
Task: 30806
Task: 30816
Task: 30817

Change-Id: I92ee4e879e98e4718d2e9aba56486341223a9157
2020-04-08 19:53:09 +04:00
..
amphorae Remove all usage of six library 2020-03-18 17:15:26 -04:00
api Add ability to set TLS cipher list for listeners 2020-04-06 17:06:32 -07:00
certificates Remove all usage of six library 2020-03-18 17:15:26 -04:00
cmd Remove the dependency on the "mock" package 2020-02-17 14:55:19 -08:00
common Jobboard based controller 2020-04-08 19:53:09 +04:00
compute Select the right lb_network_ip interface using AZ 2020-02-25 01:30:06 +00:00
controller Jobboard based controller 2020-04-08 19:53:09 +04:00
db Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
network Remove the dependency on the "mock" package 2020-02-17 14:55:19 -08:00
volume Remove the dependency on the "mock" package 2020-02-17 14:55:19 -08:00
__init__.py Add license for empty __init__.py 2018-03-14 07:02:56 +09:00
base.py Don't register cli opts on import 2020-04-07 00:06:44 +00:00
test_hacking.py Update hacking for Python3 2020-03-30 10:03:05 +00:00
test_opts.py Updates Octavia to support octavia-lib 2019-03-07 14:40:22 +01:00
test_version.py Remove the dependency on the "mock" package 2020-02-17 14:55:19 -08:00