X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=tools%2F3deploy_site.sh;h=7307c22fd0bf5d178560d9843e2c68be0a6960c5;hb=87dd646ac7e0fc62ffb339ec501d4432d2deb581;hp=06a95b00cd7a2689f86f1ccc3844d0993bc3b1cb;hpb=b88d06765ceede68d090eb766431a4f0d7cc8cb2;p=yaml_builds.git diff --git a/tools/3deploy_site.sh b/tools/3deploy_site.sh index 06a95b0..7307c22 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 - bash configs/promenade-bundle/genesis.sh + echo "#######################################################" + echo "# Running genesis.sh script " + echo "#######################################################" + bash ./configs/promenade-bundle/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