From 7da45d65be36d36b880cc55c5036e96c24b53f00 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 1 Mar 2018 14:38:11 +0800 Subject: remove ceph code This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren --- .../1-hammer-jewel-install/hammer-jewel.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/ceph/qa/suites/upgrade/hammer-jewel-x/parallel/1-hammer-jewel-install/hammer-jewel.yaml (limited to 'src/ceph/qa/suites/upgrade/hammer-jewel-x/parallel/1-hammer-jewel-install') diff --git a/src/ceph/qa/suites/upgrade/hammer-jewel-x/parallel/1-hammer-jewel-install/hammer-jewel.yaml b/src/ceph/qa/suites/upgrade/hammer-jewel-x/parallel/1-hammer-jewel-install/hammer-jewel.yaml deleted file mode 100644 index c57e071..0000000 --- a/src/ceph/qa/suites/upgrade/hammer-jewel-x/parallel/1-hammer-jewel-install/hammer-jewel.yaml +++ /dev/null @@ -1,20 +0,0 @@ -tasks: -- install: - branch: hammer - exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev'] -- print: "**** done hammer" -- ceph: - fs: xfs - skip_mgr_daemons: true - add_osds_to_crush: true -- install.upgrade: - exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev'] - osd.0: - branch: jewel - osd.2: - branch: jewel -- print: "*** client.0 upgraded packages to jewel" -- parallel: - - workload - - upgrade-sequence -- print: "**** done parallel" -- cgit 1.2.3-korg