switch to using containers based on host type
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
afd230007f
commit
f089923acd
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
beacon_node_network: 'pyrmont'
|
||||
beacon_node_cont_tag: 'devel'
|
||||
beacon_node_cont_tag: 'devel-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||
beacon_node_web3_url: 'wss://goerli.infura.io/ws/v3/922cc3c4badf4789b68d895267530a4a'
|
||||
dist_validators_layout:
|
||||
"devel-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 10000, end: 12000 } # 2000 each
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
beacon_node_network: 'pyrmont'
|
||||
beacon_node_cont_tag: 'libp2p'
|
||||
beacon_node_cont_tag: 'libp2p-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||
beacon_node_web3_url: 'wss://goerli.infura.io/ws/v3/01cde3e0c47a47ff8dcdc52259b3a71c'
|
||||
dist_validators_layout:
|
||||
"libp2p-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 18000, end: 19000 } # 1000 each
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
beacon_node_network: 'pyrmont'
|
||||
beacon_node_cont_tag: 'master'
|
||||
beacon_node_cont_tag: 'master-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||
beacon_node_web3_url: 'wss://goerli.infura.io/ws/v3/675db4626923473591cf6418e4dae175'
|
||||
dist_validators_layout:
|
||||
"master-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 2500 } # 2500 each
|
||||
|
|
Loading…
Reference in New Issue