Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski bf44ab3dca
versions: use looser restriction for terrform
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-04-05 09:17:15 +02:00
ansible nimbus.prater: open Erigon metrics port on VPN 2023-03-23 15:14:38 +01:00
files
scripts
.gitignore
Makefile
README.md
ansible.cfg
common.tf
dash.tf
eth1.tf
fluffy.tf
geth.tf
logs.tf replace logs.nimbus hosts with new AX101 servers 2023-01-19 14:08:34 +01:00
main.tf
mainnet.tf mainnet: bump AWS host data volume to 300 GB 2023-03-02 14:12:11 +01:00
outputs.tf
prater.tf nimbus.prater: add linux-01.cs-eu-nld1.nimbus.prater 2023-02-21 21:25:42 +01:00
providers.tf
secrets.tf
sepolia.tf
users.tf
variables.tf
versions.tf versions: use looser restriction for terrform 2023-04-05 09:17:15 +02: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/ metal-01.he-eu-hel1.nimbus.mainnet
http://testing.mainnet.beacon-api.nimbus.team/ metal-02.he-eu-hel1.nimbus.mainnet
http://unstable.prater.beacon-api.nimbus.team/ linux-01.he-eu-hel1.nimbus.prater
http://testing.prater.beacon-api.nimbus.team/ linux-02.he-eu-hel1.nimbus.prater
http://unstable.sepolia.beacon-api.nimbus.team/ linux-01.he-eu-hel1.nimbus.sepolia

These nodes have no validators attached.

Dashboards

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

There are explorers available for various testnets:

Repo Usage

For how to use this repo read the Infra Repo Usage doc.