From bab382ec06a997880a8cf9d52a23fa8f225d8c3b Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Tue, 20 Nov 2018 23:37:25 +0000 Subject: [PATCH] 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 --- qa/suites/rados/thrash-old-clients/1-install/hammer.yaml | 2 +- qa/suites/rados/thrash-old-clients/1-install/jewel.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 b2c6b62d8120..01a133ac53b6 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 b68ee3d30bc9..fc2c61eb5215 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: -- 2.47.3