X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2Fbin%2Finstall;h=8a1e8494160a27b860b73b4d6e3f63bea4cfab05;hb=refs%2Fchanges%2F28%2F4128%2F3;hp=917c9420058a1ab915f25ef76621c8816622f66c;hpb=4d2d4f1134dfe309238af3777fbefa91c1ecf8d6;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 <