Skip to content

Commit d7d433c

Browse files
committed
push snapshotter config
1 parent 0e04627 commit d7d433c

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

  • ansible/inventories/devnet-3/group_vars/snapshotter

ansible/inventories/devnet-3/group_vars/snapshotter/main.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
snapshotter_container_image: ghcr.io/ethpandaops/snapshotter:master@sha256:aec61131bff6e89744da15ea381ce20d92eb028ad4543fc91b148732f6c13b1c
1+
snapshotter_container_image: ghcr.io/ethpandaops/snapshotter:master@sha256:8ec3875bc3c9e304c21785f581f233fdd968efa17d9b743141c44f8e1f3248d0
22

33
snapshotter_container_env:
44
S3_ENDPOINT_URL: "https://539bc53131934672bf85e7260ec0b218.r2.cloudflarestorage.com"
@@ -81,7 +81,7 @@ snapshotter_config: |
8181
use_agent: false
8282
snapshots:
8383
check_interval_seconds: 1
84-
block_interval: 24187200
84+
block_interval: 24194300
8585
run_once: false
8686
s3:
8787
bucket_name: "ethpandaops-ethereum-node-snapshots"
@@ -161,21 +161,21 @@ snapshotter_config: |
161161
# endpoints:
162162
# beacon: http://localhost:5052
163163
# execution: http://localhost:8545
164-
#- alias: "reth"
165-
# host: "{{ hostvars[groups['reth'][0]].ansible_host }}"
166-
# user: "devops"
167-
# port: 22
168-
# data_dir: /data/reth
169-
# upload_prefix: {{ ethereum_network_name }}/reth
170-
# metadata:
171-
# extra_args: "{{ hostvars[groups['reth'][0]].reth_container_command_extra_args | join(', ') }}"
172-
# docker_containers:
173-
# engine_snooper: snooper-engine
174-
# execution: execution
175-
# beacon: beacon
176-
# endpoints:
177-
# beacon: http://localhost:5052
178-
# execution: http://localhost:8545
164+
- alias: "reth"
165+
host: "{{ hostvars[groups['reth'][0]].ansible_host }}"
166+
user: "devops"
167+
port: 22
168+
data_dir: /data/reth
169+
upload_prefix: {{ ethereum_network_name }}/reth
170+
metadata:
171+
extra_args: "{{ hostvars[groups['reth'][0]].reth_container_command_extra_args | join(', ') }}"
172+
docker_containers:
173+
engine_snooper: snooper-engine
174+
execution: execution
175+
beacon: beacon
176+
endpoints:
177+
beacon: http://localhost:5052
178+
execution: http://localhost:8545
179179
180180
181181
docker_nginx_proxy_container_custom_vhost_files:

0 commit comments

Comments
 (0)