diff options
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy/launch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/launch.sh b/deploy/launch.sh index fbffc98c..9947bd8d 100755 --- a/deploy/launch.sh +++ b/deploy/launch.sh @@ -88,7 +88,7 @@ if [[ "$DEPLOY_HOST" == "true" || $REDEPLOY_HOST == "true" ]]; then externet_cidr=$(sshpass -p 'root' ssh $ssh_options root@$installer_ip 'cat /home/opencontrail2.rc') sudo ip route add $externet_cidr via $vgw_ip dev br-external 2>/dev/null sleep 60 - python ${COMPASS_DIR}/deploy/reset_compute.py $TYPE $DHA + sudo python ${COMPASS_DIR}/deploy/reset_compute.py $TYPE $DHA sleep 600 fi fi |