luminous ceph-volume add new ceph-handlers role from ceph-ansible
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
roles:
- role: ceph-defaults
tags: ['ceph_update_config']
+ - role: ceph-handler
- role: ceph-common
- - role: ceph-config
- tags: ['ceph_update_config']
-
-- hosts: mons
- gather_facts: false
- become: True
- roles:
- - role: ceph-defaults
- - role: ceph-common
- - role: ceph-mon
-
-- hosts: mgrs
- gather_facts: false
- become: True
- roles:
- - role: ceph-defaults
- - role: ceph-common
- - role: ceph-mgr
-
-- hosts: osds
- gather_facts: false
- become: True
tasks:
- name: rsync ceph-volume to test nodes on centos
synchronize: