Graphite Standalone container 21/39421/12
authorShrenik <shrenik.jain@research.iiit.ac.in>
Wed, 16 Aug 2017 11:34:00 +0000 (17:04 +0530)
committermbeierl <mark.beierl@dell.com>
Wed, 23 Aug 2017 16:52:56 +0000 (12:52 -0400)
commitfc7ec1c0c73d2ecc52035634c8dd0ae6647273b1
tree7fbeb19a723dded2a597aab78fb33d3ee6c34f15
parent596470aa54a78537434343e6cd310b77128d2ad6
Graphite Standalone container

A new Graphite container is used
Metrics are sent to both Graphite instances
However, it seems that some metrics might be missing
This is however a direct plugin. There are differences in
carbon.conf, storage-schemas.conf and other files as well.
It is suggested to write own Dockerfile instead of using
the image available. We anyway have to do it with respect
ARM Support.

Change-Id: Id34c728f598150caac23ac167c3cce5eaf183a6c
JIRA: STORPERF-142
Signed-off-by: Shrenik <shrenik.jain@research.iiit.ac.in>
Signed-off-by: mbeierl <mark.beierl@dell.com>
29 files changed:
docker/local-docker-compose.yaml
docker/storperf-graphite/Dockerfile [new file with mode: 0644]
docker/storperf-graphite/conf/carbon.conf [moved from docker/storperf-master/graphite/carbon.conf with 87% similarity]
docker/storperf-graphite/conf/local_settings.py [new file with mode: 0644]
docker/storperf-graphite/conf/storage-aggregation.conf [new file with mode: 0644]
docker/storperf-graphite/conf/storage-schemas.conf [new file with mode: 0644]
docker/storperf-graphite/etc/nginx/conf.d/graphite [new file with mode: 0644]
docker/storperf-graphite/etc/nginx/nginx.conf [new file with mode: 0644]
docker/storperf-graphite/etc/supervisor.d/carbon.ini [new file with mode: 0644]
docker/storperf-graphite/etc/supervisor.d/gunicorn.ini [new file with mode: 0644]
docker/storperf-graphite/etc/supervisor.d/nginx.ini [new file with mode: 0644]
docker/storperf-graphite/etc/supervisord.conf [new file with mode: 0644]
docker/storperf-graphite/run.sh [new file with mode: 0644]
docker/storperf-httpfrontend/nginx.conf
docker/storperf-master/Dockerfile
docker/storperf-master/graphite/initial_data.json [deleted file]
docker/storperf-master/graphite/local_settings.py [deleted file]
docker/storperf-master/graphite/nginx.conf [deleted file]
docker/storperf-master/graphite/storage-schemas.conf [deleted file]
docker/storperf-master/rest_server.py
docker/storperf-master/storperf/carbon/emitter.py
docker/storperf-master/storperf/db/graphite_db.py
docker/storperf-master/storperf/storperf_master.py
docker/storperf-master/storperf/test_executor.py
docker/storperf-master/storperf/utilities/data_handler.py
docker/storperf-master/storperf/workloads/_base_workload.py
docker/storperf-master/supervisord.conf [deleted file]
docker/storperf-master/tests/carbon_tests/emitter_test.py
docker/storperf-master/tests/utilities_tests/data_handler_test.py