mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-03-03 14:50:28 +00:00
More varied validator assignments
This commit is contained in:
parent
8dfe06a9bd
commit
f887391f04
@ -2,8 +2,8 @@
|
|||||||
beacon_node_network: 'pyrmont'
|
beacon_node_network: 'pyrmont'
|
||||||
beacon_node_cont_tag: 'testing-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
beacon_node_cont_tag: 'testing-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||||
dist_validators_layout:
|
dist_validators_layout:
|
||||||
"testing-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 4500, end: 7000 } # 1500 each
|
"testing-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 4500, end: 7750 } # 3250
|
||||||
"testing-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 7000, end: 8000 } # 1000 each
|
"testing-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 7750, end: 9750 } # 2000
|
||||||
"testing-small-02.aws-eu-central-1a.nimbus.pyrmont": { start: 8000, end: 9000 }
|
"testing-small-02.aws-eu-central-1a.nimbus.pyrmont": { start: 9750, end: 10750 } # 1000
|
||||||
"testing-small-03.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 0 } # 0 each
|
"testing-small-03.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 0 } # bootstrap nodes
|
||||||
"testing-small-04.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 0 }
|
"testing-small-04.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 0 }
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
beacon_node_network: 'pyrmont'
|
beacon_node_network: 'pyrmont'
|
||||||
beacon_node_cont_tag: 'libp2p-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
beacon_node_cont_tag: 'libp2p-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||||
dist_validators_layout:
|
dist_validators_layout:
|
||||||
"unstable-libp2p-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 18000, end: 20000 } # 2000 each
|
"unstable-libp2p-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 19000, end: 20000 } # 1000
|
||||||
|
@ -2,9 +2,10 @@
|
|||||||
beacon_node_network: 'pyrmont'
|
beacon_node_network: 'pyrmont'
|
||||||
beacon_node_cont_tag: 'unstable-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
beacon_node_cont_tag: 'unstable-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||||
dist_validators_layout:
|
dist_validators_layout:
|
||||||
"unstable-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 9000, end: 11500 } # 2500 each
|
"unstable-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 10750, end: 14750 } # 4000
|
||||||
"unstable-large-02.aws-eu-central-1a.nimbus.pyrmont": { start: 11500, end: 14000 }
|
"unstable-large-02.aws-eu-central-1a.nimbus.pyrmont": { start: 14750, end: 16750 } # 2000
|
||||||
"unstable-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 14000, end: 15333 } # 1333 each
|
"unstable-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 16750, end: 18250 } # 1500
|
||||||
"unstable-small-02.aws-eu-central-1a.nimbus.pyrmont": { start: 15333, end: 16666 }
|
"unstable-small-02.aws-eu-central-1a.nimbus.pyrmont": { start: 18250, end: 18850 } # 600
|
||||||
"unstable-small-03.aws-eu-central-1a.nimbus.pyrmont": { start: 16666, end: 17999 }
|
"unstable-small-03.aws-eu-central-1a.nimbus.pyrmont": { start: 18850, end: 18999 } # 149
|
||||||
"unstable-small-04.aws-eu-central-1a.nimbus.pyrmont": { start: 17999, end: 18000 } # single validator
|
"unstable-small-04.aws-eu-central-1a.nimbus.pyrmont": { start: 18999, end: 19000 } # single validator
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user