readme: add node typed and CI info
This commit is contained in:
parent
b37acdf4b9
commit
baf893dc61
27
README.md
27
README.md
|
@ -1,22 +1,17 @@
|
||||||
# Description
|
# Description
|
||||||
|
|
||||||
### :warning: Replace with actual description!
|
This repo defines infrastructure for running [nim-waku](github.com/status-im/nim-waku) nodes shards.
|
||||||
|
|
||||||
>This repo defines a standard template for new Status infrastructure repositories.
|
There are 2 kinds of nodes:
|
||||||
>
|
|
||||||
>Key things to change:
|
* `node` - `nim-waku` nodes
|
||||||
>
|
* `node-db` - PostgreSQL used by `node` nodes for envelope storage.
|
||||||
>- Update `README.md`
|
|
||||||
>- Terraform
|
# Continious Integration
|
||||||
> - Change `path` in `main.tf` to match new fleet
|
|
||||||
> - Add necessary providers in `providers.tf`
|
Jenkins CI builds can be used to build and deploy new Docker images:
|
||||||
> - Add necessary secrets in `secrets.tf`
|
|
||||||
> - Adjust or remove `workspaces.tf`
|
* `waku.test`: https://ci.infra.status.im/job/nim-waku/job/deploy-waku-test/
|
||||||
> - Adjust `versions.tf`
|
|
||||||
>- Ansible
|
|
||||||
> - Extend `ansible/group_vars/all.yml`
|
|
||||||
> - Or add a dedicated `group_vars` file
|
|
||||||
> - Create the `ansible/main.yml` playbook
|
|
||||||
|
|
||||||
# Repo Usage
|
# Repo Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue