Skip to content

Commit 47ca271

Browse files
committed
chore: take snapshot for geth,besu,nethermind at 24187200
1 parent a350a7c commit 47ca271

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

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

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ snapshotter_ssh_known_hosts: |
6262
# 206.189.58.47:22 SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u7
6363
|1|sTvgP5DfZqB13MCH9gKo+wAVqHo=|J7YSWpXU7JIS2KUi75ccYaXgCCc= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPzbrWS87nYcT2RJDgagXzncqsQWk4FRv6UrxAIcr9OlRSY2l139A3oqK/BJvUdv1uK/SxVx3jbI2wXS1GCFN5w=
6464
# 206.189.58.47:22 SSH-2.0-OpenSSH_9.2p1 Debian-2+deb12u7
65-
65+
6666
6767
snapshotter_config: |
6868
server:
@@ -81,7 +81,7 @@ snapshotter_config: |
8181
use_agent: false
8282
snapshots:
8383
check_interval_seconds: 1
84-
block_interval: 23861500
84+
block_interval: 24187200
8585
run_once: false
8686
s3:
8787
bucket_name: "ethpandaops-ethereum-node-snapshots"
@@ -146,36 +146,36 @@ snapshotter_config: |
146146
endpoints:
147147
beacon: http://localhost:5052
148148
execution: http://localhost:8545
149-
- alias: "erigon"
150-
host: "{{ hostvars[groups['erigon'][0]].ansible_host }}"
151-
user: "devops"
152-
port: 22
153-
data_dir: /data/erigon
154-
upload_prefix: {{ ethereum_network_name }}/erigon
155-
metadata:
156-
extra_args: "{{ hostvars[groups['erigon'][0]].erigon_container_command_extra_args | join(', ') }}"
157-
docker_containers:
158-
engine_snooper: snooper-engine
159-
execution: execution
160-
beacon: beacon
161-
endpoints:
162-
beacon: http://localhost:5052
163-
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
149+
#- alias: "erigon"
150+
# host: "{{ hostvars[groups['erigon'][0]].ansible_host }}"
151+
# user: "devops"
152+
# port: 22
153+
# data_dir: /data/erigon
154+
# upload_prefix: {{ ethereum_network_name }}/erigon
155+
# metadata:
156+
# extra_args: "{{ hostvars[groups['erigon'][0]].erigon_container_command_extra_args | join(', ') }}"
157+
# docker_containers:
158+
# engine_snooper: snooper-engine
159+
# execution: execution
160+
# beacon: beacon
161+
# endpoints:
162+
# beacon: http://localhost:5052
163+
# 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)