Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski 79c10715d4
readme: clean up, update endpoint links
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-03-31 20:03:38 +02:00
ansible ci-slave-metal: remove SSH access from Stefan 2022-03-31 20:02:18 +02:00
files create an AWS Console user for stefantalpalaru 2020-05-25 18:49:07 +02:00
modules/dummy-module dummy-module: add become_user variable, fix windows 2022-03-03 21:02:59 +01: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 ansible: add meta requirements target, add check to bootstrap 2021-05-10 15:29:38 +02:00
README.md readme: clean up, update endpoint links 2022-03-31 20:03:38 +02:00
ansible.cfg ansible.cfg: set lookup_plugins to ./ansible/lookup_plugins 2021-08-17 11:44:57 +02:00
common.tf upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
dash.tf terrafomr: change instance_type variable to just type 2021-10-20 12:45:32 +02:00
eth1.tf add new windows-01.he-eu-hel1.nimbus.prater host 2022-02-25 15:02:27 +01:00
fluffy.tf add two new hosts for nimubs.fluffy fleet 2022-03-08 12:23:11 +01:00
geth.tf nimbus.geth: bump Goerli data volume to 150 GB 2022-02-18 19:37:25 +01:00
kiln.tf expose API at unstable.kiln.beacon-api.nimbus.team 2022-03-30 18:27:11 +02:00
logs.tf add new windows-01.he-eu-hel1.nimbus.prater host 2022-02-25 15:02:27 +01:00
main.tf upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
mainnet.tf add new windows-01.he-eu-hel1.nimbus.prater host 2022-02-25 15:02:27 +01:00
openeth.tf add new windows-01.he-eu-hel1.nimbus.prater host 2022-02-25 15:02:27 +01:00
outputs.tf drop config for nimbus.pyrmont fleet 2022-03-26 10:36:56 +01:00
prater.tf move metal-07.he-eu-hel1.nimbus.prater to nimbus.kiln 2022-03-10 18:19:25 +01:00
providers.tf provision windows-01.gc-us-central1-a.nimbus.prater 2021-06-02 14:37:32 +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 upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
versions.tf terraform: inherit aws provider version from module 2022-02-03 20:32:29 +01: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.