install ceph-mds on debian systems when using red hat ceph storage

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/797/head
Andrew Schoen 2016-05-19 09:56:06 -05:00
parent 7157afc7ce
commit eb92cb57e4
1 changed files with 6 additions and 0 deletions

View File

@ -35,3 +35,9 @@
name: radosgw
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
when: rgw_group_name in group_names
- name: install red hat storage ceph mds
apt:
pkg: ceph-mds
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
when: mds_group_name in group_names