Skip to content

Mainnet archive node#271

Open
apentori wants to merge 4 commits intomasterfrom
mainnet-archive-node
Open

Mainnet archive node#271
apentori wants to merge 4 commits intomasterfrom
mainnet-archive-node

Conversation

@apentori
Copy link
Contributor

@apentori apentori commented Feb 5, 2026

Linked to:

This host is also use by the Vault monitoring tool of the BI team

Signed-off-by: apentori <pentori.alexis@proton.me>
  updating reth port

Signed-off-by: apentori <pentori.alexis@proton.me>
Signed-off-by: apentori <pentori.alexis@proton.me>
@apentori apentori requested a review from a team February 5, 2026 12:17
@apentori apentori self-assigned this Feb 5, 2026
@apentori apentori force-pushed the mainnet-archive-node branch from 017c452 to cf4e7bd Compare February 5, 2026 12:17
Signed-off-by: apentori <pentori.alexis@proton.me>
@apentori apentori force-pushed the mainnet-archive-node branch from cf4e7bd to 3064d64 Compare February 5, 2026 12:26
Comment on lines +143 to +147
- name: infra-role-reth
src: git@github.com:status-im/infra-role-reth.git

- name: infra-role-lighthouse
src: git@github.com:status-im/infra-role-lighthouse.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need commits.

@@ -1,4 +1,5 @@
---
testing: False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary I assume. You could do this in CLI with:

ansible-playbook ansible/something.yml -e '{"testing":false}'

Comment on lines +33 to +35
eth_val_watcher_validators_lido_geth_1: '{{ lookup("vault", "archive/lido-geth-01", field="config") }}'
eth_val_watcher_validators_lido_geth_2: '{{ lookup("vault", "archive/lido-geth-02", field="config") }}'
eth_val_watcher_validators_lido_geth_3: '{{ lookup("vault", "archive/lido-geth-03", field="config") }}'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not a list that you then do | join("\n") on?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, could we not just have a script that calls RPC endpoint to get list of validator keys from LIDO smart contract?

Not that important, but it would be doable.

Comment on lines +5 to +6
open_ports_list:
archive:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The usual pattern is to put open_ports_list at the bottom of the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants