Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski 262735b0eb
lock terraform version at ~> 0.13.3
https://www.terraform.io/docs/configuration/version-constraints.html#gt--1

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-09-17 17:12:15 +02:00
ansible network-debug-script: add networkctl list 2020-09-16 14:38:05 +02:00
files create an AWS Console user for stefantalpalaru 2020-05-25 18:49:07 +02:00
.gitignore add gitignore 2019-03-20 13:32:52 +01:00
Makefile upgrade to terraform 0.13 2020-09-07 23:25:32 +02:00
README.md rename main.yml to nimbus.yml playbook 2020-06-10 12:35:30 +02:00
ansible.cfg set interpreter_python to python3 2020-02-26 16:30:33 +01:00
main.tf main: switch data backend to consul 2020-02-04 14:44:50 +01:00
nimbus.tf bump data volume size from 50 to 150 GB 2020-08-21 18:08:52 +02:00
users.tf create an AWS Console user for stefantalpalaru 2020-05-25 18:49:07 +02:00
variables.tf create an AWS Console user for stefantalpalaru 2020-05-25 18:49:07 +02:00
versions.tf lock terraform version at ~> 0.13.3 2020-09-17 17:12:15 +02:00

README.md

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.