ceph-common was running twice

Sinxe each Ceph role (except ceph-common) has a dependancy to
ceph-common we don't need to declare ceph-common again.
Prior to this change the ceph-common role was running twice, thing that
wasn't really elegant.

Signed-off-by: leseb <seb@redhat.com>
pull/295/head
leseb 2015-06-30 15:59:30 +02:00
parent 5c71033374
commit ec485c197e
1 changed files with 0 additions and 10 deletions

View File

@ -1,16 +1,6 @@
---
# Defines deployment design and assigns role to server groups
- hosts:
- mons
- osds
- mdss
- rgws
- clients # Kernel RBD does NOT support signatures for Kernels < 3.18! Make sure to set cephx_require_signatures: false
sudo: True
roles:
- { role: ceph-common, when: not docker }
- hosts: mons
sudo: True
roles: