use new roles

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-03-22 16:50:30 +01:00
parent 31beb24d74
commit 87765ef6d9
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 12 additions and 8 deletions

View File

@ -1,11 +1,11 @@
---
#- name: Configure Nimbus master
# hosts: nimbus-master
# roles:
# - origin-cert
# - nimbus
- name: Configure Nimbus master
hosts: nimbus-master
roles:
- origin-cert
- infra-role-eth2-testnet-site
- name: Configure Nimbus cluster
hosts: nimbus-slaves
roles:
- infra-role-nimbus
- infra-role-beacon-node

View File

@ -14,6 +14,10 @@
src: git@github.com:status-im/infra-role-consul-service.git
scm: git
- name: infra-role-nimbus
src: git@github.com:status-im/infra-role-nimbus.git
- name: infra-role-beacon-node
src: git@github.com:status-im/infra-role-beacon-node.git
scm: git
- name: eth2-testnet-site
src: git@github.com:status-im/infra-role-eth2-testnet-site.git
scm: git