From ec485c197e50c1e6da5660a6804a0c54971d2e7e Mon Sep 17 00:00:00 2001 From: leseb Date: Tue, 30 Jun 2015 15:59:30 +0200 Subject: [PATCH] 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 --- site.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/site.yml b/site.yml index 2579dafcc..8fa57d553 100644 --- a/site.yml +++ b/site.yml @@ -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: