geth: open mainnet ports for rocket.prod fleet

https://github.com/status-im/infra-rocketpool/issues/1

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-10-26 15:37:00 +02:00
parent 8e19a929d3
commit 9fddf38791
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 5 additions and 3 deletions

View File

@ -36,3 +36,5 @@ open_ports_default_chain: 'VPN'
open_ports_list: open_ports_list:
- { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq' } - { port: '{{ geth_expo_cont_port }}', ipset: 'metrics.hq' }
- { port: '{{ geth_websocket_port }}', ipset: 'nimbus.mainnet' } - { port: '{{ geth_websocket_port }}', ipset: 'nimbus.mainnet' }
- { port: '{{ geth_rpc_port }}', ipset: 'rocket.prod' }
- { port: '{{ geth_websocket_port }}', ipset: 'rocket.prod' }

View File

@ -46,7 +46,7 @@
- name: infra-role-beacon-node-linux - name: infra-role-beacon-node-linux
src: git@github.com:status-im/infra-role-beacon-node-linux.git src: git@github.com:status-im/infra-role-beacon-node-linux.git
version: 8d574fc444ecc728f16509eaa35afc21b452205f version: b9d78e430585ebf8dd9bae9885975308c18e744a
scm: git scm: git
- name: infra-role-beacon-node-windows - name: infra-role-beacon-node-windows
@ -56,7 +56,7 @@
- name: infra-role-beacon-node-macos - name: infra-role-beacon-node-macos
src: git@github.com:status-im/infra-role-beacon-node-macos.git src: git@github.com:status-im/infra-role-beacon-node-macos.git
version: 1809e17c3b8f9986aa2ea463e965d8f54071c128 version: 9e2f0fb6bcafa2e001846726247ab3392b939ca4
scm: git scm: git
- name: infra-role-nimbus-eth1 - name: infra-role-nimbus-eth1
@ -71,7 +71,7 @@
- name: infra-role-rocketpool - name: infra-role-rocketpool
src: git@github.com:status-im/infra-role-rocketpool.git src: git@github.com:status-im/infra-role-rocketpool.git
version: a4a4ce3f12d01b1d0d4a5803bcfb04886393f46d version: 67828726c54c9652860499eee3819e5ec9871e2b
scm: git scm: git
- name: infra-role-winsw - name: infra-role-winsw