From: Yu Yang (Gabriel) Date: Tue, 25 Apr 2017 02:08:53 +0000 (+0000) Subject: Merge "Add more information to Table for stress ping" X-Git-Tag: opnfv-5.0.0~41 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9bd14f995ff03425bf401f1fe7698b350f34dd56;hp=6d561fa90a9488b8523c2c239395cdfdcf506024;p=bottlenecks.git Merge "Add more information to Table for stress ping" --- diff --git a/docker/bottleneck-compose/docker-compose.yml b/docker/bottleneck-compose/docker-compose.yml index 7745f41f..98d12976 100644 --- a/docker/bottleneck-compose/docker-compose.yml +++ b/docker/bottleneck-compose/docker-compose.yml @@ -1,6 +1,7 @@ elasticsearch: image: elasticsearch:2.4.0 command: elasticsearch -Des.network.host=0.0.0.0 + privileged: true ports: - "9200:9200" - "9300:9300" @@ -9,6 +10,7 @@ kibana: build: kibana/ volumes: - ./kibana/config/:/opt/kibana/config/ + privileged: true ports: - "5601:5601" links: @@ -33,6 +35,7 @@ bottlenecks: volumes: - /var/run/docker.sock:/var/run/docker.sock - /tmp/:/tmp/ + privileged: true environment: - INSTALLER_IP=192.168.200.2 - INSTALLER_TYPE=compass