Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Daniil Sobol b9373b7889
all: grant SSH access to daniil@status.im
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-09-11 09:41:05 +02:00
ansible all: grant SSH access to daniil@status.im 2023-09-11 09:41:05 +02:00
files
scripts
.gitignore
Makefile
README.md readme: add links to endpoints with ERA files 2023-09-08 12:02:05 +02:00
ansible.cfg
common.tf
dash.tf
eth1.tf eth1.tf: drop cancelled Hetzner server 2023-07-06 14:41:51 +02:00
fluffy.tf fluffy.tf: drop cencelled Hetzner servers 2023-07-06 14:41:22 +02:00
geth.tf geth.tf: drop cancelled Hetzner server 2023-07-06 15:00:07 +02:00
logs.tf replace logs.nimbus hosts with new AX101 servers 2023-01-19 14:08:34 +01:00
main.tf
mainnet.tf mainnet.tf: bump data volume from 300 GB to 400 GB 2023-07-06 15:20:16 +02:00
outputs.tf drop macos-01.ms-eu-dublin.nimbus.prater host 2023-09-06 10:19:22 +02:00
prater.tf drop macos-01.ms-eu-dublin.nimbus.prater host 2023-09-06 10:19:22 +02:00
providers.tf
secrets.tf
sepolia.tf drop linux-01.he-eu-hel1.nimbus.sepolia host 2023-06-05 12:08:43 +02:00
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/ linux-01.ih-eu-mda1.nimbus.mainnet
http://testing.mainnet.beacon-api.nimbus.team/ linux-02.ih-eu-mda1.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.

There are also archives of ERA files:

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

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.