Merge "BugFix: Adopt to latest result structure while parsing the results"
[yardstick.git] / etc / yardstick / nodes / compass_sclab_virtual / pod.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10 # sample config file about the POD information, including the
11 # name/IP/user/ssh key  and Controllers/Computes
12 #
13 # The options of this config file include:
14 # name: the name of this node
15 # role: node's role, support role: Master/Controller/Comupte/BareMetal
16 # ip: the node's IP address
17 # user: the username for login
18 # key_filename:the path of the private key file for login
19
20 nodes:
21 -
22     name: node1
23     role: Controller
24     ip: 10.1.0.50
25     user: root
26     password: root
27 -
28     name: node2
29     role: Controller
30     ip: 10.1.0.51
31     user: root
32     password: root
33 -
34     name: node3
35     role: Controller
36     ip: 10.1.0.52
37     user: root
38     password: root
39 -
40     name: node4
41     role: Compute
42     ip: 10.1.0.53
43     user: root
44     password: root
45 -
46     name: node5
47     role: Compute
48     ip: 10.1.0.54
49     user: root
50     password: root