pvc/api-daemon/pvcapid
Joshua Boniface 54215bab6c Switch to ZK+PG over Redis for Celery queue
Redis did not provide a distributed solution for the worker, which
precluded several important planned functions. So instead, move to using
Zookeeper + PostgreSQL as the broker and result backend respectively.

Should be a seamless drop-in change but for future uses requires the
database host to be the primary coordinator IP rather than localhost, so
that writes can occur to the database from non-primary hosts.
2023-11-04 12:46:34 -04:00
..
Daemon.py Switch to ZK+PG over Redis for Celery queue 2023-11-04 12:46:34 -04:00
__init__.py Use consistent naming of components 2020-02-08 19:34:07 -05:00
benchmark.py Make benchmarker function as a module 2022-11-03 21:33:32 -04:00
flaskapi.py Switch to ZK+PG over Redis for Celery queue 2023-11-04 12:46:34 -04:00
helper.py Update OSD replacement functionality 2023-11-03 01:45:49 -04:00
libvirt_schema.py Disable RBD caching by default 2022-12-05 17:56:59 -05:00
models.py Update copyright header year 2022-10-06 11:55:27 -04:00
ova.py Format based on updated Black 2023-09-12 16:41:02 -04:00
provisioner.py Format based on updated Black 2023-09-12 16:41:02 -04:00
vmbuilder.py Ensure None filesystem is valid 2022-10-21 15:13:52 -04:00