Infrastructure for Main Status fleet https://github.com/status-im/nim-waku
Go to file
Jakub Sokołowski 02b75ec688
switch to multi-DB layout with one DB per DC
Based on research done in this issue the latency introduced by cross-DC
database operations is too high to be vaiable:
https://github.com/status-im/infra-status/issues/37

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-01-10 20:38:14 +01:00
ansible switch to multi-DB layout with one DB per DC 2024-01-10 20:38:14 +01:00
.gitignore add README and gitignore 2022-02-15 13:23:34 +01:00
Makefile Makefile: drop creating cosul-ca.key file 2022-05-12 10:03:04 +02:00
README.md Update README.md 2023-08-25 18:50:26 +02:00
ansible.cfg ansible.cfg: drop remote_user=admin from config 2022-05-12 10:02:56 +02:00
db.tf switch to multi-DB layout with one DB per DC 2024-01-10 20:38:14 +01:00
main.tf add Terraform boilerplate 2022-02-15 13:28:32 +01:00
node.tf switch to multi-DB layout with one DB per DC 2024-01-10 20:38:14 +01:00
outputs.tf outputs.tf: add to print list of hosta after TF run 2023-11-23 13:14:56 +01: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 make data_volume_size a fleet-specific parameter 2023-06-26 13:41:33 +02:00
versions.tf versions.tf: bump Terraform version to 1.4.0 2023-05-04 12:12:27 +02:00
workspaces.tf switch to multi-DB layout with one DB per DC 2024-01-10 20:38:14 +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.