From: Neha Ojha Date: Tue, 20 Nov 2018 23:37:25 +0000 (+0000) Subject: qa/suites/rados/thrash-old-clients: exclude packages for hammer, jewel X-Git-Tag: v13.2.3~41^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bab382ec06a997880a8cf9d52a23fa8f225d8c3b;p=ceph.git qa/suites/rados/thrash-old-clients: exclude packages for hammer, jewel This fix goes directly into the mimic branch since the following packages do not need to be installed on hammer and jewel. - python34-rados - python34-cephfs - python3-rados - python3-cephfs Signed-off-by: Neha Ojha --- diff --git a/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml b/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml index b2c6b62d8120f..01a133ac53b6f 100644 --- a/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml +++ b/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml @@ -9,7 +9,7 @@ overrides: tasks: - install: branch: hammer - exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev'] + exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python34-rados','python34-cephfs','python3-rados','python3-cephfs'] - install.upgrade: mon.a: mon.b: diff --git a/qa/suites/rados/thrash-old-clients/1-install/jewel.yaml b/qa/suites/rados/thrash-old-clients/1-install/jewel.yaml index b68ee3d30bc9d..fc2c61eb5215c 100644 --- a/qa/suites/rados/thrash-old-clients/1-install/jewel.yaml +++ b/qa/suites/rados/thrash-old-clients/1-install/jewel.yaml @@ -1,7 +1,7 @@ tasks: - install: branch: jewel - exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev'] + exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python34-rados','python34-cephfs','python3-rados','python3-cephfs'] - install.upgrade: mon.a: mon.b: