Explicitly enable the RPC service on Pyrmont and Prater hosts

This commit is contained in:
Zahary Karadjov 2021-08-25 13:39:38 +03:00
parent ac94e1de9f
commit 7e330167d8
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
3 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,7 @@
beacon_node_listening_port: '{{ 9000 + port_offset }}'
beacon_node_metrics_port: '{{ 9200 + port_offset }}'
beacon_node_rest_port: '{{ 9300 + port_offset }}'
beacon_node_rpc_enabled: true
beacon_node_rpc_port: '{{ 9900 + port_offset }}'
beacon_node_dist_validators_start: '{{ node.start }}'
beacon_node_dist_validators_end: '{{ node.end }}'

View File

@ -30,6 +30,7 @@
beacon_node_listening_port: '{{ 9000 + port_offset }}'
beacon_node_metrics_port: '{{ 9200 + port_offset }}'
beacon_node_rest_port: '{{ 9300 + port_offset }}'
beacon_node_rpc_enabled: true
beacon_node_rpc_port: '{{ 9900 + port_offset }}'
beacon_node_dist_validators_start: '{{ validators_layout[hostname][node.name]["start"] | mandatory }}'
beacon_node_dist_validators_end: '{{ validators_layout[hostname][node.name]["end"] | mandatory }}'

View File

@ -46,7 +46,7 @@
- name: infra-role-beacon-node-linux
src: git@github.com:status-im/infra-role-beacon-node-linux.git
version: 9f5295274066ab707320d6bc2d6fb46e8ff5b520
version: 172e0000f1bca4eddec77a209b28b954d7e83569
scm: git
- name: infra-role-beacon-node-windows