X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2FuCPE%2Fscripts%2Fsetup.sh;h=0ce747eb2ac93f863178f844142ff0cf36f730ed;hb=f2f2c0eb3a3e1785691dae6f489b1d3a352f98bf;hp=ca0cc66a1d38a2126bb8a3588f4a64016410d561;hpb=2c97a07953c45a070ad79eaa185d505a32e4c695;p=eliot.git diff --git a/blueprints/uCPE/scripts/setup.sh b/blueprints/uCPE/scripts/setup.sh index ca0cc66..0ce747e 100755 --- a/blueprints/uCPE/scripts/setup.sh +++ b/blueprints/uCPE/scripts/setup.sh @@ -18,6 +18,9 @@ # sshpass needs to be installed before executing this script. # ######################################################################################## +echo "********************************************************************************" +echo "ELIOT SD-WAN/WAN EDGE/uCPE Platform Deployment--------------------------STARTED" + # constants OSPLATFORM=$(awk -F= '/^NAME/{print $2}' /etc/os-release) @@ -175,5 +178,6 @@ sleep 20 # Removing the taint from master node kubectl taint nodes --all node-role.kubernetes.io/master- || true -echo "ELIOT Setup execution is Completed..." +echo "********************************************************************************" +echo "ELIOT SD-WAN/WAN EDGE/uCPE Platform Deployment--------------------------SUCCESS"