Skip to content

Commit 93092a3

Browse files
committed
add will access
1 parent f9b81e2 commit 93092a3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ansible/inventories/devnet-2/group_vars/all/all.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ snapshot_fetcher_block: 22811744
2626
shadowfork_network_id: 12159
2727

2828
### Checkpoint sync specific for Ansible & Kubernetes
29-
checkpoint_sync_node: bootnode-1
30-
ethereum_node_cl_checkpoint_sync_enabled: false
29+
checkpoint_sync_node: lighthouse-nethermind-1
30+
ethereum_node_cl_checkpoint_sync_enabled: true
3131
checkpoint_sync_url: https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.{{ checkpoint_sync_node }}.{{ ethereum_network_name }}.{{ domain }}
3232
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 }}
3333
# ██████╗░░█████╗░██╗░░░░░███████╗  ██╗░░░██╗░█████╗░██████╗░░██████╗

ansible/inventories/devnet-2/group_vars/erigon.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
bootstrap_default_user_authorized_keys_github_team_el:
33
- Giulio2002
44
- yperbasis
5-
- somnathb1
5+
- somnathb
66
- awskii
77
- taratorio
8+
- wmitsuda
89

910
# role: ethpandaops.general.ethereum_node
1011
ethereum_node_el: erigon

0 commit comments

Comments
 (0)