Infrastructure for old Status fleet https://github.com/status-im/nim-waku
Go to file
Jakub Sokołowski 35630db42a
readme: add legacy warning
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-06-03 17:12:53 +02:00
ansible requirements: bump systemd-timer and nim-waku roles 2024-06-03 17:10:22 +02: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 readme: add legacy warning 2024-06-03 17:12:53 +02:00
ansible.cfg ansible.cfg: drop remote_user=admin from config 2022-05-12 10:02:56 +02:00
db.tf drop statusim.net domain config in favor of status.im 2024-03-14 22:09:07 +01:00
main.tf add Terraform boilerplate 2022-02-15 13:28:32 +01:00
node.tf drop statusim.net domain config in favor of status.im 2024-03-14 22:09:07 +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 providers.tf: drop unused account_id key 2024-06-03 17:10:06 +02:00
secrets.tf add Terraform boilerplate 2022-02-15 13:28:32 +01:00
versions.tf versions.tf: fix clopudflare provider version 2024-05-23 15:01:11 +02:00
workspaces.tf workspaces.tf: bump test data volume size to 100 GB 2024-02-01 16:27:12 +01:00

README.md

⚠️ Legacy fleet repository. See infra-status.

Description

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

Dashboard

You can look up current state of the fleet at: https://fleets.waku.org/

Discovery

DNS TXT ENRTree records exist to discover available fleets:

enrtree://AIO6LUM3IVWCU2KCPBBI6FEH2W42IGK3ASCZHZGG5TIXUR56OGQUO@test.status.nodes.status.im
enrtree://AL65EKLJAUXKKPG43HVTML5EFFWEZ7L4LOKTLZCLJASG4DSESQZEC@prod.status.nodes.status.im

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.