This package provides for the deployment of simple ZEO servers constructed using filestorages and demostorages. Extension to support additional types of storages should be easy.
- Update zc.zk & kazoo to avoid slow restarts.
- Demostorage: Support base storages using the S3 blob server.
- Move to packagegrinder.
- Update dependencies (use kazoo instead of zc-zookeeper-static).
- Fix permissions issue in generated RPMs.
- Move to buildout 2.
For demo storages, we need to use a read-only connection to the base storage; we're not going to write there, and it may be a read-only replica.
Initial release.