ceph-common: install ceph-common packages for clients on debian for rhcs

Signed-off-by: Alfredo Deza <adeza@redhat.com>

Resolves: rhbz#1339096
pull/823/head
Alfredo Deza 2016-05-31 12:09:50 -04:00
parent 3b52b263eb
commit 254d75f671
1 changed files with 6 additions and 0 deletions

View File

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