]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: install ceph-common packages for clients on redhat for rhcs
authorAlfredo Deza <adeza@redhat.com>
Tue, 31 May 2016 16:09:31 +0000 (12:09 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 31 May 2016 18:54:56 +0000 (14:54 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Resolves: rhbz#1339096

roles/ceph-common/tasks/installs/install_rh_storage_on_redhat.yml

index 0bf5ad93fb3350dbb228bb07db2e626e44dc0ea8..3fa7843e0169b7b1cdc1f7fad69723490ac52c54 100644 (file)
@@ -45,9 +45,9 @@
   when:
     - mds_group_name in group_names
 
-- name: install red hat storage ceph base
+- name: install red hat storage ceph-common
   yum:
-    name: "ceph-base"
+    name: "ceph-common"
     state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
   when:
     - client_group_name in group_names