X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2Fbin%2Finstall;h=8a1e8494160a27b860b73b4d6e3f63bea4cfab05;hb=d052a253e88bd1d15557b21e8c97334092d0771a;hp=917c9420058a1ab915f25ef76621c8816622f66c;hpb=23c33124cc76a845c561c319feb10f7b817aff88;p=it%2Fdep.git diff --git a/ric-aux/bin/install b/ric-aux/bin/install index 917c9420..8a1e8494 100755 --- a/ric-aux/bin/install +++ b/ric-aux/bin/install @@ -86,10 +86,11 @@ for f in $NODENAME; do LABEL=$(kubectl describe node $f | grep "local-storage=enable") if [ ! -z "$LABEL" ]; then LABELFOUND=true + echo "Found lable \"local-storage=enable\" at node $f" fi done -FOUND_STORAGECLASS=$(grep storageclass $OVERRIDEYAML) +FOUND_STORAGECLASS=$(grep -w storageclass $OVERRIDEYAML) if ! $LABELFOUND && [ -z "$FOUND_STORAGECLASS" ]; then @@ -138,6 +139,7 @@ for f in $NODENAME; do LABEL=$(kubectl describe node $f | grep "portal-storage=enable") if [ ! -z "$LABEL" ]; then LABELFOUND=true + echo "Found lable \"portal-storage=enable\" at node $f" fi done @@ -167,6 +169,7 @@ fi + echo Add cluster roles cat >ricaux-role.yaml <