Add zte-pod1.yaml 93/17793/1
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Fri, 29 Jul 2016 08:22:44 +0000 (16:22 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Fri, 29 Jul 2016 08:22:44 +0000 (16:22 +0800)
JIRA: Yardstick-313

Change-Id: I7dc908e55e9c3c891a525a3285c6ae42a1bcae48
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
etc/yardstick/nodes/zte_pod1.yaml [new file with mode: 0644]

diff --git a/etc/yardstick/nodes/zte_pod1.yaml b/etc/yardstick/nodes/zte_pod1.yaml
new file mode 100644 (file)
index 0000000..1782994
--- /dev/null
@@ -0,0 +1,42 @@
+---
+# sample config file about the POD information, including the
+# name/IP/user/ssh key of Bare Metal and Controllers/Computes
+#
+# The options of this config file include:
+# name: the name of this node
+# role: node's role, support role: Master/Controller/Comupte/BareMetal
+# ip: the node's IP address
+# user: the username for login
+# key_filename:the path of the private key file for login
+
+nodes:
+-
+    name: node1
+    role: Controller
+    ip: 10.20.0.20
+    user: root
+    key_filename: /root/.ssh/id_rsa
+-
+    name: node2
+    role: Controller
+    ip: 10.20.0.21
+    user: root
+    key_filename: /root/.ssh/id_rsa
+-
+    name: node3
+    role: Controller
+    ip: 10.20.0.22
+    user: root
+    key_filename: /root/.ssh/id_rsa
+-
+    name: node4
+    role: Compute
+    ip: 10.20.0.23
+    user: root
+    key_filename: /root/.ssh/id_rsa
+-
+    name: node5
+    role: Compute
+    ip: 10.20.0.24
+    user: root
+    key_filename: /root/.ssh/id_rsa