Skip to content

Commit

Permalink
nimbus.prater: use EL clients from new Geth hosts
Browse files Browse the repository at this point in the history
#125

Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Sep 7, 2022
1 parent 96a9843 commit e80d594
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 11 deletions.
3 changes: 0 additions & 3 deletions ansible/group_vars/nimbus-prater-macos.yml

This file was deleted.

7 changes: 0 additions & 7 deletions ansible/group_vars/nimbus-prater-windows.yml

This file was deleted.

7 changes: 7 additions & 0 deletions ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml
Original file line number Diff line number Diff line change
@@ -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 }}'
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Original file line number Diff line number Diff line change
@@ -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)}}'

Expand All @@ -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 }}'
Original file line number Diff line number Diff line change
@@ -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 }}'
2 changes: 1 addition & 1 deletion ansible/host_vars/windows-01.he-eu-hel1.nimbus.prater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

0 comments on commit e80d594

Please sign in to comment.