X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fhelm%2Fric-robot%2Fdemo-k8s.sh;fp=ric_robot_suite%2Fhelm%2Fric-robot%2Fdemo-k8s.sh;h=67a41c329286415af7632fcbe796aba5ea260491;hb=5162e70ecb4140f217cc6838014967c2fbb19aba;hp=ae3ae62b6455e9819e5e9862b829561c04b466d5;hpb=a1fb054531a17126435f8e89bb07366cf2cf3811;p=it%2Ftest.git diff --git a/ric_robot_suite/helm/ric-robot/demo-k8s.sh b/ric_robot_suite/helm/ric-robot/demo-k8s.sh index ae3ae62..67a41c3 100755 --- a/ric_robot_suite/helm/ric-robot/demo-k8s.sh +++ b/ric_robot_suite/helm/ric-robot/demo-k8s.sh @@ -30,8 +30,8 @@ function usage # Set the defaults -echo "Number of parameters:" -echo $# +#echo "Number of parameters:" +#echo $# if [ $# -lt 2 ];then usage @@ -49,18 +49,13 @@ shift while [ $# -gt 0 ] do key="$1" - echo "KEY:" - echo $key + #echo "KEY:" + #echo $key case $key in init_robot) TAG="UpdateWebPage" - read -s -p "WEB Site Password for user 'test': " WEB_PASSWORD - if [ "$WEB_PASSWORD" = "" ]; then - echo "" - echo "WEB Password is required for user 'test'" - exit - fi + WEB_PASSWORD=test VARIABLES="$VARIABLES -v WEB_PASSWORD:$WEB_PASSWORD" shift if [ $# -eq 2 ];then @@ -76,7 +71,7 @@ do esac done -set -x +#set -x ETEHOME=/var/opt/RIC