]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
added yaml to run tests from qa and modifed 4.node.yaml to new config
authorrakesh <rakesh@dhcp35-53.lab.eng.blr.redhat.com>
Tue, 20 Jun 2017 08:44:28 +0000 (14:14 +0530)
committerVasu Kulkarni <vasu@redhat.com>
Tue, 5 Sep 2017 19:45:48 +0000 (12:45 -0700)
qa/suites/rgw/nfs-ganesha/clusters/4-node.yaml
qa/suites/rgw/nfs-ganesha/tasks/nfs_ganesha_rgw_install.yaml [deleted file]
qa/suites/rgw/nfs-ganesha/tasks/test_basic_io.yaml [new file with mode: 0644]
qa/suites/rgw/nfs-ganesha/tasks/test_basic_io_from_s3.yaml [new file with mode: 0644]
qa/suites/rgw/nfs-ganesha/tasks/test_delete_file_nfs.yaml [new file with mode: 0644]
qa/suites/rgw/nfs-ganesha/tasks/test_delete_file_s3.yaml [new file with mode: 0644]
qa/suites/rgw/nfs-ganesha/tasks/test_move_file_nfs.yaml [new file with mode: 0644]
qa/suites/rgw/nfs-ganesha/tasks/test_move_file_s3.yaml [new file with mode: 0644]

index f13e538198cb258e1d4ef134b63f22574ab85559..91b641905c2587a03f307f7d17a99caf17ed7c5a 100644 (file)
@@ -1,20 +1,19 @@
 overrides:
-  ceph-ansible:
-    group_vars:
-      all:
-        ceph_conf_overrides:
-          global:
-            osd_default_pool_size: 3
-            osd_pool_default_pg_num: 128
-            osd_pool_default_pgp_num: 128
+  ceph_ansible:
     vars:
-        osd_auto_discovery: false
-        ceph_test: True
-        ceph_origin: distro
-        journal_collocation: True
-        journal_size: 1024
-        ceph_stable: True
-        ceph_stable_rh_storage: True
+      osd_auto_discovery: false
+      ceph_test: True
+      ceph_origin: distro
+      journal_collocation: True
+      journal_size: 1024
+      ceph_stable: True
+      ceph_stable_rh_storage: True
+      ceph_conf_overrides:
+        global:
+          osd_default_pool_size: 3
+          osd_pool_default_pg_num: 128
+          osd_pool_default_pgp_num: 128
+          osd crush chooseleaf type: 0
 roles:
 - - mon.a
   - osd.0
diff --git a/qa/suites/rgw/nfs-ganesha/tasks/nfs_ganesha_rgw_install.yaml b/qa/suites/rgw/nfs-ganesha/tasks/nfs_ganesha_rgw_install.yaml
deleted file mode 100644 (file)
index 91c724a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-tasks:
-- ssh-keys: null
-- ceph-ansible: null
-- nfs_ganesha_rgw:
\ No newline at end of file
diff --git a/qa/suites/rgw/nfs-ganesha/tasks/test_basic_io.yaml b/qa/suites/rgw/nfs-ganesha/tasks/test_basic_io.yaml
new file mode 100644 (file)
index 0000000..e3bbc55
--- /dev/null
@@ -0,0 +1,5 @@
+tasks:
+- ssh-keys: null
+- ceph-ansible: null
+- nfs_ganesha_rgw:
+    test-name: test_basic_io
\ No newline at end of file
diff --git a/qa/suites/rgw/nfs-ganesha/tasks/test_basic_io_from_s3.yaml b/qa/suites/rgw/nfs-ganesha/tasks/test_basic_io_from_s3.yaml
new file mode 100644 (file)
index 0000000..77a3a00
--- /dev/null
@@ -0,0 +1,5 @@
+tasks:
+- ssh-keys: null
+- ceph-ansible: null
+- nfs_ganesha_rgw:
+    test-name: test_basic_io_from_s3
\ No newline at end of file
diff --git a/qa/suites/rgw/nfs-ganesha/tasks/test_delete_file_nfs.yaml b/qa/suites/rgw/nfs-ganesha/tasks/test_delete_file_nfs.yaml
new file mode 100644 (file)
index 0000000..31c0675
--- /dev/null
@@ -0,0 +1,5 @@
+tasks:
+- ssh-keys: null
+- ceph-ansible: null
+- nfs_ganesha_rgw:
+    test-name: test_delete_file_nfs
\ No newline at end of file
diff --git a/qa/suites/rgw/nfs-ganesha/tasks/test_delete_file_s3.yaml b/qa/suites/rgw/nfs-ganesha/tasks/test_delete_file_s3.yaml
new file mode 100644 (file)
index 0000000..5cc69db
--- /dev/null
@@ -0,0 +1,5 @@
+tasks:
+- ssh-keys: null
+- ceph-ansible: null
+- nfs_ganesha_rgw:
+    test-name: test_delete_file_s3
\ No newline at end of file
diff --git a/qa/suites/rgw/nfs-ganesha/tasks/test_move_file_nfs.yaml b/qa/suites/rgw/nfs-ganesha/tasks/test_move_file_nfs.yaml
new file mode 100644 (file)
index 0000000..b96ddff
--- /dev/null
@@ -0,0 +1,5 @@
+tasks:
+- ssh-keys: null
+- ceph-ansible: null
+- nfs_ganesha_rgw:
+    test-name: test_move_file_nfs
\ No newline at end of file
diff --git a/qa/suites/rgw/nfs-ganesha/tasks/test_move_file_s3.yaml b/qa/suites/rgw/nfs-ganesha/tasks/test_move_file_s3.yaml
new file mode 100644 (file)
index 0000000..fdfd95b
--- /dev/null
@@ -0,0 +1,5 @@
+tasks:
+- ssh-keys: null
+- ceph-ansible: null
+- nfs_ganesha_rgw:
+    test-name: test_move_file_s3
\ No newline at end of file