From 7830c94ba4edcccf728bb5e8e8f2ec40059efa95 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Tue, 5 Nov 2024 16:59:23 +0100 Subject: [PATCH] fix nethermind cfg --- .../inventories/devnet-0/group_vars/ethereum_node.yaml | 8 ++++---- ansible/inventories/devnet-0/group_vars/nethermind.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/inventories/devnet-0/group_vars/ethereum_node.yaml b/ansible/inventories/devnet-0/group_vars/ethereum_node.yaml index ff2e57d..dbd1a64 100644 --- a/ansible/inventories/devnet-0/group_vars/ethereum_node.yaml +++ b/ansible/inventories/devnet-0/group_vars/ethereum_node.yaml @@ -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 diff --git a/ansible/inventories/devnet-0/group_vars/nethermind.yaml b/ansible/inventories/devnet-0/group_vars/nethermind.yaml index 544c489..8fe8431 100644 --- a/ansible/inventories/devnet-0/group_vars/nethermind.yaml +++ b/ansible/inventories/devnet-0/group_vars/nethermind.yaml @@ -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 }}