Infrastructure for Status fleets https://github.com/status-im/nim-waku
Go to file
Jakub Sokołowski 3f5c9ea4cb
store: drop temporary image lock for store-02.gc
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-03-15 19:15:59 +01:00
ansible store: drop temporary image lock for store-02.gc 2024-03-15 19:15:59 +01: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 readme: improve formatting 2023-10-04 15:44:03 +02:00
ansible.cfg Initial commit 2023-09-08 14:11:02 +02:00
hosts_boot.tf drop statusim.net domain config in favor of status.im 2024-03-14 21:56:05 +01:00
hosts_store.tf drop statusim.net domain config in favor of status.im 2024-03-14 21:56:05 +01:00
hosts_store_db.tf drop statusim.net domain config in favor of status.im 2024-03-14 21:56:05 +01: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
versions.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
workspaces.tf store-db: increasing data volume to 100GB 2024-02-02 09:47:17 +01:00

README.md

Description

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

There are 3 kinds of nodes:

  • boot - Bootstrap nodes. No store protcol enabled.
  • store - Messages store nodes with relay, and store protocols.
  • store-db - PostgreSQL used by store nodes for envelope storage.

Address

Node DNS ENRTree
boot enrtree://AMOJVZX4V6EXP7NTJPMAYJYST2QP6AJXYW76IU6VGJS7UVSNDYZG4@boot.test.shards.nodes.status.im
store enrtree://AMOJVZX4V6EXP7NTJPMAYJYST2QP6AJXYW76IU6VGJS7UVSNDYZG4@store.test.shards.nodes.status.im

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.