From 24173cb374aa446afa6a179ad1c51829e9077eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 12 Feb 2024 16:13:04 +0100 Subject: [PATCH] nimbus.sepolia: open RPC ports for waku test fleets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.sepolia.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/nimbus.sepolia.yml b/ansible/group_vars/nimbus.sepolia.yml index c8b46eb..9e7e067 100644 --- a/ansible/group_vars/nimbus.sepolia.yml +++ b/ansible/group_vars/nimbus.sepolia.yml @@ -93,5 +93,7 @@ open_ports_default_chain: 'VPN' open_ports_list: - { port: '{{ smart_metrics_listen_port }}', ipset: 'metrics.hq', comment: 'SMART Metrics' } # https://github.com/status-im/infra-nim-waku/issues/59 - - { port: '9557:9560', ipset: 'waku.test', comment: 'Waku Websocket' } - - { port: '9557:9560', ipset: 'wakuv2.test', comment: 'Wakuv2 Websocket' } + - { port: '8556:8559', ipset: 'waku.test', comment: 'HTTP RCP for Waku' } + - { port: '9557:9560', ipset: 'waku.test', comment: 'Websocket for Waku' } + - { port: '8556:8559', ipset: 'wakuv2.test', comment: 'HTTP RCP for Waku' } + - { port: '9557:9560', ipset: 'wakuv2.test', comment: 'Websocket for Waku' }