Infrastructure for Nim Waku https://github.com/status-im/nim-waku
Go to file
Jakub Sokołowski c29989c384
all: replace old naming of hq.metrics fleet
https://github.com/status-im/infra-hq/issues/158

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-10-18 13:53:21 +02:00
ansible all: replace old naming of hq.metrics fleet 2024-10-18 13:53:21 +02:00
.gitignore add BitWarden lookup plugin, port secrets to BW 2021-06-21 13:10:37 +02:00
Makefile ansible: add roles.py script, update Makefile 2024-07-15 11:35:20 +02:00
README.md prod: drop 2/3 hosts, keeping only do-ams3 one 2024-06-04 19:23:41 +02:00
ansible.cfg ansible.cfg: drop remote_user=admin from config 2022-05-12 10:05:40 +02:00
hosts.tf prod: drop 2/3 hosts, keeping only do-ams3 one 2024-06-04 19:23:41 +02:00
main.tf upgrade Terraform to 1.0, upgrade all providers 2021-06-23 12:33:05 +02:00
providers.tf prod: drop 2/3 hosts, keeping only do-ams3 one 2024-06-04 19:23:41 +02:00
secrets.tf prod: drop 2/3 hosts, keeping only do-ams3 one 2024-06-04 19:23:41 +02:00
versions.tf prod: drop 2/3 hosts, keeping only do-ams3 one 2024-06-04 19:23:41 +02:00

README.md

Description

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

Only a single node is kept for the needs of js-waku development.

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://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.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.