mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-12 14:54:17 +00:00
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:
parent
96a9843b21
commit
e80d5943d1
@ -1,3 +0,0 @@
|
||||
---
|
||||
# MacStadium has no dedicated Consul Cluster
|
||||
bootstrap__consul_data_center: 'he-eu-hel1'
|
@ -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 }}'
|
@ -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 }}'
|
||||
|
@ -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 }}'
|
||||
|
@ -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 }}'
|
||||
|
@ -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 }}'
|
@ -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 }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user