summaryrefslogtreecommitdiffstats
path: root/qa/suites/orch/rook/smoke/cluster
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--qa/suites/orch/rook/smoke/cluster/1-node.yaml3
-rw-r--r--qa/suites/orch/rook/smoke/cluster/3-node.yaml7
2 files changed, 10 insertions, 0 deletions
diff --git a/qa/suites/orch/rook/smoke/cluster/1-node.yaml b/qa/suites/orch/rook/smoke/cluster/1-node.yaml
new file mode 100644
index 000000000..e238526ca
--- /dev/null
+++ b/qa/suites/orch/rook/smoke/cluster/1-node.yaml
@@ -0,0 +1,3 @@
+roles:
+- - host.a
+ - client.a
diff --git a/qa/suites/orch/rook/smoke/cluster/3-node.yaml b/qa/suites/orch/rook/smoke/cluster/3-node.yaml
new file mode 100644
index 000000000..d79a9f786
--- /dev/null
+++ b/qa/suites/orch/rook/smoke/cluster/3-node.yaml
@@ -0,0 +1,7 @@
+roles:
+- - host.a
+ - client.a
+- - host.b
+ - client.b
+- - host.c
+ - client.c