Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski 2dd9350f86
add macos-goerli-01.he-eu-hel1.nimbus.geth host
Repurposed old `metal-04.he-eu-hel1.nimbus.prater` host:
https://github.com/status-im/infra-nimbus/commit/b3ba3211

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-07 11:02:57 +02:00
ansible add macos-goerli-01.he-eu-hel1.nimbus.geth host 2022-09-07 11:02:57 +02:00
files
scripts
.gitignore
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
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 add macos-goerli-01.he-eu-hel1.nimbus.geth host 2022-09-07 11:02:57 +02:00
kiln.tf extract Terraform dummy-module to separate repo 2022-05-05 13:02:48 +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 extract Terraform dummy-module to separate repo 2022-05-05 13:02:48 +02:00
outputs.tf add geth-windows-01.he-eu-hel1.nimbus.prater host 2022-09-05 12:13:40 +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
users.tf
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.