-
git clone https://github.com/nfvsap/clearwater-docker.git
-
cd clearwater-docker
-
sudo docker build -t clearwater/base base
-
add your global ip in .env file
-
sudo docker-compose up -d
-
exec in cassandra container and bulk create 5000 users
sudo docker exec -it clearwater-docker_cassandra_1 bash
/usr/share/clearwater/crest-prov/src/metaswitch/crest/tools/stress_provision.sh 5000
wait until Created 5000 users is printed in the console. If this is not printed execute the command again -
exec in stress-node container and run the stress tests
sudo docker exec -it clearwater-docker_stress-node_1 bash
/usr/share/clearwater/bin/run_stress example.com 1000 1
forked from Metaswitch/clearwater-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
Docker integration for Project Clearwater
License
nfvri/clearwater-docker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Docker integration for Project Clearwater
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 46.9%
- Shell 39.2%
- Dockerfile 13.9%