Code Review
/
models.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
68950cf
)
Correctly check service state
03/45403/1
author
Bryan Sullivan
<bryan.sullivan@att.com>
Tue, 17 Oct 2017 22:25:41 +0000
(15:25 -0700)
committer
Bryan Sullivan
<bryan.sullivan@att.com>
Tue, 17 Oct 2017 22:25:41 +0000
(15:25 -0700)
Change-Id: Ied80f949ab2099205cf2ce19b8a0404256f1925a
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
tools/rancher/rancher-cluster.sh
patch
|
blob
|
history
diff --git
a/tools/rancher/rancher-cluster.sh
b/tools/rancher/rancher-cluster.sh
index
041aaef
..
ea8b16d
100644
(file)
--- 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
;;