update ansible for libp2p-stable/unstable
Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
This commit is contained in:
parent
45241a5a15
commit
65dca92c13
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
beacon_node_cont_tag: 'unstable-libp2p-stable-large'
|
beacon_node_cont_tag: 'unstable-libp2p-stable-large'
|
||||||
dist_validators_layout:
|
dist_validators_layout:
|
||||||
"u-libp2p-s-large-01.aws-eu-central-1a.nimbus.prater": { start: 37500, end: 40000 } # 2500
|
"u-libp2p-s-large-01.aws-eu-central-1a.nimbus.prater": { start: 37500, end: 38750 } # 1250
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
beacon_node_cont_tag: 'unstable-libp2p-unstable-large'
|
||||||
|
dist_validators_layout:
|
||||||
|
"u-libp2p-u-large-01.aws-eu-central-1a.nimbus.prater": { start: 38750, end: 40000 } # 1250
|
|
@ -25,6 +25,7 @@
|
||||||
- nimbus-prater-testing
|
- nimbus-prater-testing
|
||||||
- nimbus-prater-unstable
|
- nimbus-prater-unstable
|
||||||
- nimbus-prater-unstable-libp2p-stable
|
- nimbus-prater-unstable-libp2p-stable
|
||||||
|
- nimbus-prater-unstable-libp2p-unstable
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: Discover Goerli Geth WebSocket endpoint
|
- name: Discover Goerli Geth WebSocket endpoint
|
||||||
tags: [ infra-role-beacon-node, beacon-node ]
|
tags: [ infra-role-beacon-node, beacon-node ]
|
||||||
|
|
Loading…
Reference in New Issue