clearwater-docker icon indicating copy to clipboard operation
clearwater-docker copied to clipboard

Docker integration for Project Clearwater

Results 34 clearwater-docker issues
Sort by recently updated
recently updated
newest added

chanage supervisord socket file to /tmp/ to void docker overlayfs error see issee https://github.com/Metaswitch/clearwater-docker/issues/36

bug
medium-priority

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 ```...

bug
medium-priority
cat:test-stability

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,...

bug
medium-priority
cat:stability