Skip to content

Commit

Permalink
fix grandine
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed May 16, 2024
1 parent 016595a commit bb0f42c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 26 deletions.
16 changes: 7 additions & 9 deletions ansible/inventories/devnet-0/inventory.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ localhost
ethereum_network_name=peerdas-devnet-0

[bootnode]
bootnode-1 ansible_host=143.198.166.9 ipv6=2604:a880:400:d0::10b3:3001 cloud=digitalocean cloud_region=nyc1
bootnode-1 ansible_host=143.198.166.9 ipv6=2604:a880:400:d0::10b3:3001 cloud=digitalocean cloud_region=nyc1

[grandine_geth]
grandine-geth-1 ansible_host=67.205.150.97 ipv6=2604:a880:400:d0::2343:9001 cloud=digitalocean cloud_region=nyc1 validator_start=1600 validator_end=1700

[lighthouse_geth]
lighthouse-geth-1 ansible_host=174.138.42.26 ipv6=2604:a880:400:d0::214e:7001 cloud=digitalocean cloud_region=nyc1 validator_start=0 validator_end=100
Expand All @@ -19,9 +22,6 @@ lighthouse-nethermind-3 ansible_host=144.126.200.175 ipv6=2a03:b0c0:1:d0::fa2:b0
[nimbus_geth]
nimbus-geth-1 ansible_host=157.230.82.146 ipv6=2604:a880:400:d0::2157:8001 cloud=digitalocean cloud_region=nyc1 validator_start=1400 validator_end=1500

[nimbus_nethermind]
nimbus-nethermind-1 ansible_host=159.65.224.180 ipv6=2604:a880:400:d0::e2b:e001 cloud=digitalocean cloud_region=nyc1 validator_start=1600 validator_end=1700

[prysm_geth]
prysm-geth-1 ansible_host=67.205.186.80 ipv6=2604:a880:400:d0::1dfb:a001 cloud=digitalocean cloud_region=nyc1 validator_start=600 validator_end=700
prysm-geth-2 ansible_host=152.42.196.210 ipv6=2400:6180:0:d0::a43:5001 cloud=digitalocean cloud_region=sgp1 validator_start=700 validator_end=800
Expand All @@ -47,27 +47,27 @@ lighthouse_nethermind
[lodestar:children]
[nimbus:children]
nimbus_geth
nimbus_nethermind
[teku:children]
teku_geth
teku_nethermind
[prysm:children]
prysm_geth
prysm_nethermind
[grandine:children]
grandine_geth

# Execution client groups

[besu:children]
[ethereumjs:children]
[geth:children]
grandine_geth
lighthouse_geth
nimbus_geth
prysm_geth
teku_geth
[nethermind:children]
lighthouse_nethermind
nimbus_nethermind
prysm_nethermind
teku_nethermind
[erigon:children]
Expand All @@ -76,6 +76,7 @@ teku_nethermind
# Global groups

[consensus_node:children]
grandine
lighthouse
nimbus
prysm
Expand All @@ -88,6 +89,3 @@ nethermind
[ethereum_node:children]
consensus_node
execution_node

