Add support for Azure instances in testnet creation (#3905)

* Add support for Azure instances in testnet creation

* Fixup

* Fix shellcheck errors

* More shellcheck and cleanup node creation and deletion

* More shellcheck and cleanup node creation and deletion

* Fixup instance wait API

* Fix revieew comments and add GPU installation extension
This commit is contained in:
Dan Albert
2019-04-23 16:41:45 -06:00
committed by GitHub
parent ab11327e34
commit 4e7e5ace9d
7 changed files with 354 additions and 6 deletions

View File

@ -302,7 +302,7 @@ startNode() {
"
) >> "$logFile" 2>&1 &
declare pid=$!
ln -sf "fullnode-$ipAddress.log" "$netLogDir/fullnode-$pid.log"
ln -sfT "fullnode-$ipAddress.log" "$netLogDir/fullnode-$pid.log"
pids+=("$pid")
}