# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
+echo "***********************************************************************"
+echo "cadvisor installation-------------------------------------------STARTED"
+
HOSTNAME=`hostname`
sudo docker run \
--volume=/:/rootfs:ro \
--name=cadvisor-${HOSTNAME} \
google/cadvisor:latest
+echo "cadvisor setup--------------------------------------------------SUCCESS"
+echo "***********************************************************************"
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
+echo "**********************************************************************"
+echo "Prometheus setup ----------------------------------------------STARTED"
+
# start
PROMETHEUS_HOST_PORT="9090"
PROMETHEUS_CONTAINTER_PORT="9090"
-v ~/prometheus.yml:/etc/prometheus/prometheus.yml \
-d prom/prometheus \
--config.file=/etc/prometheus/prometheus.yml
+
+echo "Prometheus setup ----------------------------------------------SUCCESS"
+echo "**********************************************************************"
# 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)
# 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"