Skip to content

Commit

Permalink
fix nethermind cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Nov 5, 2024
1 parent de5f2eb commit 7830c94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ansible/inventories/devnet-0/group_vars/ethereum_node.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ethereum_cl_bootnodes:
- "{{ hostvars['bootnode-1']['cl_bootnode_fact_enr'] }}"
- "{{ hostvars['bootnode-1']['ethereum_node_fact_cl_enr'] }}"
# - "{{ hostvars['lighthouse-geth-1']['ethereum_node_fact_cl_enr'] }}"
# - "{{ hostvars['lighthouse-geth-2']['ethereum_node_fact_cl_enr'] }}"
- "{{ hostvars['lighthouse-geth-1']['ethereum_node_fact_cl_enr'] }}"
- "{{ hostvars['lighthouse-geth-2']['ethereum_node_fact_cl_enr'] }}"

ethereum_el_bootnodes:
- "{{ hostvars['bootnode-1']['ethereum_node_fact_el_enode'] }}"
# - "{{ hostvars['lighthouse-geth-1']['ethereum_node_fact_el_enode'] }}"
# - "{{ hostvars['lighthouse-geth-2']['ethereum_node_fact_el_enode'] }}"
- "{{ hostvars['lighthouse-geth-1']['ethereum_node_fact_el_enode'] }}"
- "{{ hostvars['lighthouse-geth-2']['ethereum_node_fact_el_enode'] }}"

# role: ethpandaops.general.prometheus
prometheus_remote_push_url: https://victoriametrics-public.analytics.production.platform.ethpandaops.io/insert/1/prometheus
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventories/devnet-0/group_vars/nethermind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nethermind_container_command_extra_args:
- --Discovery.Bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --Init.IsMining=false
- --Pruning.Mode=None
- --config=none.cfg
- --config=none
- --EthStats.Enabled=true
- --EthStats.Name={{ inventory_hostname }}
- --EthStats.Secret={{ ethstats_secret }}
Expand Down

0 comments on commit 7830c94

Please sign in to comment.