Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski d787da3cb2
nimbus.holesky: update tsv with state after cleanup
Old folders with validator clients that should not exist were present on
hosts, mostly erigon ones, and posing a threat for further slashings.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-04-28 09:43:13 +02:00
ansible nimbus.holesky: update tsv with state after cleanup 2024-04-28 09:43:13 +02:00
files
scripts ansible/inventory: update to use status.im domain 2024-03-15 12:07:45 +01:00
.gitignore
Makefile
README.md nimbus.prater: decomission last two remaining hosts 2024-04-19 10:13:23 +02:00
ansible.cfg
common.tf
dash.tf drop statusim.net domain config in favor of status.im 2024-03-14 20:56:48 +01:00
eth1.tf drop statusim.net domain config in favor of status.im 2024-03-14 20:56:48 +01:00
fluffy.tf drop statusim.net domain config in favor of status.im 2024-03-14 20:56:48 +01:00
foreach.sh ansible/inventory: update to use status.im domain 2024-03-15 12:07:45 +01:00
geth.tf nimbus.holesky: add Geth hosts for MacOS and Windows 2024-03-21 16:53:36 +01:00
holesky.tf nimbus.holesky: deploy windows-01 host with nodes 2024-03-26 12:42:26 +01:00
logs.tf drop statusim.net domain config in favor of status.im 2024-03-14 20:56:48 +01:00
main.tf
mainnet.tf mainnet.tf: bump bootstrap node volumes to 800 GB 2024-03-14 21:45:02 +01:00
outputs.tf nimbus.prater: decomission last two remaining hosts 2024-04-19 10:13:23 +02:00
providers.tf versions.tf: upgrade CloudFlare provider 2024-03-21 13:20:55 +01:00
secrets.tf versions.tf: upgrade CloudFlare provider 2024-03-21 13:20:55 +01:00
sepolia.tf drop statusim.net domain config in favor of status.im 2024-03-14 20:56:48 +01:00
users.tf
variables.tf drop statusim.net domain config in favor of status.im 2024-03-14 20:56:48 +01:00
versions.tf versions.tf: upgrade CloudFlare provider 2024-03-21 13:20:55 +01:00

README.md

Description

This repo defines Nimbus cluster infrastructure.

Endpoints

These are Beacon API endpoints intended for community testing.

Endpoint Host
http://unstable.mainnet.beacon-api.nimbus.team/ linux-01.ih-eu-mda1.nimbus.mainnet
http://testing.mainnet.beacon-api.nimbus.team/ linux-02.ih-eu-mda1.nimbus.mainnet
http://unstable.sepolia.beacon-api.nimbus.team/ linux-01.ih-eu-mda1.nimbus.sepolia
http://testing.holesky.beacon-api.nimbus.team/ geth-01.ih-eu-mda1.nimbus.holesky
http://unstable.holesky.beacon-api.nimbus.team/ geth-02.ih-eu-mda1.nimbus.holesky

These nodes have no validators attached.

There are also archives of ERA files:

Endpoint Host
https://mainnet.era.nimbus.team/ linux-03.ih-eu-mda1.nimbus.mainnet
https://sepolia.era.nimbus.team/ linux-01.ih-eu-mda1.nimbus.sepolia

Dashboards

There's a dedicated Kibana dashboard for Nimbus fleet logs: https://nimbus-logs.infra.status.im/

There are explorers available for various testnets:

Fleet Layouts

The fleet layout configuration used by Ansible can be found in ansible/vars/layout.

But for finding which host holds which validator use TSV files in ansible/files/layout.

Bootstrap Nodes

Some nodes in this repo are used as bootstrap nodes for testnets and mainnet.

Currently this includes:

Host IP
bootstrap-01.aws-eu-central-1a.nimbus.mainnet 3.120.104.18
bootstrap-02.aws-eu-central-1a.nimbus.mainnet 3.64.117.223

They are recorded in the eth2-networks repository.

Repo Usage

Simplest way to run commands on fleets if you have SSH access:

 > ./foreach.sh nimbus-mainnet-small "sudo systemctl --no-block restart 'build-beacon-node-*'"
stable-small-01.aws-eu-central-1a.nimbus.mainnet
stable-small-02.aws-eu-central-1a.nimbus.mainnet

For more details read the Infra Repo Usage doc.