01881f7a703a73476baab76a511ab8e62ef28167
[yardstick.git] / etc / yardstick / nodes / compass_sclab_physical / pod.yaml
1 ---
2 # sample config file about the POD information, including the
3 # name/IP/user/ssh key of Bare Metal and Controllers/Computes
4 #
5 # The options of this config file include:
6 # name: the name of this node
7 # role: node's role, support role: Master/Controller/Comupte/BareMetal
8 # ip: the node's IP address
9 # user: the username for login
10 # key_filename:the path of the private key file for login
11
12 nodes:
13 -
14     name: node2
15     role: Controller
16     ip: 192.168.10.10
17     user: root
18     password: root
19 -
20     name: node3
21     role: Controller
22     ip: 192.168.10.11
23     user: root
24     password: root
25 -
26     name: node4
27     role: Compute
28     ip: 192.168.10.12
29     user: root
30     password: root
31 -
32     name: node5
33     role: Compute
34     ip: 192.168.10.13
35     user: root
36     password: root