Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski d2270feece
logs.nimbus: increase total_fields.limit to 1500
This is a special case since these logs are all custom JSON, so
increasing this is fine for now. I can't control what they put in logs.
https://discuss.elastic.co/t/approaches-to-deal-with-limit-of-total-fields-1000-in-index-has-been-exceeded/241039

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-10-12 18:56:21 +02:00
ansible logs.nimbus: increase total_fields.limit to 1500 2023-10-12 18:56:21 +02:00
files
scripts
.gitignore
Makefile
README.md sepolia: Exposing ERA files 2023-10-02 13:42:51 +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
holesky.tf holesky.tf: add remaining hosts to the fleet 2023-09-27 16:35:39 +02:00
logs.tf
main.tf
mainnet.tf mainnet.tf: bump AWS data volumes size to 600 GB 2023-09-25 10:50:37 +02:00
outputs.tf holesky.tf: add first 15 hosts for nimbus.holesky 2023-09-15 16:24:33 +02:00
prater.tf prater.tf: bump AWS data volumes size to 600 GB 2023-09-25 10:51:04 +02:00
providers.tf
secrets.tf
sepolia.tf sepolia: Exposing ERA files 2023-10-02 13:42:51 +02:00
users.tf
variables.tf
versions.tf

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
https://sepolia.era.nimbus.team/ linux-01.ih-eu-mda1.sepolia.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.