geth: open WebSocket port for Nimbus fleets
This worked before due to connections being already established. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4f05e2f40d
commit
ecdaa70356
|
@ -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' }
|
||||
|
|
|
@ -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' }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue