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