Infrastructure for Nimbus cluster https://nimbus.team
Go to file
kdeme e0140a1497
nimbus.fluffy: drop bootstrap nodes, use network flag
The `testnet0` network used with `--network` flag already includes our
own Fluffy nodes from this fleet, so no need to define them separately.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-06-29 18:23:53 +02:00
ansible nimbus.fluffy: drop bootstrap nodes, use network flag 2023-06-29 18:23:53 +02:00
files
scripts
.gitignore
Makefile
README.md remove metal-01.he-eu-hel1.nimbus.mainnet 2023-05-16 11:05:30 +02:00
ansible.cfg
common.tf
dash.tf
eth1.tf add metal-01.ih-eu-mda1.nimbus.eth1 host 2023-06-26 21:59:13 +02:00
fluffy.tf nimbus.fluffy: add two new hosts from InnovaHosting 2023-06-26 22:50:47 +02:00
geth.tf add three InnovaHosting servers to nimbus.geth fleet 2023-06-23 21:15:19 +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: add comment on Innova server hardware 2023-05-30 20:44:27 +02:00
outputs.tf nimbus.fluffy: add two new hosts from InnovaHosting 2023-06-26 22:50:47 +02:00
prater.tf nimubs.prater: add 4 new hosts from InnovaHosting 2023-06-22 20:44:31 +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.

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.