ClusterHQ / flocker

Container data volume manager for your Dockerized application
https://clusterhq.com
Apache License 2.0
3.38k stars 288 forks source link

[FLOC-4548] SQL configuration store #2969

Closed wallrj closed 5 months ago

wallrj commented 7 years ago

Fixes: https://clusterhq.atlassian.net/browse/FLOC-4548

Stacked on #2968 (https://github.com/ClusterHQ/flocker/compare/configuration-plugins-FLOC-4547...FLOC-4548-sql-configuration)

This allows the configuration to be stored in a SQLite database.

Next I'll create a branch with tests for MySQL and PostgreSQL storage. And try and devise a failover test.