Go to file
Changbin Liu a8f341a6c8 Implement ZooKeeper as persistence storage backend
Test cases are in taskflow/tests/unit/persistence/test_zk_persistence
and taskflow/tests/unit/persistence/test_zake_persistence. The former
requires a working ZooKeeper cluster, and the latter uses a fake
in-memory backend. Right now, due to the lack of ZooKeeper in Jenkins,
the former test is disabled. To enable it, simply uncomment the code
and change "hosts" in conf to your ZooKeeper cluster's addresses.

Also moved some shared helper functions from
taskflow/persistence/backends/impl_dir to
taskflow/utils/persistence_utils.

Implements: blueprint zk-logbook

Change-Id: Ia1b7ef8312a1761515515fd206b36be135119737
2014-01-28 23:04:55 -05:00
2013-11-22 11:25:03 +04:00
2014-01-07 18:10:43 +00:00
2013-09-17 13:27:27 -07:00
2013-10-14 01:03:32 +00:00
2013-05-07 10:49:44 -07:00
2013-07-07 21:46:32 -07:00
2014-01-02 10:38:15 -08:00
2014-01-02 10:38:15 -08:00
2013-10-05 21:49:08 +00:00

TaskFlow

A library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects.

Join us

Help

Tox.ini

To generate tox.ini, use the toxgen.py script by first installing toxgen and then provide that script as input the tox-tmpl.ini file to generate the final tox.ini file.

For example:

$ toxgen.py -i tox-tmpl.ini -o tox.ini
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 4.8 MiB