]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-nfs: add nfs-ganesha-rados-urls package
authorDimitri Savineau <dsavinea@redhat.com>
Thu, 6 Feb 2020 20:41:46 +0000 (15:41 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 17 Feb 2020 09:52:30 +0000 (10:52 +0100)
Since nfs-ganesha 2.8.3 the rados-urls library has been move to a
dedicated package.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
roles/ceph-nfs/tasks/pre_requisite_non_container_red_hat.yml

index 80b512e5c92f3e26135a27388198d900c4fe65f0..49fbb8dccabf8d39f0532c8f793c0b5089ca694d 100644 (file)
@@ -49,7 +49,7 @@
 
     - name: install redhat nfs-ganesha-rgw and ceph-radosgw packages
       package:
-        name: ['nfs-ganesha-rgw', 'nfs-ganesha-rados-grace', 'ceph-radosgw']
+        name: ['nfs-ganesha-rgw', 'nfs-ganesha-rados-grace', 'nfs-ganesha-rados-urls', 'ceph-radosgw']
         state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
       register: result
       until: result is succeeded