set medalla entrypoint to be nimbus_beacon_node_spec_0_12_3

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-17 13:39:32 +01:00
parent 8c68e3b56c
commit 6d1915adfd
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,8 @@
hosts: nimbus.test[0:3]
vars:
beacon_node_cont_tag: 'master'
# Legacy binary necessary for medalla network
beacon_node_cont_entrypoint: '/usr/local/bin/nimbus_beacon_node_spec_0_12_3'
roles:
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }
- { role: network-debug-script, tags: [ network-debug-script ] }
@ -24,6 +26,8 @@
hosts: nimbus.test[4:7]
vars:
beacon_node_cont_tag: 'devel'
# Legacy binary necessary for medalla network
beacon_node_cont_entrypoint: '/usr/local/bin/nimbus_beacon_node_spec_0_12_3'
roles:
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }
- { role: network-debug-script, tags: [ network-debug-script ] }
@ -32,6 +36,8 @@
hosts: nimbus.test[8:9]
vars:
beacon_node_cont_tag: 'libp2p'
# Legacy binary necessary for medalla network
beacon_node_cont_entrypoint: '/usr/local/bin/nimbus_beacon_node_spec_0_12_3'
roles:
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }
- { role: network-debug-script, tags: [ network-debug-script ] }