]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/upgrade/jewel-x-singleton: exclude python3-rados, python3-cephfs 24479/head
authorNeha Ojha <nojha@redhat.com>
Mon, 8 Oct 2018 19:12:39 +0000 (15:12 -0400)
committerNeha Ojha <nojha@redhat.com>
Mon, 8 Oct 2018 19:12:39 +0000 (15:12 -0400)
This fix goes directly into the luminous branch since these packages do not need
to be installed on jewel, when upgrading to luminous.

Fixes: https://tracker.ceph.com/issues/36347
Signed-off-by: Neha Ojha <nojha@redhat.com>
qa/suites/rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml

index 31ca3e50204fe419e5924a5bb2ab9eaa2eb9285d..9080282980984307a00e61d72465779446205fc8 100644 (file)
@@ -3,7 +3,7 @@ meta:
 tasks:
 - install:
     branch: jewel
-    exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
+    exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev', 'python3-rados', 'python3-cephfs']
 - print: "**** done install jewel"
 - ceph:
     skip_mgr_daemons: true