Infrastructure for old Status fleet https://github.com/status-im/nim-waku
Go to file
Jakub Sokołowski 9dd731b604
ansible.cfg: drop remote_user=admin from config
It made sense when there was only one admin.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-05-12 10:02:56 +02:00
ansible ansible.cfg: drop remote_user=admin from config 2022-05-12 10:02:56 +02:00
.gitignore add README and gitignore 2022-02-15 13:23:34 +01:00
Makefile add Makefile 2022-02-15 15:47:09 +01:00
README.md readme: add link to prod fleet CI build 2022-03-31 15:55:33 +02:00
ansible.cfg ansible.cfg: drop remote_user=admin from config 2022-05-12 10:02:56 +02:00
bridge.tf rename groups to be more generic, combine group_vars 2022-03-10 14:34:11 +01:00
main.tf add Terraform boilerplate 2022-02-15 13:28:32 +01:00
nodes.tf fix opening of Discovery V5 UDP port 2022-03-31 18:22:50 +02:00
providers.tf add Terraform boilerplate 2022-02-15 13:28:32 +01:00
secrets.tf add Terraform boilerplate 2022-02-15 13:28:32 +01:00
variables.tf add Terraform boilerplate 2022-02-15 13:28:32 +01:00
versions.tf add Terraform boilerplate 2022-02-15 13:28:32 +01:00
workspaces.tf deploy status.prod with 2 hosts in each DC 2022-03-09 15:46:52 +01:00

README.md

Description

This repo defines infrastructure for main Status fleet running nim-waku nodes.

Continuous Integration

Jenkins CI builds can be used to build and deploy new Docker images:

Repo Usage

For how to use this repo read the Infra Repo Usage doc.