]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove hadoop qa suite
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 21 Jun 2019 23:58:42 +0000 (16:58 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Sat, 22 Jun 2019 00:00:40 +0000 (17:00 -0700)
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 <pdonnell@redhat.com>
qa/suites/hadoop/.qa [deleted symlink]
qa/suites/hadoop/basic/% [deleted file]
qa/suites/hadoop/basic/.qa [deleted symlink]
qa/suites/hadoop/basic/clusters/.qa [deleted symlink]
qa/suites/hadoop/basic/clusters/fixed-3.yaml [deleted file]
qa/suites/hadoop/basic/filestore-xfs.yaml [deleted symlink]
qa/suites/hadoop/basic/tasks/.qa [deleted symlink]
qa/suites/hadoop/basic/tasks/repl.yaml [deleted file]
qa/suites/hadoop/basic/tasks/terasort.yaml [deleted file]
qa/suites/hadoop/basic/tasks/wordcount.yaml [deleted file]

diff --git a/qa/suites/hadoop/.qa b/qa/suites/hadoop/.qa
deleted file mode 120000 (symlink)
index a602a03..0000000
+++ /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 (file)
index e69de29..0000000
diff --git a/qa/suites/hadoop/basic/.qa b/qa/suites/hadoop/basic/.qa
deleted file mode 120000 (symlink)
index a602a03..0000000
+++ /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 (symlink)
index a602a03..0000000
+++ /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 (file)
index 6fc0af6..0000000
+++ /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 (symlink)
index 59ef7e4..0000000
+++ /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 (symlink)
index a602a03..0000000
+++ /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 (file)
index 60cdcca..0000000
+++ /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 (file)
index 4377894..0000000
+++ /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 (file)
index b84941b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-tasks:
-- ssh_keys:
-- install:
-- ceph:
-- hadoop:
-- workunit: 
-    clients:
-      client.0: [hadoop/wordcount.sh]