Code Review
/
eliot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
27e9f5f
)
setup.sh script enhanced to add k8stesting
67/867/1
author
abhijit_onap
<abhijit.das.gupta@huawei.com>
Tue, 28 May 2019 13:13:48 +0000
(13:13 +0000)
committer
abhijit_onap
<abhijit.das.gupta@huawei.com>
Tue, 28 May 2019 13:16:27 +0000
(13:16 +0000)
script will invoke verifyk8s.sh
Signed-off-by: abhijit_onap <abhijit.das.gupta@huawei.com>
Change-Id: I800b7941b903f077429e93b073625b8101721278
scripts/setup.sh
patch
|
blob
|
history
diff --git
a/scripts/setup.sh
b/scripts/setup.sh
index
e5da102
..
97bb875
100755
(executable)
--- a/
scripts/setup.sh
+++ b/
scripts/setup.sh
@@
-74,6
+74,14
@@
setup_k8sworkers()
}
+#verify kubernetes setup by deploying nginx server.
+
+verify_k8s_status(){
+ set -o xtrace
+ source verifyk8s.sh | tee verifyk8s.log
+}
+
+
# Start
#
@@
-85,3
+93,5
@@
fi
setup_k8smaster
+sleep 20
+verify_k8s_status