nimbus.prater: open ports for Nethermind EL node

https://github.com/status-im/infra-eth2/issues/11

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-08-11 14:20:55 +02:00
parent 1e24f891fe
commit 8b6a22110a
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 3 additions and 1 deletions

View File

@ -175,6 +175,8 @@ open_ports_list:
- { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' } - { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' }
# https://github.com/status-im/infra-nim-waku/issues/59 # https://github.com/status-im/infra-nim-waku/issues/59
- { port: '9546:9550', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' } - { port: '9546:9550', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' }
- { port: '40303:40313', chain: 'SERVICES', comment: 'Nethermind', protocol: 'tcp' }
- { port: '40303:40313', chain: 'SERVICES', comment: 'Nethermind', protocol: 'udp' }
# Split by hostname for more central location # Split by hostname for more central location
nodes_layout: nodes_layout:

View File

@ -130,7 +130,7 @@
- name: infra-role-nethermind - name: infra-role-nethermind
src: git@github.com:status-im/infra-role-nethermind.git src: git@github.com:status-im/infra-role-nethermind.git
version: a08777b8c49fd5b838420a965afd75e689a4d68a version: 404ac958404962a1c01c242809fdf65de461ec41
scm: git scm: git
- name: smart-metrics - name: smart-metrics