From 03d3e06242e143d39d81e086fbc37b5b2a37e719 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Mon, 20 Jan 2025 14:55:57 +0100 Subject: [PATCH] sepolia: waku-nmon was renamed --- ansible/group_vars/nimbus.sepolia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/nimbus.sepolia.yml b/ansible/group_vars/nimbus.sepolia.yml index 587ffc9..dfd9ded 100644 --- a/ansible/group_vars/nimbus.sepolia.yml +++ b/ansible/group_vars/nimbus.sepolia.yml @@ -134,7 +134,7 @@ open_ports_list: - { port: '5053-5057', comment: 'Validator Client REST API', ipset: '{{ env }}.{{ stage }}', iifname: 'wg0' } - { port: '8109-8113', comment: 'Validator Client Metrics', ipset: 'hq.metrics', iifname: 'wg0' } waku-fleets: # https://github.com/status-im/infra-nim-waku/issues/59 - - { port: '8556-8559', comment: 'RCP for WakuMonitor', ipset: 'waku-nmon.misc', iifname: 'wg0' } + - { port: '8556-8559', comment: 'RCP for WakuMonitor', ipset: 'misc.waku-nmon', iifname: 'wg0' } - { port: '8556-8559', comment: 'RCP for waku.test', ipset: 'waku.test', iifname: 'wg0' } - { port: '8556-8559', comment: 'RCP for waku.sandbox', ipset: 'waku.sandbox', iifname: 'wg0' } - { port: '9557-9560', comment: 'Websocket for Waku', ipset: 'waku.test', iifname: 'wg0' }