mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-14 16:47:21 +00:00
Change the testnet servers domain names
This commit is contained in:
parent
4f6f2f28f3
commit
b1c247fa4a
@ -51,7 +51,7 @@ iterator nodes: Node =
|
|||||||
for i in 0 ..< serverCount:
|
for i in 0 ..< serverCount:
|
||||||
let
|
let
|
||||||
serverShortName = if i == 0: "master-01" else: &"node-0{i}"
|
serverShortName = if i == 0: "master-01" else: &"node-0{i}"
|
||||||
server = &"{serverShortName}.do-ams3.nimbus.test.statusim.net"
|
server = &"{serverShortName}.aws-eu-central-1a.nimbus.test.statusim.net"
|
||||||
|
|
||||||
for j in 0 ..< instancesCount:
|
for j in 0 ..< instancesCount:
|
||||||
yield Node(id: i*instancesCount + j,
|
yield Node(id: i*instancesCount + j,
|
||||||
|
@ -22,7 +22,7 @@ fi
|
|||||||
echo Execution plan:
|
echo Execution plan:
|
||||||
|
|
||||||
echo "Testnet name : $NETWORK"
|
echo "Testnet name : $NETWORK"
|
||||||
echo "Bootstrap node hostname : ${BOOTSTRAP_HOST:="master-01.do-ams3.nimbus.test.statusim.net"}"
|
echo "Bootstrap node hostname : ${BOOTSTRAP_HOST:="master-01.aws-eu-central-1a.nimbus.test.statusim.net"}"
|
||||||
echo "Bootstrap node ip : ${BOOTSTRAP_IP:="$(dig +short $BOOTSTRAP_HOST)"}"
|
echo "Bootstrap node ip : ${BOOTSTRAP_IP:="$(dig +short $BOOTSTRAP_HOST)"}"
|
||||||
echo "Bootstrap node port : ${BOOTSTRAP_PORT:=9000}"
|
echo "Bootstrap node port : ${BOOTSTRAP_PORT:=9000}"
|
||||||
echo "Reset testnet at end : ${PUBLISH_TESTNET_RESETS:="1"}"
|
echo "Reset testnet at end : ${PUBLISH_TESTNET_RESETS:="1"}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user