comparison master/bin/wakeWorker.sh @ 54:1099246f22b6

new scripts
author Henry S. Thompson <ht@markup.co.uk>
date Fri, 08 Feb 2019 17:46:49 +0000
parents
children
comparison
equal deleted inserted replaced
53:9df880d45440 54:1099246f22b6
1 # Usage . wakeWorker.sh name
2 # Resurrect a worker cluster that was deallocated
3 set -e -o pipefail
4 name=$1
5 echo restarting...
6 az vmss restart -g cc -n $name
7 . bindWorkerVars.sh $name