Explicitly enable the RPC service on Pyrmont and Prater hosts
This commit is contained in:
parent
ac94e1de9f
commit
7e330167d8
|
@ -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 }}'
|
||||
|
|
|
@ -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 }}'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue