Infrastructure for Nimbus cluster https://nimbus.team
Go to file
Jakub Sokołowski c825c4595b
add zahary user
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-01-28 21:13:15 +01:00
ansible add zahary user 2020-01-28 21:13:15 +01:00
modules/aws-vpc open all egress traffic 2020-01-28 20:06:41 +01:00
.gitignore add gitignore 2019-03-20 13:32:52 +01:00
Makefile port fleet to AWS EC2 2020-01-27 16:46:53 +01:00
README.md add basic README 2019-03-20 13:32:35 +01:00
ansible.cfg ignore ansible warnings about group names 2019-08-02 19:01:57 -04:00
main.tf port fleet to AWS EC2 2020-01-27 16:46:53 +01:00
nimbus.tf add AWS VPC for all Nimbus hosts 2020-01-28 19:41:16 +01:00
variables.tf port fleet to AWS EC2 2020-01-27 16:46:53 +01: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/main.yml

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

Details

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