Update README.md

This commit is contained in:
Anton Iakimov 2023-10-02 16:03:47 +02:00 committed by GitHub
parent 2bae7b2922
commit d8d7cd3acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 16 deletions

View File

@ -1,22 +1,14 @@
# Description
This repo defines infrastructure for running [nim-waku](github.com/status-im/nim-waku) nodes shards.
### :warning: Replace with actual description!
There are 3 kinds of nodes:
- `boot` - bootstrap nodes, no storage
- `store` - messages store nodes
- `store-db` - PostgreSQL used by `store` nodes for storage
>This repo defines a standard template for new Status infrastructure repositories.
>
>Key things to change:
>
>- Update `README.md`
>- Terraform
> - Change `path` in `main.tf` to match new fleet
> - Add necessary providers in `providers.tf`
> - Add necessary secrets in `secrets.tf`
> - Adjust or remove `workspaces.tf`
> - Adjust `versions.tf`
>- Ansible
> - Extend `ansible/group_vars/all.yml`
> - Or add a dedicated `group_vars` file
> - Create the `ansible/main.yml` playbook
# Continious Integration
Jenkins CI builds can be used to build and deploy new Docker images:
- `shards.test`: https://ci.infra.status.im/job/nim-waku/job/deploy-shards-test/
# Repo Usage