mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-03-03 14:50:28 +00:00
fix hostname in nimbus-pyrmont-unstable-libp2p validators layout
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8920b57c34
commit
84be761116
@ -2,5 +2,5 @@
|
|||||||
beacon_node_network: 'pyrmont'
|
beacon_node_network: 'pyrmont'
|
||||||
beacon_node_cont_tag: 'stable-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
beacon_node_cont_tag: 'stable-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||||
dist_validators_layout:
|
dist_validators_layout:
|
||||||
"stable-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 2500 }
|
"stable-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 2500 } # 2500
|
||||||
"stable-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 2500, end: 4500 }
|
"stable-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 2500, end: 4500 } # 2000
|
||||||
|
@ -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 }
|
"testing-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 4500, end: 7000 } # 1500 each
|
||||||
"testing-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 7000, end: 8000 }
|
"testing-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 7000, end: 8000 } # 1000 each
|
||||||
"testing-small-02.aws-eu-central-1a.nimbus.pyrmont": { start: 8000, end: 9000 }
|
"testing-small-02.aws-eu-central-1a.nimbus.pyrmont": { start: 8000, end: 9000 }
|
||||||
"testing-small-03.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 0 }
|
"testing-small-03.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 0 } # 0 each
|
||||||
"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:
|
||||||
"libp2p-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 18000, end: 20000 }
|
"unstable-libp2p-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 18000, end: 20000 } # 2000 each
|
||||||
|
Loading…
x
Reference in New Issue
Block a user