From ad3b0cf01f875b7fcb8fe1d0ff7a226ac0ea812c Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sun, 15 Apr 2018 23:03:50 +0800 Subject: [PATCH] Add the missing mds and mgr groups into site.yml Add the ceph-mds and ceph-mgr host group into site.yml, or the deploy action will be failed when ceph-mds and ceph-mgr is different from the other ceph groups. Change-Id: If34483c4a2e8f29b449ced811dd4b42e5b2e7dd4 --- ansible/site.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/site.yml b/ansible/site.yml index 65baeca0e3..1bd7518516 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -243,10 +243,12 @@ - name: Apply role ceph gather_facts: false hosts: + - ceph-mds + - ceph-mgr - ceph-mon + - ceph-nfs - ceph-osd - ceph-rgw - - ceph-mgr serial: '{{ serial|default("0") }}' roles: - { role: ceph,