[tx_fuzz_blobs]
bootnode-1
6 changes: 3 additions & 3 deletions kubernetes/devnet-0/checkpointz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ checkpointz:
- name: bootnode-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.bootnode-1.peerdas-devnet-0.ethpandaops.io
dataProvider: true
- name: grandine-geth-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.grandine-geth-1.peerdas-devnet-0.ethpandaops.io
dataProvider: true
- name: lighthouse-geth-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.lighthouse-geth-1.peerdas-devnet-0.ethpandaops.io
dataProvider: true
Expand All @@ -72,9 +75,6 @@ checkpointz:
- name: nimbus-geth-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-geth-1.peerdas-devnet-0.ethpandaops.io
dataProvider: true
- name: nimbus-nethermind-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-nethermind-1.peerdas-devnet-0.ethpandaops.io
dataProvider: true
- name: prysm-geth-1
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.prysm-geth-1.peerdas-devnet-0.ethpandaops.io
dataProvider: true
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/devnet-0/dora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ dora:
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.bootnode-1.peerdas-devnet-0.ethpandaops.io
name: bootnode-1
priority: -1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.grandine-geth-1.peerdas-devnet-0.ethpandaops.io
name: grandine-geth-1
priority: -1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.lighthouse-geth-1.peerdas-devnet-0.ethpandaops.io
name: lighthouse-geth-1
priority: -1
Expand Down Expand Up @@ -70,9 +73,6 @@ dora:
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-geth-1.peerdas-devnet-0.ethpandaops.io
name: nimbus-geth-1
priority: -1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-nethermind-1.peerdas-devnet-0.ethpandaops.io
name: nimbus-nethermind-1
priority: -1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.prysm-geth-1.peerdas-devnet-0.ethpandaops.io
name: prysm-geth-1
priority: -1
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/devnet-0/dugtrio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dugtrio:
name: rpc-teku-geth-001
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.bootnode-1.peerdas-devnet-0.ethpandaops.io
name: bootnode-1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.grandine-geth-1.peerdas-devnet-0.ethpandaops.io
name: grandine-geth-1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.lighthouse-geth-1.peerdas-devnet-0.ethpandaops.io
name: lighthouse-geth-1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.lighthouse-geth-2.peerdas-devnet-0.ethpandaops.io
Expand All @@ -47,8 +49,6 @@ dugtrio:
name: lighthouse-nethermind-3
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-geth-1.peerdas-devnet-0.ethpandaops.io
name: nimbus-geth-1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-nethermind-1.peerdas-devnet-0.ethpandaops.io
name: nimbus-nethermind-1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.prysm-geth-1.peerdas-devnet-0.ethpandaops.io
name: prysm-geth-1
- url: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.prysm-geth-2.peerdas-devnet-0.ethpandaops.io
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/devnet-0/forkmon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ forkmon:
name: rpc-teku-geth-001
- addr: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.bootnode-1.peerdas-devnet-0.ethpandaops.io
name: bootnode-1
- addr: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.grandine-geth-1.peerdas-devnet-0.ethpandaops.io
name: grandine-geth-1
- addr: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.lighthouse-geth-1.peerdas-devnet-0.ethpandaops.io
name: lighthouse-geth-1
- addr: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.lighthouse-geth-2.peerdas-devnet-0.ethpandaops.io
Expand All @@ -35,8 +37,6 @@ forkmon:
name: lighthouse-nethermind-3
- addr: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.nimbus-geth-1.peerdas-devnet-0.ethpandaops.io
name: nimbus-geth-1
- addr: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.nimbus-nethermind-1.peerdas-devnet-0.ethpandaops.io
name: nimbus-nethermind-1
- addr: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.prysm-geth-1.peerdas-devnet-0.ethpandaops.io
name: prysm-geth-1
- addr: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@rpc.prysm-geth-2.peerdas-devnet-0.ethpandaops.io
Expand Down
12 changes: 6 additions & 6 deletions kubernetes/devnet-0/forky/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,18 @@ forky:
spec:
seconds_per_slot: 12
slots_per_epoch: 32
genesis_time: 1715888986
genesis_time: 1715890114
sources:
- name: bootnode-1
type: "beacon_node"
config:
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.bootnode-1.peerdas-devnet-0.ethpandaops.io
polling_interval: "12s"
- name: grandine-geth-1
type: "beacon_node"
config:
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.grandine-geth-1.peerdas-devnet-0.ethpandaops.io
polling_interval: "12s"
- name: lighthouse-geth-1
type: "beacon_node"
config:
Expand All @@ -61,11 +66,6 @@ forky:
config:
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-geth-1.peerdas-devnet-0.ethpandaops.io
polling_interval: "12s"
- name: nimbus-nethermind-1
type: "beacon_node"
config:
address: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.peerdas-devnets.node_ingress.combined}>@bn.nimbus-nethermind-1.peerdas-devnet-0.ethpandaops.io
polling_interval: "12s"
- name: prysm-geth-1
type: "beacon_node"
config:
Expand Down
2 changes: 1 addition & 1 deletion terraform/devnet-0/nodes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ variable "nimbus_geth" {

variable "grandine_geth" {
default = {
name = "nimbus-nethermind"
name = "grandine-geth"
count = 1
validator_start = 1600
validator_end = 1700
Expand Down

0 comments on commit bb0f42c

Please sign in to comment.