From: Andrew Schoen Date: Fri, 28 Sep 2018 19:19:40 +0000 (-0500) Subject: Merge pull request #24337 from alfredodeza/mimic-rm36251 X-Git-Tag: v13.2.3~170 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4695a60617d83bee512a8cc8ca6a999b1205e314;p=ceph.git Merge pull request #24337 from alfredodeza/mimic-rm36251 mimic ceph-volume add new ceph-handlers role from ceph-ansible Reviewed-by: Andrew Schoen --- 4695a60617d83bee512a8cc8ca6a999b1205e314 diff --cc src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml index 5a2b4e4af0d,539ec9634e0..3564cf3cd1f --- a/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml +++ b/src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml @@@ -77,7 -76,30 +77,8 @@@ 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: