]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
moved nfs_ganesha yaml to seperate dir
authorrakesh <rakesh@dhcp35-53.lab.eng.blr.redhat.com>
Mon, 20 Mar 2017 14:59:56 +0000 (20:29 +0530)
committerVasu Kulkarni <vasu@redhat.com>
Tue, 5 Sep 2017 19:00:54 +0000 (12:00 -0700)
qa/suites/rgw/nfs_ganesha/% [new file with mode: 0644]
qa/suites/rgw/nfs_ganesha/clusters/4-node.yaml [new file with mode: 0644]
qa/suites/rgw/nfs_ganesha/tasks/nfs_ganesha_rgw_install.yaml [new file with mode: 0644]
qa/suites/rgw/system/tasks/nfs_ganesha_rgw_install.yaml [deleted file]

diff --git a/qa/suites/rgw/nfs_ganesha/% b/qa/suites/rgw/nfs_ganesha/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rgw/nfs_ganesha/clusters/4-node.yaml b/qa/suites/rgw/nfs_ganesha/clusters/4-node.yaml
new file mode 100644 (file)
index 0000000..7c61af0
--- /dev/null
@@ -0,0 +1,30 @@
+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
+    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
+roles:
+- - mon.a
+  - osd.0
+  - osd.1
+  - osd.2
+- - osd.3
+  - osd.4
+  - osd.5
+- - osd.6
+  - osd.7
+  - osd.8
+- - rgw.0
+  - client.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
new file mode 100644 (file)
index 0000000..91c724a
--- /dev/null
@@ -0,0 +1,4 @@
+tasks:
+- ssh-keys: null
+- ceph-ansible: null
+- nfs_ganesha_rgw:
\ No newline at end of file
diff --git a/qa/suites/rgw/system/tasks/nfs_ganesha_rgw_install.yaml b/qa/suites/rgw/system/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