use new format of specifying service for waku-peers

https://github.com/status-im/infra-role-waku-peers/commit/be28c829

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-07-26 21:21:28 +02:00
parent 335542a504
commit 96e0178d8a
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 6 additions and 4 deletions

View File

@ -30,10 +30,12 @@ nim_waku_consul_failures_before_warning: '{{ (stage == "prod") | ternary(1, 2) }
nim_waku_consul_failures_before_critical: '{{ (stage == "prod") | ternary(4, 10) }}'
# Peer connecting
waku_peers_consul_service_names: ['{{ nim_waku_cont_name }}', 'nim-waku-bridge']
waku_peers_rpc_port: '{{ nim_waku_rpc_tcp_port }}'
waku_peers_rpc_timeout: 20
waku_peers_rpc_retries: 5
waku_peers_consul_services:
- { name: '{{ nim_waku_cont_name }}', env: '{{ env }}', stage: '{{ stage }}' }
- { name: 'nim-waku-bridge', env: '{{ env }}', stage: '{{ stage }}' }
# Open LibP2P Ports
open_ports_default_comment: '{{ nim_waku_cont_name }}'

View File

@ -11,7 +11,7 @@
- name: infra-role-bootstrap-linux
src: git@github.com:status-im/infra-role-bootstrap-linux.git
version: af4c662ce866d96073e3de5c7ee3daf56a6d7558
version: 356394892900dd5ca26c41e5315c31cb2d8786bf
scm: git
- name: infra-role-wireguard
@ -26,12 +26,12 @@
- name: nim-waku
src: git@github.com:status-im/infra-role-nim-waku.git
version: db193ef7a15f71b585ca674eaa14c21cd0fdf8d2
version: 781a3038f1a664f2645d10373016e421ca49d386
scm: git
- name: waku-peers
src: git@github.com:status-im/infra-role-waku-peers.git
version: 5dc2827771014a627a2a6c27adbcedeed9dfc64f
version: be28c829684db5468c0b98e69bc2284ab72999a5
scm: git
- name: systemd-timer