From: Patrick Donnelly Date: Fri, 21 Jun 2019 23:58:42 +0000 (-0700) Subject: qa: remove hadoop qa suite X-Git-Tag: v12.2.13~78^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=86f6b314958b0a081df791bfd8ebd91a6fc83ab4;p=ceph.git qa: remove hadoop qa suite Reason: teuthology has removed Ubuntu 14.04 as a target. Note: no one is trying to support Hadoop and it apparently (for Luminous) has an Ubuntu 14.04 dependency. master still has the hadoop suite with the latest Ubuntu but, again, no one is working on supporting this or testing it. I lack time to check what else may have been done to get the Hadoop suite working on Ubuntu 14.04. Fixes: http://tracker.ceph.com/issues/40286 Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/hadoop/.qa b/qa/suites/hadoop/.qa deleted file mode 120000 index a602a0353e75..000000000000 --- a/qa/suites/hadoop/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file diff --git a/qa/suites/hadoop/basic/% b/qa/suites/hadoop/basic/% deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/hadoop/basic/.qa b/qa/suites/hadoop/basic/.qa deleted file mode 120000 index a602a0353e75..000000000000 --- a/qa/suites/hadoop/basic/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file diff --git a/qa/suites/hadoop/basic/clusters/.qa b/qa/suites/hadoop/basic/clusters/.qa deleted file mode 120000 index a602a0353e75..000000000000 --- a/qa/suites/hadoop/basic/clusters/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file diff --git a/qa/suites/hadoop/basic/clusters/fixed-3.yaml b/qa/suites/hadoop/basic/clusters/fixed-3.yaml deleted file mode 100644 index 6fc0af68f4b6..000000000000 --- a/qa/suites/hadoop/basic/clusters/fixed-3.yaml +++ /dev/null @@ -1,17 +0,0 @@ - -os_type: ubuntu -os_version: "14.04" - -overrides: - ceph: - conf: - client: - client permissions: false -roles: -- [mon.0, mds.0, osd.0, hadoop.master.0] -- [mon.1, mgr.x, osd.1, hadoop.slave.0] -- [mon.2, mgr.y, hadoop.slave.1, client.0] -openstack: -- volumes: # attached to each instance - count: 1 - size: 10 # GB diff --git a/qa/suites/hadoop/basic/filestore-xfs.yaml b/qa/suites/hadoop/basic/filestore-xfs.yaml deleted file mode 120000 index 59ef7e4847e1..000000000000 --- a/qa/suites/hadoop/basic/filestore-xfs.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/hadoop/basic/tasks/.qa b/qa/suites/hadoop/basic/tasks/.qa deleted file mode 120000 index a602a0353e75..000000000000 --- a/qa/suites/hadoop/basic/tasks/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa/ \ No newline at end of file diff --git a/qa/suites/hadoop/basic/tasks/repl.yaml b/qa/suites/hadoop/basic/tasks/repl.yaml deleted file mode 100644 index 60cdcca327e8..000000000000 --- a/qa/suites/hadoop/basic/tasks/repl.yaml +++ /dev/null @@ -1,8 +0,0 @@ -tasks: -- ssh_keys: -- install: -- ceph: -- hadoop: -- workunit: - clients: - client.0: [hadoop/repl.sh] diff --git a/qa/suites/hadoop/basic/tasks/terasort.yaml b/qa/suites/hadoop/basic/tasks/terasort.yaml deleted file mode 100644 index 4377894f5874..000000000000 --- a/qa/suites/hadoop/basic/tasks/terasort.yaml +++ /dev/null @@ -1,10 +0,0 @@ -tasks: -- ssh_keys: -- install: -- ceph: -- hadoop: -- workunit: - clients: - client.0: [hadoop/terasort.sh] - env: - NUM_RECORDS: "10000000" diff --git a/qa/suites/hadoop/basic/tasks/wordcount.yaml b/qa/suites/hadoop/basic/tasks/wordcount.yaml deleted file mode 100644 index b84941b81ed1..000000000000 --- a/qa/suites/hadoop/basic/tasks/wordcount.yaml +++ /dev/null @@ -1,8 +0,0 @@ -tasks: -- ssh_keys: -- install: -- ceph: -- hadoop: -- workunit: - clients: - client.0: [hadoop/wordcount.sh]