clearwater-docker
clearwater-docker copied to clipboard
Docker integration for Project Clearwater
chanage supervisord socket file to /tmp/ to void docker overlayfs error see issee https://github.com/Metaswitch/clearwater-docker/issues/36
We create a deployment by running the following commands... ``` docker build --no-cache -t clearwater/base base docker-compose -f minimal-distributed.yaml up --force-recreate -d docker-compose -f minimal-distributed.yaml scale memcached=2 chronos=2 cassandra=2 ```...
This docker-compose file deploys clearwater with affinity and anti-affinity policies.
I spin up a Clearwater Docker deployment and run our live test suite against (see the live-test-docker CI job). The live tests fail reliably. Specifically, about midway through the run,...