Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski 558e226afb
nimbus-geth-mainnet: open API for eth2.prod fleet
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-06-28 19:04:24 +02:00
ansible nimbus-geth-mainnet: open API for eth2.prod fleet 2022-06-28 19:04:24 +02:00
files create an AWS Console user for stefantalpalaru 2020-05-25 18:49:07 +02:00
scripts fix the Makefile and a shell script 2021-01-26 15:31:26 +01:00
.gitignore migrate bootstrap secrets to BitWarden 2021-07-28 12:02:03 +02:00
Makefile Makefile: drop creating cosul-ca.key file 2022-05-12 09:54:04 +02:00
README.md readme: add link for Ropsten block explorer 2022-06-01 14:20:08 +02:00
ansible.cfg ansible.cfg: drop remote_user=admin from config 2022-05-12 09:53:52 +02:00
common.tf upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
dash.tf dash.nimbus: move nimbus-logs to our own SSL proxy 2022-06-01 11:43:48 +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 nimbus.geth: bump Ropsten data volume to 250 GB 2022-05-24 18:23:47 +02:00
kiln.tf extract Terraform dummy-module to separate repo 2022-05-05 13:02:48 +02:00
logs.tf logs.nimubs: move nimbus-es to our own SSL proxy 2022-06-01 11:43:45 +02:00
main.tf aws_key_pair: drop arthurk, add artur, fix jakubgs 2022-05-25 11:57:25 +02:00
mainnet.tf extract Terraform dummy-module to separate repo 2022-05-05 13:02:48 +02:00
openeth.tf extract Terraform dummy-module to separate repo 2022-05-05 13:02:48 +02:00
outputs.tf add ropsten-01.aws-eu-central-1a.nimbus.geth host 2022-05-20 20:16:10 +02:00
prater.tf aws_key_pair: drop arthurk, add artur, fix jakubgs 2022-05-25 11:57:25 +02:00
providers.tf provision windows-01.gc-us-central1-a.nimbus.prater 2021-06-02 14:37:32 +02:00
ropsten.tf nimbus.ropsten: add metal-01.he-eu-hel1.nimbus.ropsten 2022-05-25 11:19:10 +02:00
secrets.tf provision windows-01.gc-us-central1-a.nimbus.prater 2021-06-02 14:37:32 +02:00
users.tf upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
variables.tf drop Stefan from AWS access 2022-05-24 18:21:09 +02:00
versions.tf upgrade Terraform version to 1.2.0 2022-06-02 10:48:50 +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.kiln.beacon-api.nimbus.team/ metal-01.he-eu-hel1.nimbus.kiln

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.