X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tools%2F3deploy_site.sh;h=2e998d505b48b48c211fcd846f1598eb44640692;hb=refs%2Fchanges%2F86%2F1886%2F2;hp=34fb3dc1f9c7397e99e0e5952fd36527a627602f;hpb=fbb206730195c6f03ded7658d08f1ef708ebf88b;p=yaml_builds.git diff --git a/tools/3deploy_site.sh b/tools/3deploy_site.sh index 34fb3dc..2e998d5 100755 --- a/tools/3deploy_site.sh +++ b/tools/3deploy_site.sh @@ -39,13 +39,22 @@ source $(dirname $0)/env_$SITE.sh ssh $GENESIS_HOST << EOF cd /root/akraino + echo "#######################################################" + echo "# Running genesis.sh script " + echo "#######################################################" bash genesis.sh # Shipyard takes time to really come up and start responding. date sleep 900 # Following is a workaround, tested on dell servers. # TODO to be removed when not required. + echo "#######################################################" + echo "# Updating iptables " + echo "#######################################################" bash update_iptables.sh + echo "#######################################################" + echo "# Running deploy_site.sh script " + echo "#######################################################" #bash deploy_site.sh EOF