drop unused toledor and maste references

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-01-18 16:10:16 +01:00
parent e2a2070f43
commit 05684f23b1
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 0 additions and 36 deletions

View File

@ -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 }

View File

@ -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 }

View File

@ -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 ] }