Docker: VSPERF Results Container. 36/68036/4
authorSridhar K. N. Rao <sridhar.rao@spirent.com>
Tue, 11 Jun 2019 07:23:58 +0000 (12:53 +0530)
committerSridhar K. N. Rao <sridhar.rao@spirent.com>
Tue, 30 Jul 2019 18:09:35 +0000 (23:39 +0530)
commitd691cc89e106d710f4d36bc3998501415588e2e1
treefe05ef9977c2fd6a531ef3535ad11342037a48c3
parent589639d313c24104b2a27ef16baf716d1d274108
Docker: VSPERF Results Container.

This patch adds docker-compose.yml and related config files
for creating a results container. The container hosts following
services:
1. Barometer Grafana.
2. Barometer Influxdb.
2. ELK Stack.
3. OPNFV TestAPI.
4. Jupyter Notebook with VSPERF testresults-analysis.

Removed dashboard files, which can be obtained from barometer-grafana.
Added comment in tools.rst under pre-deployment

Retained only vpserf-cases and vsperf in cases.json and projects.json

Changed barometer-influxdb to influxdb:latest.

Added README.md file.

Added environment variable setting to disable token for jupyter

JIRA: VSPERF-602

Change-Id: I37a1391a1f34f834ce0d46def75a9f3454e09772
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
12 files changed:
docs/testing/user/configguide/tools.rst
tools/docker/results/README.md [new file with mode: 0644]
tools/docker/results/docker-compose.yml [new file with mode: 0644]
tools/docker/results/jupyter/Dockerfile [new file with mode: 0644]
tools/docker/results/logstash/pipeline/02-beats-input.conf [new file with mode: 0644]
tools/docker/results/logstash/pipeline/20-collectd-input.conf [new file with mode: 0644]
tools/docker/results/logstash/pipeline/30-output.conf [new file with mode: 0644]
tools/docker/results/notebooks/testresult-analysis.ipynb [new file with mode: 0644]
tools/docker/results/resultsdb/cases.json [new file with mode: 0644]
tools/docker/results/resultsdb/init_db.py [new file with mode: 0644]
tools/docker/results/resultsdb/pods.json [new file with mode: 0644]
tools/docker/results/resultsdb/projects.json [new file with mode: 0644]