nimbus.prater: use EL clients from new Geth hosts

https://github.com/status-im/infra-nimbus/issues/125

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-09-07 13:45:52 +02:00
parent 96a9843b21
commit e80d5943d1
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
7 changed files with 21 additions and 11 deletions

View File

@ -1,3 +0,0 @@
---
# MacStadium has no dedicated Consul Cluster
bootstrap__consul_data_center: 'he-eu-hel1'

View File

@ -1,7 +0,0 @@
---
# Scans affect disk I/O performance.
bootstrap__defender_enabled: false
# HTTP RPC support is unstable
beacon_node_web3_urls: ['http://windows-goerli-01.he-eu-hel1.nimbus.geth.wg:{{ geth_authrpc_port }}']
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'

View File

@ -1,4 +1,11 @@
---
# MacStadium has no dedicated Consul Cluster
bootstrap__consul_data_center: 'he-eu-hel1'
# Lowered to avoid hitting open files limit at boot.
# https://github.com/status-im/nimbus-eth2/issues/2984
beacon_node_max_peers: 200
# HTTP RPC support is unstable
beacon_node_web3_urls: ['http://goerli-02.he-eu-hel1.nimbus.geth.wg:{{ geth_authrpc_port }}']
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'

View File

@ -8,3 +8,7 @@ beacon_node_listening_port: 9100
# Bootnodes should subscribe to all subnets
beacon_node_subscribe_all: true
# HTTP RPC support is unstable
beacon_node_web3_urls: ['http://goerli-01.he-eu-hel1.nimbus.geth.wg:8551']
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'

View File

@ -1,3 +1,4 @@
---
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
@ -7,3 +8,7 @@ beacon_node_listening_port: 9100
# Bootnodes should subscribe to all subnets
beacon_node_subscribe_all: true
# HTTP RPC support is unstable
beacon_node_web3_urls: ['http://goerli-01.he-eu-hel1.nimbus.geth.wg:8552']
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'

View File

@ -0,0 +1,4 @@
---
# HTTP RPC support is unstable
beacon_node_web3_urls: ['http://goerli-01.he-eu-hel1.nimbus.geth.wg:8553']
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'

View File

@ -3,5 +3,5 @@
bootstrap__defender_enabled: false
# HTTP RPC support is unstable
beacon_node_web3_urls: ['http://windows-goerli-01.he-eu-hel1.nimbus.geth.wg:{{ geth_authrpc_port }}']
beacon_node_web3_urls: ['http://goerli-03.he-eu-hel1.nimbus.geth.wg:{{ geth_authrpc_port }}']
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'