Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski e0ddfa98fd
all: stop disabling watchtower cleanup
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-10 13:01:28 +02:00
ansible all: stop disabling watchtower cleanup 2020-06-10 13:01:28 +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 create an AWS Console user for stefantalpalaru 2020-05-25 18:49:07 +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
dash.tf update to new infra-tf-aws-vpc 2020-05-19 14:42:44 +02:00
logs.tf update to new infra-tf-aws-vpc 2020-05-19 14:42:44 +02:00
main.tf main: switch data backend to consul 2020-02-04 14:44:50 +01:00
nimbus.tf update to new infra-tf-aws-vpc 2020-05-19 14:42:44 +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 port fleet to AWS EC2 2020-01-27 16:46:53 +01: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.