More AWS regions for testnet deployment (#3911)

- also some minor fixes to gce.sh
This commit is contained in:
Pankaj Garg
2019-04-19 17:46:14 -07:00
committed by GitHub
parent efbb573316
commit d83a71d89f
3 changed files with 32 additions and 6 deletions

View File

@ -36,6 +36,7 @@ leaderRotation=
buildSshOptions() {
sshOptions=(
-o "ConnectTimeout=20"
-o "BatchMode=yes"
-o "StrictHostKeyChecking=no"
-o "UserKnownHostsFile=/dev/null"