summaryrefslogtreecommitdiffstats
path: root/docker/bottleneck-compose/kibana/entrypoint.sh
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-07-17 17:45:38 +0800
committerliyin <liyin11@huawei.com>2017-07-17 17:45:38 +0800
commit75f99aaeadada56dfc974746cd83fec275133a3c (patch)
treef916a3b19140a0e938205a94197e20c151df0113 /docker/bottleneck-compose/kibana/entrypoint.sh
parentb26f701ab2327497b0e44f548ea18e24b1e6b0d9 (diff)
Bug fix of Bottlenecks can't use CLI
JIRA: BOTTLENECK-171 Bug fix of Bottlenecks can't use CLI to start test. Some docker-compose function delete to fit elk docker support. After this patch you could use bottlenecks testcase run posca_factor_ping to start this test. you also need to put the rc file to bottlenecks docker. Change-Id: I340e31185a499c81f9595a902df89d8f0ddf0cd3 Signed-off-by: liyin <liyin11@huawei.com>
Diffstat (limited to 'docker/bottleneck-compose/kibana/entrypoint.sh')
-rw-r--r--docker/bottleneck-compose/kibana/entrypoint.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/docker/bottleneck-compose/kibana/entrypoint.sh b/docker/bottleneck-compose/kibana/entrypoint.sh
deleted file mode 100644
index c08d70ab..00000000
--- a/docker/bottleneck-compose/kibana/entrypoint.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-
-# Wait for the Elasticsearch container to be ready before starting Kibana.
-echo "Stalling for Elasticsearch"
-while true; do
- nc -q 1 elasticsearch 9200 2>/dev/null && break
-done
-
-echo "Starting Kibana"
-exec kibana