From: Neha Ojha Date: Mon, 8 Oct 2018 19:12:39 +0000 (-0400) Subject: qa/suites/rados/upgrade/jewel-x-singleton: exclude python3-rados, python3-cephfs X-Git-Tag: v12.2.9~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24479%2Fhead;p=ceph.git qa/suites/rados/upgrade/jewel-x-singleton: exclude python3-rados, python3-cephfs 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 --- diff --git a/qa/suites/rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml b/qa/suites/rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml index 31ca3e50204f..908028298098 100644 --- a/qa/suites/rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml +++ b/qa/suites/rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml @@ -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