summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2017-10-17 15:25:41 -0700
committerBryan Sullivan <bryan.sullivan@att.com>2017-10-17 15:25:41 -0700
commit4c28ad24081171b55718a247085aecab8f3d16a4 (patch)
treefa9655633e29741ced002cf38008f6ff9143b248
parent68950cfed4850a7b1089ee2956f106ecd8ff132e (diff)
Correctly check service state
Change-Id: Ied80f949ab2099205cf2ce19b8a0404256f1925a Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
-rw-r--r--tools/rancher/rancher-cluster.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rancher/rancher-cluster.sh b/tools/rancher/rancher-cluster.sh
index 041aaef..ea8b16d 100644
--- a/tools/rancher/rancher-cluster.sh
+++ b/tools/rancher/rancher-cluster.sh
@@ -518,8 +518,8 @@ case "$1" in
all)
setup "$2"
demo "$2"
- check_service nginx/lb
- check_service dokuwiki/lb
+ check_service nginx/lb http "Welcome to nginx!"
+ check_service dokuwiki/lb http "This topic does not exist yet"
# Grafana is setup via prometheus-toold.sh for now
# check_service grafana/grafana
;;