2019-03-21 12:14:11 +00:00
|
|
|
---
|
2019-03-22 15:50:30 +00:00
|
|
|
- name: Configure Nimbus master
|
|
|
|
hosts: nimbus-master
|
|
|
|
roles:
|
2019-04-17 17:25:11 +00:00
|
|
|
- { role: origin-cert }
|
2019-03-28 20:22:10 +00:00
|
|
|
# - { role: infra-role-eth2-testnet-site }
|
2019-04-17 17:25:11 +00:00
|
|
|
- { role: nimbus-stats, tags: nimbus-stats }
|
2019-03-25 12:02:20 +00:00
|
|
|
- { role: infra-role-beacon-node,
|
|
|
|
beacon_node_network: 'testnet0',
|
|
|
|
beacon_node_build_flavour: 'rlpx',
|
2019-03-26 18:47:27 +00:00
|
|
|
beacon_node_total_nodes: 2,
|
2019-03-28 20:22:10 +00:00
|
|
|
beacon_node_discovery_port: 9000,
|
2019-03-25 12:02:20 +00:00
|
|
|
beacon_node_listening_port: 9000 }
|
|
|
|
- { role: infra-role-beacon-node,
|
|
|
|
beacon_node_network: 'testnet1',
|
|
|
|
beacon_node_build_flavour: 'rlpx',
|
|
|
|
beacon_node_total_nodes: 5,
|
2019-03-28 20:22:10 +00:00
|
|
|
beacon_node_discovery_port: 9100,
|
2019-03-25 12:02:20 +00:00
|
|
|
beacon_node_listening_port: 9100 }
|
2019-03-21 12:27:16 +00:00
|
|
|
|
2019-03-21 12:14:11 +00:00
|
|
|
- name: Configure Nimbus cluster
|
2019-03-21 15:31:12 +00:00
|
|
|
hosts: nimbus-slaves
|
2019-03-21 12:14:11 +00:00
|
|
|
roles:
|
2019-03-25 12:02:20 +00:00
|
|
|
- { role: infra-role-beacon-node,
|
|
|
|
beacon_node_network: 'testnet1',
|
|
|
|
beacon_node_build_flavour: 'rlpx',
|
|
|
|
beacon_node_total_nodes: 10,
|
2019-03-28 20:22:10 +00:00
|
|
|
beacon_node_discovery_port: 9100,
|
2019-03-25 12:02:20 +00:00
|
|
|
beacon_node_listening_port: 9100 }
|