Skip to content

Commit

Permalink
update images and flags
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Nov 29, 2024
1 parent c99b646 commit 00adc47
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/all/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ethstats_secret: "{{ secret_ethstats }}"
### Checkpoint sync specific for Ansible & Kubernetes
checkpoint_sync_node: prysm-geth-1
ethereum_node_cl_checkpoint_sync_enabled: true
checkpoint_sync_url: https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.{{ checkpoint_sync_node }}.{{ ethereum_network_name }}.{{ domain }}
checkpoint_sync_url: https://checkpoint-sync.mekong.{{ domain }}
checkpoint_sync_url_kube: https://<path:/secrets/services/services.enc.yaml#ethereum | jsonPath {.testnets.dencun-devnets.node_ingress.combined}>@bn.{{ checkpoint_sync_node }}.{{ ethereum_network_name }}.{{ domain }}
# ██████╗░░█████╗░██╗░░░░░███████╗  ██╗░░░██╗░█████╗░██████╗░░██████╗
# ██╔══██╗██╔══██╗██║░░░░░██╔════╝  ██║░░░██║██╔══██╗██╔══██╗██╔════╝
Expand Down
4 changes: 2 additions & 2 deletions ansible/inventories/devnet-0/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ default_ethereum_client_images:
prysm: docker.ethquokkaops.io/dh/ethpandaops/prysm-beacon-chain:v5.1.2-mekong-1
prysm_validator: docker.ethquokkaops.io/dh/ethpandaops/prysm-validator:v5.1.2-mekong-1
teku: docker.ethquokkaops.io/dh/ethpandaops/teku:mekong-297263b
grandine: docker.ethquokkaops.io/dh/ethpandaops/grandine:pectra-devnet4-bd507cb
grandine: docker.ethquokkaops.io/dh/ethpandaops/grandine:pectra-devnet4-9af1b11
### Execution layer clients
besu: docker.ethquokkaops.io/dh/ethpandaops/besu:pectra-devnet-4-8ab3aac
geth: docker.ethquokkaops.io/dh/ethpandaops/geth:lightclient-prague-devnet-4-37035c5
erigon: docker.ethquokkaops.io/dh/erigontech/erigon:v2.61.0-beta1
ethereumjs: docker.ethquokkaops.io/dh/ethpandaops/ethereumjs:7702-devnet-4-plus-t8ntool-f487448
nethermind: docker.ethquokkaops.io/dh/ethpandaops/nethermind:pectra_devnet_4-c3827bc
reth: docker.ethquokkaops.io/dh/ethpandaops/reth:main-28ef574
nimbusel: docker.ethquokkaops.io/dh/ethpandaops/nimbus-eth1:master-e55583b
nimbusel: docker.ethquokkaops.io/dh/ethpandaops/nimbus-eth1:latest-eip-7702-22df2d4

default_tooling_images:
xatu_sentry: docker.ethquokkaops.io/dh/ethpandaops/xatu:0.0.16-pectra-debian
Expand Down
3 changes: 2 additions & 1 deletion ansible/inventories/devnet-0/group_vars/bootnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ teku_container_volumes:
- "{{ eth_testnet_config_dir }}:/network-config:ro"
teku_container_command_extra_args:
- --network=/network-config/config.yaml
- --initial-state=/network-config/genesis.ssz
- --genesis-state=/network-config/genesis.ssz
- --p2p-peer-upper-bound=200
- --data-storage-non-canonical-blocks-enabled=true
- --data-storage-mode=ARCHIVE
- --logging=info
- --Xlog-include-p2p-warnings-enabled
- --metrics-block-timing-tracking-enabled
- --ignore-weak-subjectivity-period-enabled=true

# role: ethpandaops.general.geth
geth_container_name: execution
Expand Down
4 changes: 4 additions & 0 deletions ansible/inventories/devnet-0/group_vars/nimbus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ ethereum_node_cl: nimbus
# Checkpointsync
nimbus_checkpoint_autoremove_enabled: true

nimbus_checkpoint_container_command_extra_args:
- --trusted-node-url={{ checkpoint_sync_url }}
- --network=/network-config
- --backfill=false
# role: ethpandaops.general.nimbus
nimbus_container_name: beacon
nimbus_container_image: "{{ default_ethereum_client_images.nimbus }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/reth.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# role: ethpandaops.general.bootstrap
bootstrap_default_user_authorized_keys_github_team_el:
- gakonst

- onbjerg
# role: ethpandaops.general.ethereum_node
ethereum_node_el: reth
# role: ethpandaops.general.reth
Expand Down

0 comments on commit 00adc47

Please sign in to comment.