]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #24338 from alfredodeza/luminous-rm36251
authorAndrew Schoen <andrew.schoen@gmail.com>
Fri, 28 Sep 2018 19:18:48 +0000 (14:18 -0500)
committerGitHub <noreply@github.com>
Fri, 28 Sep 2018 19:18:48 +0000 (14:18 -0500)
luminous ceph-volume add new ceph-handlers role from ceph-ansible

Reviewed-by: Andrew Schoen <aschoen@redhat.com>
1  2 
src/ceph-volume/ceph_volume/tests/functional/playbooks/deploy.yml

index 5a2b4e4af0d2d4f89c8a3d5f726c578bc76ce38c,539ec9634e09f50a067cf4f078d9a36c9cb96697..3564cf3cd1f4bb1f8f47026f260e839d9065fc71
    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: