Merge pull request #948 from font/rbdmirror

Add ceph-rbd-mirror role to containerized sample playbook
pull/954/head
Leseb 2016-08-23 11:41:48 +02:00 committed by GitHub
commit a22fa9abe3
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
roles:
- ceph-nfs
- hosts: rbd_mirrors
become: True
roles:
- ceph-rbd-mirror
- hosts: restapis
become: True
roles: