clearwater-docker
clearwater-docker copied to clipboard
Docker integration for Project Clearwater
#### Symptoms During building base image the repository is not working with this message: clearwater-docker$ **docker build -t clearwater/base base** .... Step 17/29 : RUN curl -L http://repo.cw-ngv.com/repo_key | apt-key...
#### Symptoms I know that it maybe the same issue of #35 but actually i am not able to solve it. I am trying to build docker images for clearwater...
We try Clearwater video call with X-lite, but we found video call will be hang up after 30 secondes . Is there any param to controll ? Thanks .
@eleanor-merry @MatMeredith When I deploy cassandra deployment, it gives the error as follows: ```INFO [main] 2017-10-20 02:43:26,738 CassandraDaemon.java:155 - Hostname: cassandra-7cb98bfdb5-qmpzv ERROR [main] 2017-10-20 02:43:26,773 DatabaseDescriptor.java:141 - Fatal configuration error...
This fixes issue #92 I'm not sure what the most stylistic way to do this is. Let me know if you'd rather some other way.
# Symptoms Sometimes when I try to change the number of replicas (either with `kubectl apply -f ./` or `kubectl edit deployment bono`) I get an error: ``` $ k...
#### Symptoms When I spin up a kubernetes deployment, `homestead` and `homestead-prov` fail to come up properly. `kubectl get pods` ``` NAME READY STATUS RESTARTS AGE cassandra-7777c47568-ddxnj 1/1 Running 0...
#### Symptoms when running the [stress testing tool](http://clearwater.readthedocs.io/en/stable/Clearwater_stress_testing.html) on the clearwater-docker deployment environment which is installed on a host server, runing into the following failures in the log file. _2018-03-06...
#### Symptoms When deploying clearwater images in docker swarm, the `local_config` file is updated by `clearwater-auto-config-docker` service (by the following code: `ip=$(hostname -I | sed -e 's/\(^\|^[0-9A-Fa-f: ]* \)\([0-9.][0-9.]*\)\( .*$\|$\)/\2/g'...