POSCA docker-compose adapting 13/24813/3
authorliyin <liyin11@huawei.com>
Thu, 24 Nov 2016 04:37:10 +0000 (12:37 +0800)
committerAce Lee <liyin11@huawei.com>
Mon, 28 Nov 2016 10:00:52 +0000 (10:00 +0000)
commit484f9305389c72cd13aae83192a4ff1eac0d1652
tree20dc6ad926d599249f78c76609b61cdbf7956f0d
parent00fd400230d4ec9f09aea10821a5a61ec28763f9
POSCA docker-compose adapting

JIRA: BOTTLENECK-105

there are files which be need to support docker-compose.
some files are docker configure file.
some files are used to build docker image.
kibana docker is bottlenecks project dashboard.
elasticsearch docker is bottlenecks project database.
influxdb docker is yardstick project database.
yardstick docker is used to run test case.

Change-Id: I7f0927c940a400f9f66ac77174f06236a1f4f265
Signed-off-by: liyin <liyin11@huawei.com>
docker/bottleneck-compose/bottlenecks/Dockerfile [new file with mode: 0644]
docker/bottleneck-compose/docker-compose.yml [new file with mode: 0644]
docker/bottleneck-compose/kibana/Dockerfile [new file with mode: 0644]
docker/bottleneck-compose/kibana/config/kibana.yml [new file with mode: 0644]
docker/bottleneck-compose/kibana/entrypoint.sh [new file with mode: 0644]
docker/bottleneck-compose/yardstick/Dockerfile [new file with mode: 0644]