mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-30 23:47:11 +00:00
drop unused toledor and maste references
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e2a2070f43
commit
05684f23b1
@ -1,9 +0,0 @@
|
||||
---
|
||||
beacon_node_network: 'toledo'
|
||||
beacon_node_cont_tag: 'devel-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||
beacon_node_cont_entrypoint: '/usr/local/bin/nimbus_beacon_node'
|
||||
|
||||
# Distribution of validators and their keys
|
||||
dist_validators_layout:
|
||||
"toledo-01.aws-eu-central-1a.nimbus.test": { start: 0, end: 1024 }
|
||||
"toledo-02.aws-eu-central-1a.nimbus.test": { start: 1024, end: 2048 }
|
@ -1,13 +0,0 @@
|
||||
---
|
||||
- name: Pre-playbook checks
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- name: 'Verify Ansible version is 2.8 or newer'
|
||||
assert:
|
||||
that: 'ansible_version.full is version_compare("2.8", ">=")'
|
||||
msg: 'Your Ansible version is lower than 2.8. Upgrade it.'
|
||||
|
||||
- name: Configure beacon node builds
|
||||
hosts: nimbus-master
|
||||
roles:
|
||||
- { role: beacon-node-builds, tags: beacon-node-builds }
|
@ -1,14 +0,0 @@
|
||||
---
|
||||
- name: Pre-playbook checks
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- name: 'Verify Ansible version is 2.8 or newer'
|
||||
assert:
|
||||
that: 'ansible_version.full is version_compare("2.8", ">=")'
|
||||
msg: 'Your Ansible version is lower than 2.8. Upgrade it.'
|
||||
|
||||
- name: Configure network toledo using develop
|
||||
hosts: nimbus-toledo-devel
|
||||
roles:
|
||||
- { role: distribute-validators, tags: [ distribute-validators ] }
|
||||
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }
|
Loading…
x
Reference in New Issue
Block a user