nim-waku: add cluster-id flag (#4)

https://github.com/status-im/infra-waku/issues/3
This commit is contained in:
Anton Iakimov 2023-11-07 11:00:53 +01:00 committed by GitHub
parent 8a8bc4de7a
commit 8e88c59dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ nim_waku_protocols_enabled: ['relay', 'store', 'filter', 'lightpush', 'peer-exch
nim_waku_disc_v5_enabled: true
nim_waku_dns4_domain_name: '{{ dns_entry }}'
nim_waku_node_key: '{{lookup("bitwarden", "fleets/"+env+"/"+stage+"/nodekeys", field=hostname)}}'
nim_waku_cluster_id: 1
# Subscribe to all shards
nim_waku_pubsub_topics:

View File

@ -30,7 +30,7 @@
- name: nim-waku
src: git@github.com:status-im/infra-role-nim-waku.git
version: 091c9faacb507227ea0c9a350fb2af34c2a19b3e
version: af9a3801d272abc28ad71a84a36d30f4bcd06d11
scm: git
- name: infra-role-postgres-ha