aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-elasticsearch/resources/bin/wait_until_started.sh
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2019-10-07 22:59:17 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-07 22:59:17 +0000
commit1a2274dc0d8089b12a4b6feff328153dd9b26215 (patch)
tree2fefafe0ab3589728b5ba13c4ad52a5219d5a566 /components/aai-elasticsearch/resources/bin/wait_until_started.sh
parentd68960684392a6da61805e4161ae032549db6102 (diff)
parent360d63a7609c566a6b8043a7de70ae35bd1f258a (diff)
Merge "[AAI-2617] Search guard is no longer available"
Diffstat (limited to 'components/aai-elasticsearch/resources/bin/wait_until_started.sh')
-rw-r--r--components/aai-elasticsearch/resources/bin/wait_until_started.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/components/aai-elasticsearch/resources/bin/wait_until_started.sh b/components/aai-elasticsearch/resources/bin/wait_until_started.sh
deleted file mode 100644
index 279253b..0000000
--- a/components/aai-elasticsearch/resources/bin/wait_until_started.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-RET=1
-
-while [[ RET -ne 0 ]]; do
- echo "Waiting for Elasticsearch to become ready before running sgadmin..."
- curl -XGET -k "https://localhost:{{ .Values.service.internalPort }}/" >/dev/null 2>&1
- RET=$?
- sleep 5
-done \ No newline at end of file