From fc1016fbf9714469d690aee7a1d3c80acc58fd54 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Mon, 8 Oct 2018 15:12:39 -0400 Subject: [PATCH] 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 --- .../rados/upgrade/jewel-x-singleton/1-jewel-install/jewel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 31ca3e50204fe..9080282980984 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 -- 2.39.5