From 216fdc0728be7b7dc0b256d060d71f4f4a11c184 Mon Sep 17 00:00:00 2001 From: rakesh Date: Mon, 20 Nov 2017 15:24:28 +0530 Subject: [PATCH] cluters dir added --- qa/suites/rgw/multisite/clusters/4-node.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qa/suites/rgw/multisite/clusters/4-node.yaml diff --git a/qa/suites/rgw/multisite/clusters/4-node.yaml b/qa/suites/rgw/multisite/clusters/4-node.yaml new file mode 100644 index 0000000000000..0ac180c3625b2 --- /dev/null +++ b/qa/suites/rgw/multisite/clusters/4-node.yaml @@ -0,0 +1,15 @@ +roles: +- - source.mon.a + - source.mgr.x + - source.mon.b + - source.osd.0 + - source.osd.1 + - source.osd.2 +- - source.client.0 +- - target.mon.a + - target.mgr.y + - target.mon.b + - target.osd.0 + - target.osd.1 + - target.osd.2 +- - target.client.1 \ No newline at end of file -- 2.39.5