]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: install ceph-mgr for rhcs on debian 1452/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 17 Apr 2017 13:40:24 +0000 (08:40 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Mon, 17 Apr 2017 13:40:24 +0000 (08:40 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-common/tasks/installs/install_rh_storage_on_debian.yml

index 1551638f397accf4f61cbbbb94416d6ac63a744d..9580c4c5843fde3714c8114f27d0cd63378c7b30 100644 (file)
@@ -90,3 +90,9 @@
     name: nfs-ganesha-fsal
     state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
   when: nfs_group_name in group_names
+
+- name: install ceph mgr
+  apt:
+    pkg: ceph-mgr
+    state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
+  when: mgr_group_name in group_names