]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/rgw: use overrides for hadoop version
authorCasey Bodley <cbodley@redhat.com>
Mon, 18 Sep 2017 17:28:22 +0000 (13:28 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 18 Sep 2017 17:28:24 +0000 (13:28 -0400)
instead of having two separate tasks, add v27.yaml and v28.yaml with
overrides for hadoop_version

Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/suites/rgw/hadoop-s3a/% [new file with mode: 0644]
qa/suites/rgw/hadoop-s3a/hadoop/v27.yaml [new file with mode: 0644]
qa/suites/rgw/hadoop-s3a/hadoop/v28.yaml [new file with mode: 0644]
qa/suites/rgw/hadoop-s3a/s3a-hadoop-v28.yaml [deleted file]

diff --git a/qa/suites/rgw/hadoop-s3a/% b/qa/suites/rgw/hadoop-s3a/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rgw/hadoop-s3a/hadoop/v27.yaml b/qa/suites/rgw/hadoop-s3a/hadoop/v27.yaml
new file mode 100644 (file)
index 0000000..7fd0dcf
--- /dev/null
@@ -0,0 +1,3 @@
+overrides:
+  s3a-hadoop:
+    hadoop-version: '2.7.3'
diff --git a/qa/suites/rgw/hadoop-s3a/hadoop/v28.yaml b/qa/suites/rgw/hadoop-s3a/hadoop/v28.yaml
new file mode 100644 (file)
index 0000000..20a06ba
--- /dev/null
@@ -0,0 +1,3 @@
+overrides:
+  s3a-hadoop:
+    hadoop-version: '2.8.0'
diff --git a/qa/suites/rgw/hadoop-s3a/s3a-hadoop-v28.yaml b/qa/suites/rgw/hadoop-s3a/s3a-hadoop-v28.yaml
deleted file mode 100644 (file)
index 41dfa40..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-os_type: centos
-os_version: "7.3"
-machine_type: vps
-overrides:
-    ceph_ansible:
-      vars:
-        ceph_conf_overrides:
-          global:
-            osd default pool size: 2
-            osd pool default pg num: 128
-            osd pool default pgp num: 128
-            debug rgw: 20 
-            debug ms: 1
-        ceph_test: true
-        ceph_dev: true
-        ceph_dev_key: https://download.ceph.com/keys/autobuild.asc
-        ceph_origin: upstream
-        journal_collocation: true
-        osd_auto_discovery: false
-        journal_size: 1024
-
-roles:
-- [mon.a, osd.0, osd.1, osd.2, rgw.0]
-- [osd.3, osd.4, osd.5]
-- [osd.6, osd.7, osd.8]
-- [mgr.x]
-tasks:
-- ssh-keys:
-- ceph-ansible:
-- s3a-hadoop:
-    hadoop-version: '2.8.0'