Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski 1a49e60147
nimbus-era-files: extend folder mode to 755
Not unsafe, and necessary for hosting using Nginx.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-11-08 17:53:08 +01:00
ansible nimbus-era-files: extend folder mode to 755 2022-11-08 17:53:08 +01:00
files
scripts
.gitignore
Makefile Makefile: drop creating cosul-ca.key file 2022-05-12 09:54:04 +02:00
README.md nimbus.kiln: drop Kiln testnet network entirely 2022-09-14 17:33:38 +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
fluffy.tf
geth.tf drop goerli-01.aws-eu-central-1a.nimbus.geth host 2022-09-08 13:32:28 +02:00
logs.tf logs.nimbus: drop ElasticHQ in favor of ES Comrade 2022-07-14 20:31:24 +02:00
main.tf remove Artur's aws_key_pair resource 2022-08-08 10:31:37 +02:00
mainnet.tf add metal-07.he-eu-hel1.nimbus.mainnet host 2022-10-19 12:16:34 +02:00
outputs.tf drop goerli-01.aws-eu-central-1a.nimbus.geth host 2022-09-08 13:32:28 +02:00
prater.tf nimbus.prater: bump AWS data volume to 150 GB 2022-09-07 10:08:11 +02:00
providers.tf
ropsten.tf nimbus.ropsten: add metal-01.he-eu-hel1.nimbus.ropsten 2022-05-25 11:19:10 +02:00
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: bump Terraform from 1.2.0 to 1.3.0 2022-10-11 11:33:07 +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/ metal-01.he-eu-hel1.nimbus.prater
http://testing.prater.beacon-api.nimbus.team/ metal-02.he-eu-hel1.nimbus.prater
http://unstable.sepolia.beacon-api.nimbus.team/ metal-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.