drop old fleet from group and host vars and pyrmont playbook
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
49bd1fa267
commit
62f44b8a05
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
beacon_node_network: 'pyrmont'
|
||||
beacon_node_cont_tag: 'devel-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||
dist_validators_layout:
|
||||
"devel-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 10000, end: 12000 } # 2000 each
|
||||
"devel-large-02.aws-eu-central-1a.nimbus.pyrmont": { start: 12000, end: 14000 }
|
||||
"devel-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 14000, end: 15000 } # 1000 each
|
||||
"devel-small-02.aws-eu-central-1a.nimbus.pyrmont": { start: 15000, end: 16000 }
|
||||
"devel-small-03.aws-eu-central-1a.nimbus.pyrmont": { start: 16000, end: 17000 }
|
||||
"devel-small-04.aws-eu-central-1a.nimbus.pyrmont": { start: 17000, end: 18000 }
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
beacon_node_network: 'pyrmont'
|
||||
beacon_node_cont_tag: 'libp2p-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||
dist_validators_layout:
|
||||
"libp2p-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 18000, end: 19000 } # 1000 each
|
||||
"libp2p-small-02.aws-eu-central-1a.nimbus.pyrmont": { start: 19000, end: 20000 }
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
beacon_node_network: 'pyrmont'
|
||||
beacon_node_cont_tag: 'master-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||
dist_validators_layout:
|
||||
"master-large-01.aws-eu-central-1a.nimbus.pyrmont": { start: 0, end: 2500 } # 2500 each
|
||||
"master-large-02.aws-eu-central-1a.nimbus.pyrmont": { start: 2500, end: 5000 }
|
||||
"master-small-01.aws-eu-central-1a.nimbus.pyrmont": { start: 5000, end: 6250 } # 1250 each
|
||||
"master-small-02.aws-eu-central-1a.nimbus.pyrmont": { start: 6250, end: 7500 }
|
||||
"master-small-03.aws-eu-central-1a.nimbus.pyrmont": { start: 7500, end: 8750 }
|
||||
"master-small-04.aws-eu-central-1a.nimbus.pyrmont": { start: 8750, end: 10000 }
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
# Docker image builds
|
||||
beacon_node_builds_docker_hub_user: '{{lookup("passwordstore", "cloud/DockerHub/user")}}'
|
||||
beacon_node_builds_docker_hub_token: '{{lookup("passwordstore", "cloud/DockerHub/token")}}'
|
||||
|
||||
# Use Infura instead of Geth for comparison
|
||||
beacon_node_web3_url: 'wss://goerli.infura.io/ws/v3/675db4626923473591cf6418e4dae175'
|
||||
|
||||
# The -large suffix is because of native compilation.
|
||||
beacon_node_builds_branches:
|
||||
- name: 'devel-large'
|
||||
version: 'devel'
|
||||
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
||||
frequency: '*-*-* 10:00:00'
|
||||
- name: 'master-large'
|
||||
version: 'master'
|
||||
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
||||
frequency: '*-*-* 02:00:00'
|
||||
- name: 'deploy-eth2-prod'
|
||||
version: 'v1.0.3'
|
||||
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
||||
enabled: false
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
# Docker image builds
|
||||
beacon_node_builds_docker_hub_user: '{{lookup("passwordstore", "cloud/DockerHub/user")}}'
|
||||
beacon_node_builds_docker_hub_token: '{{lookup("passwordstore", "cloud/DockerHub/token")}}'
|
||||
|
||||
# The -small suffix is because of native compilation
|
||||
beacon_node_builds_branches:
|
||||
- name: 'devel-small'
|
||||
version: 'devel'
|
||||
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
||||
frequency: '*-*-* 10:00:00'
|
||||
- name: 'master-small'
|
||||
version: 'master'
|
||||
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
||||
frequency: '*-*-* 02:00:00'
|
||||
- name: 'libp2p-small'
|
||||
version: 'nim-libp2p-auto-bump'
|
||||
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
||||
frequency: '*-*-* 18:00:00'
|
|
@ -9,10 +9,6 @@
|
|||
|
||||
- name: Configure build nodes
|
||||
hosts:
|
||||
# Legacy
|
||||
- master-large-01.aws-eu-central-1a.nimbus.pyrmont
|
||||
- master-small-01.aws-eu-central-1a.nimbus.pyrmont
|
||||
# Current
|
||||
- testing-large-01.aws-eu-central-1a.nimbus.pyrmont
|
||||
- testing-small-01.aws-eu-central-1a.nimbus.pyrmont
|
||||
roles:
|
||||
|
@ -20,11 +16,6 @@
|
|||
|
||||
- name: Configure network pyrmont
|
||||
hosts:
|
||||
# Legacy
|
||||
- nimbus-pyrmont-master
|
||||
- nimbus-pyrmont-devel
|
||||
- nimbus-pyrmont-libp2p
|
||||
# Current
|
||||
- nimbus-pyrmont-stable
|
||||
- nimbus-pyrmont-testing
|
||||
- nimbus-pyrmont-unstable
|
||||
|
|
Loading…
Reference in New Issue