From 442631b5ba9de520d199c0cd1c3035a46f7f9a34 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sun, 25 Feb 2018 11:55:40 +0800 Subject: [PATCH] Add the missing ceph_mon host groups for Manila when Manila use ceph as backend, Manila will pull keyring from ceph mon node [0], but the site.yml missing it. [0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/manila/tasks/ceph.yml#L18 Change-Id: If8f0b9f186a27d9a86227cd5e5ce2405bf57749e Closes-Bug: #1751534 --- ansible/site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/site.yml b/ansible/site.yml index bca0ac343e..e467686060 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -485,6 +485,7 @@ - name: Apply role manila gather_facts: false hosts: + - ceph-mon - manila-api - manila-data - manila-share