#!/usr/bin/env bash set -e cd "$(dirname "$0")"/.. source ci/upload-ci-artifact.sh zone= bootstrapFullNodeAddress= bootstrapFullNodeMachineType= clientNodeCount=0 additionalFullNodeCount=10 publicNetwork=false stopNetwork=false reuseLedger=false skipCreate=false skipStart=false externalNode=false failOnValidatorBootupFailure=true tarChannelOrTag=edge delete=false enableGpu=false bootDiskType="" leaderRotation=true blockstreamer=false usage() { exitcode=0 if [[ -n "$1" ]]; then exitcode=1 echo "Error: $*" fi cat < update_manifest_keypair.json maybeUpdateManifestKeypairFile="-i update_manifest_keypair.json" fi # shellcheck disable=SC2086 # Don't want to double quote the $maybeXYZ variables time net/net.sh $op -t "$tarChannelOrTag" \ $maybeUpdateManifestKeypairFile \ $maybeReuseLedger \ $maybeRejectExtraNodes \ $maybeNoValidatorSanity \ $maybeNoLedgerVerify ) || ok=false net/net.sh logs fi $ok