Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Zahary Karadjov 3a02974e3a
A/B testing for the taskpool implementation
The `stable` hosts will run with the taskpool code reverted, the
testing hosts will employ multiple cores.
2021-09-21 16:45:10 +03:00
ansible A/B testing for the taskpool implementation 2021-09-21 16:45:10 +03:00
files
modules/hetzner upgrade Terraform to 1.0, upgrade all providers 2021-06-23 11:48:43 +02:00
scripts
.gitignore migrate bootstrap secrets to BitWarden 2021-07-28 12:02:03 +02:00
Makefile
README.md
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 add metal-01.he-eu-hel1.nimbus.eth1 host 2021-08-26 15:52:16 +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 rename Hetzner host to just metal-01 2021-06-28 16:39:45 +02:00
prater.tf remove 3 Prater hosts that donated validators to windows 2021-07-19 17:11:20 +02:00
providers.tf
pyrmont.tf decomission old AWS Pyrmont hosts 2021-07-19 13:04:05 +02:00
secrets.tf
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.

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.