logs uCPE updated 18/2018/1
authorSrinivasan Selvam <srinivasan.s.n@huawei.com>
Wed, 20 Nov 2019 14:40:40 +0000 (20:10 +0530)
committerSrinivasan Selvam <srinivasan.s.n@huawei.com>
Wed, 20 Nov 2019 14:41:33 +0000 (20:11 +0530)
Signed-off-by: Srinivasan Selvam <srinivasan.s.n@huawei.com>
Change-Id: I441810714f20c9c5ceae51af2311718a87073e3f

blueprints/uCPE/scripts/cadvisorsetup.sh
blueprints/uCPE/scripts/prometheus.sh
blueprints/uCPE/scripts/setup.sh

index fd4e395..943a326 100644 (file)
@@ -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 "***********************************************************************"
index 2135f79..ff30392 100755 (executable)
@@ -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 "**********************************************************************"
index ca0cc66..0ce747e 100755 (executable)
@@ -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"