Infrastructure for Status fleets https://github.com/status-im/nim-waku
Go to file
Anton Iakimov d8d7cd3acd
Update README.md
2023-10-02 16:03:47 +02:00
ansible nim-waku: add protocols consul meta to support cabot nim-waku canary checks 2023-10-02 12:14:47 +02:00
.gitignore Initial commit 2023-09-08 14:11:02 +02:00
Makefile Initial commit 2023-09-08 14:11:02 +02:00
README.md Update README.md 2023-10-02 16:03:47 +02:00
ansible.cfg Initial commit 2023-09-08 14:11:02 +02:00
hosts_boot.tf terraform: open p2p ports in cloud firewall settings 2023-09-29 13:02:57 +02:00
hosts_store.tf terraform: open p2p ports in cloud firewall settings 2023-09-29 13:02:57 +02:00
hosts_store_db.tf store-db: add hosts 2023-09-29 12:26:01 +02:00
main.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
providers.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
secrets.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
variables.tf Initial commit 2023-09-08 14:11:02 +02:00
versions.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
workspaces.tf store-db: add hosts 2023-09-29 12:26:01 +02:00

README.md

Description

This repo defines infrastructure for running nim-waku nodes shards.

There are 3 kinds of nodes:

  • boot - bootstrap nodes, no storage
  • store - messages store nodes
  • store-db - PostgreSQL used by store nodes for storage

Continious 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.