Infrastructure for Status Shards fleet https://github.com/status-im/nim-waku
Go to file
Jakub Sokołowski aa3e653a53
store: lower sensitivity of consul healthchecks
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-05-12 10:30:30 +02:00
ansible store: lower sensitivity of consul healthchecks 2024-05-12 10:30:30 +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 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 versions: upgrade cloudflare provider, drop account_id 2024-03-18 16:25:08 +01:00
secrets.tf terraform: initial setup 2023-09-18 12:00:06 +02:00
versions.tf versions: upgrade cloudflare provider, drop account_id 2024-03-18 16:25:08 +01:00
workspaces.tf deploy new shards.staging fleet 2024-03-18 20:48:58 +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.