summaryrefslogtreecommitdiffstats
path: root/tests/distaf/tests_d
diff options
context:
space:
mode:
authorShwetha Panduranga <spandura@redhat.com>2016-06-27 02:26:06 +0530
committerKaushal M <kaushal@redhat.com>2016-06-26 21:15:12 -0700
commitd2842f1b58ed31a45f9fb69efa4f4c7ae5ffd984 (patch)
tree8850c035aed8d3edf7f947d1e0c731dd40ee658d /tests/distaf/tests_d
parenteaadde082e460eb3c2d90965d3e85e1766936f16 (diff)
Modifying gluster_base_class and mount_ops to suit the config file changes made
Change-Id: Ic551724dd27fcc2cc618e8de04110752bf5a8786 BUG: 1350017 Signed-off-by: Shwetha Panduranga <spandura@redhat.com> Reviewed-on: http://review.gluster.org/14808 Tested-by: ShwethaHPanduranga NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Jonathan Holloway <jholloway@redhat.com> Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests/distaf/tests_d')
-rw-r--r--tests/distaf/tests_d/distaf_gluster_config.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/distaf/tests_d/distaf_gluster_config.yml b/tests/distaf/tests_d/distaf_gluster_config.yml
index 28ae6e2894e..c9e8d824b64 100644
--- a/tests/distaf/tests_d/distaf_gluster_config.yml
+++ b/tests/distaf/tests_d/distaf_gluster_config.yml
@@ -68,10 +68,10 @@ gluster:
ctdb_vips:
- vip: vip1
routing_prefix: '23'
- interfaces: 'eth0'
+ interface: 'eth0'
- vip: vip2
routing_prefix: '22'
- interfaces: 'eth0'
+ interface: 'eth0'
ctdb_metavol_brick_path: ''
nfs_ganesha:
@@ -81,24 +81,25 @@ gluster:
volume_types:
distribute: &distribute
+ type: distribute
dist_count: 4
transport: tcp
-
replicate: &replicate
+ type: replicate
replica_count: 3
transport: tcp
-
dist_rep: &dist_rep
+ type: dist_rep
dist_count: 2
replica_count: 2
transport: tcp
-
disperse: &disperse
+ type: disperse
disperse_count: 4
redundancy_count: 2
transport: tcp
-
dist_disperse: &dist_disperse
+ type: dist_disperse
dist_count: 2
disperse_count: 4
redundancy_count: 2