From ecdaa703567997eac088e3a369cb8cf35d14a5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 19 Aug 2021 15:32:59 +0200 Subject: [PATCH] geth: open WebSocket port for Nimbus fleets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This worked before due to connections being already established. Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus-geth-goerli.yml | 2 ++ ansible/group_vars/nimbus-geth-mainnet.yml | 1 + ansible/requirements.yml | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ansible/group_vars/nimbus-geth-goerli.yml b/ansible/group_vars/nimbus-geth-goerli.yml index d0291dd..5232042 100644 --- a/ansible/group_vars/nimbus-geth-goerli.yml +++ b/ansible/group_vars/nimbus-geth-goerli.yml @@ -32,3 +32,5 @@ open_ports_default_comment: 'Geth Metrics' open_ports_default_chain: 'VPN' open_ports_list: - { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq' } + - { port: '{{ geth_websocket_port }}', ipset: 'nimbus.pyrmont' } + - { port: '{{ geth_websocket_port }}', ipset: 'nimbus.prater' } diff --git a/ansible/group_vars/nimbus-geth-mainnet.yml b/ansible/group_vars/nimbus-geth-mainnet.yml index 1915b2f..71381ad 100644 --- a/ansible/group_vars/nimbus-geth-mainnet.yml +++ b/ansible/group_vars/nimbus-geth-mainnet.yml @@ -33,3 +33,4 @@ open_ports_default_comment: 'Geth Metrics' open_ports_default_chain: 'VPN' open_ports_list: - { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq' } + - { port: '{{ geth_websocket_port }}', ipset: 'nimbus.mainnet' } diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 7e6a9cf..4b6feb0 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -26,7 +26,7 @@ - name: infra-role-wireguard src: git@github.com:status-im/infra-role-wireguard.git - version: 1beaa34f9b9b00e286faeeb177e2233e431a1634 + version: 49757eacbb3840d3c03ae159baec96b2c3492682 scm: git - name: oauth-proxy @@ -46,7 +46,7 @@ - name: infra-role-beacon-node-linux src: git@github.com:status-im/infra-role-beacon-node-linux.git - version: d19a71843f15386c424dc8bd9f3aa2bdff39541c + version: bbba401d463840897bc3c16c48cf1b20c1115520 scm: git - name: infra-role-beacon-node-windows @@ -56,7 +56,7 @@ - name: infra-role-dist-validators src: git@github.com:status-im/infra-role-dist-validators.git - version: c1b8149b3a85b058c3838d54a4d0c2bb2a64cb71 + version: 1ec52b38e36cd1af939317ea51bbd74984986725 scm: git - name: infra-role-winsw