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
This commit is contained in:
parent
9a86713551
commit
442631b5ba
@ -485,6 +485,7 @@
|
||||
- name: Apply role manila
|
||||
gather_facts: false
|
||||
hosts:
|
||||
- ceph-mon
|
||||
- manila-api
|
||||
- manila-data
|
||||
- manila-share
|
||||
|
Loading…
Reference in New Issue
Block a user