Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski f10eab7ed7
requirements: update to fix Hetzner data volumes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-10-13 20:27:57 +02:00
ansible requirements: update to fix Hetzner data volumes 2021-10-13 20:27:57 +02:00
files create an AWS Console user for stefantalpalaru 2020-05-25 18:49:07 +02:00
modules/dummy-module dummy-module: add outputs like public_ips or hostnames 2021-10-04 12:54:17 +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 ansible: add meta requirements target, add check to bootstrap 2021-05-10 15:29:38 +02:00
README.md nimbus.prater: create testing.prater.beacon-api endpoint 2021-10-05 10:38:12 +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 upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
eth1.tf requirements: update to fix Hetzner data volumes 2021-10-13 20:27:57 +02:00
geth.tf upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
logs.tf upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
main.tf upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
mainnet.tf nimbus.mainnet: add two public Beacon API endpoints 2021-10-04 13:42:33 +02:00
outputs.tf add hosts outputs 2021-10-04 12:58:29 +02:00
prater.tf nimbus.prater: move validators from 03 nodes to metal-02 2021-10-05 15:46:13 +02:00
providers.tf provision windows-01.gc-us-central1-a.nimbus.prater 2021-06-02 14:37:32 +02:00
pyrmont.tf nimbus.eth1: deploy eth1 node with infra-role-nimbus-eth1 2021-10-01 14:32:09 +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 upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +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

These nodes have no validators attached.

Requirements

In order to use this you will need secrets(passwords, certs, keys) contained within the infra-pass repository. If you can't see it ask jakub@status.im to get you access for it.

In order for this to work first you need to install necessary Terraform plugins and get the right secrets from the infra-pass repo, to do that simply run:

make
# alternatively
make plugins
make secrets

This will put the necessary certificates, keys, and passwords are in place so you can deploy and configure hosts.

Usage

To deploy hosts for the subsystem run:

terraform plan
terraform apply

Then configure the cluster:

ansible-playbook ansible/nimbus.yml

For more details see README.md files in ansible folders.

Dashboards

There's a dedicated Kibana dashboard for Nimbus fleet logs: https://nimbus-logs.infra.status.im/

There are explorers available for various testnets:

Details

Read the Terraform and Ansible article in our infra-docs repo.