Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski 15a3e6968f
mainnet: add comment on Innova server hardware
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-30 20:44:27 +02:00
ansible nimbus.prater: move disabling discovery to Hetzner group 2023-05-29 21:20:03 +02:00
files
scripts
.gitignore
Makefile Makefile: drop creating cosul-ca.key file 2022-05-12 09:54:04 +02:00
README.md remove metal-01.he-eu-hel1.nimbus.mainnet 2023-05-16 11:05:30 +02:00
ansible.cfg ansible.cfg: use interpreter_python=auto_silent 2022-09-08 12:24:14 +02:00
common.tf
dash.tf nimbus.dash: increase root size to 15 GB 2022-09-22 17:02:15 +02:00
eth1.tf extract Terraform dummy-module to separate repo 2022-05-05 13:02:48 +02:00
fluffy.tf extract Terraform dummy-module to separate repo 2022-05-05 13:02:48 +02:00
geth.tf geth: bump data volume size to 2.5 TB 2023-05-15 20:00:16 +02:00
logs.tf replace logs.nimbus hosts with new AX101 servers 2023-01-19 14:08:34 +01:00
main.tf remove Artur's aws_key_pair resource 2022-08-08 10:31:37 +02:00
mainnet.tf mainnet: add comment on Innova server hardware 2023-05-30 20:44:27 +02:00
outputs.tf remove metal-01.he-eu-hel1.nimbus.mainnet 2023-05-16 11:05:30 +02:00
prater.tf nimbus.mainnet: add two more hosts from Innova 2023-05-09 15:07:22 +02:00
providers.tf
secrets.tf
sepolia.tf nimbus.kiln: drop Kiln testnet network entirely 2022-09-14 17:33:38 +02:00
users.tf
variables.tf drop Stefan from AWS access 2022-05-24 18:21:09 +02:00
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.

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.