From 08b727842bc66603e3b8d1160ee4b15051b0cd20 Mon Sep 17 00:00:00 2001 From: sayaleeraut Date: Wed, 27 Nov 2019 18:25:50 +0530 Subject: [lib]:Adding the default configs for arbiter and dist-arbiter Adding the default configurations for arbiter and distributed- arbiter volume types, as it was missing from the gluster_base_class.py. Adding Arbiter and Distributed arbiter configuration in the glusto_tests_config.yml Change-Id: Ic078505975ff1a1171a4bc6ee6ad2c67f0fb45f1 Signed-off-by: sayaleeraut --- tests/gluster_tests_config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests/gluster_tests_config.yml') diff --git a/tests/gluster_tests_config.yml b/tests/gluster_tests_config.yml index 9a3689407..459cc7d53 100644 --- a/tests/gluster_tests_config.yml +++ b/tests/gluster_tests_config.yml @@ -190,6 +190,17 @@ gluster: disperse_count: 6 redundancy_count: 2 transport: tcp + arbiter: &arbiter + type: arbiter + replica_count: 3 + arbiter_count: 1 + transport: tcp + distributed-arbiter: &distrbuted_arbiter + type: distributed_arbiter + dist_count: 2 + replica_count: 3 + arbiter_count: 1 + transport: tcp volume_create_force: False -- cgit