From: khemendra kumar Date: Wed, 20 Nov 2019 14:45:02 +0000 (+0000) Subject: Merge "logs uCPE updated" X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=072b7aef359b6a2ee2fd59af672a1f17c6db3412;hp=49b2a10b484a7da1da41c89ea0c986c80b2ba266;p=eliot.git Merge "logs uCPE updated" --- diff --git a/blueprints/uCPE/scripts/cadvisorsetup.sh b/blueprints/uCPE/scripts/cadvisorsetup.sh index fd4e395..943a326 100644 --- a/blueprints/uCPE/scripts/cadvisorsetup.sh +++ b/blueprints/uCPE/scripts/cadvisorsetup.sh @@ -8,6 +8,9 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +echo "***********************************************************************" +echo "cadvisor installation-------------------------------------------STARTED" + HOSTNAME=`hostname` sudo docker run \ --volume=/:/rootfs:ro \ @@ -20,3 +23,5 @@ sudo docker run \ --name=cadvisor-${HOSTNAME} \ google/cadvisor:latest +echo "cadvisor setup--------------------------------------------------SUCCESS" +echo "***********************************************************************" diff --git a/blueprints/uCPE/scripts/prometheus.sh b/blueprints/uCPE/scripts/prometheus.sh index 2135f79..ff30392 100755 --- a/blueprints/uCPE/scripts/prometheus.sh +++ b/blueprints/uCPE/scripts/prometheus.sh @@ -8,6 +8,9 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +echo "**********************************************************************" +echo "Prometheus setup ----------------------------------------------STARTED" + # start PROMETHEUS_HOST_PORT="9090" PROMETHEUS_CONTAINTER_PORT="9090" @@ -21,3 +24,6 @@ sudo docker run -p ${PROMETHEUS_HOST_PORT}:${PROMETHEUS_CONTAINTER_PORT} \ -v ~/prometheus.yml:/etc/prometheus/prometheus.yml \ -d prom/prometheus \ --config.file=/etc/prometheus/prometheus.yml + +echo "Prometheus setup ----------------------------------------------SUCCESS" +echo "**********************************************************************" 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"