Jakub Sokołowski b7cc6697e8
switch data volumes to SSD type gp2
Test: sudo hdparm -tT /dev/nvme1n1
Before:

/dev/nvme1n1:
 Timing cached reads:   9642 MB in  2.00 seconds = 4825.42 MB/sec
 Timing buffered disk reads:  54 MB in  3.94 seconds =  13.71 MB/sec

After:

/dev/nvme1n1:
 Timing cached reads:   12028 MB in  2.00 seconds = 6020.63 MB/sec
 Timing buffered disk reads: 512 MB in  3.01 seconds = 170.08 MB/sec

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-04 12:01:25 +01:00
2020-11-04 12:01:25 +01:00

Description

This repo defines Nimbus cluster infractructure.

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.

Details

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

Description
Infrastructure for Nimbus cluster
https://nimbus.team
Readme
Languages
Python 62.3%
HCL 23.6%
Shell 6.8%
Makefile 3.4%
Nix 2.1%
Other 1.8%