support for ipv6
[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: node1
15     role: Controller
16     ip: 10.1.0.50
17     user: root
18     password: root
19 -
20     name: node2
21     role: Controller
22     ip: 10.1.0.51
23     user: root
24     password: root
25 -
26     name: node3
27     role: Controller
28     ip: 10.1.0.52
29     user: root
30     password: root
31 -
32     name: node4
33     role: Compute
34     ip: 10.1.0.53
35     user: root
36     password: root
37 -
38     name: node5
39     role: Compute
40     ip: 10.1.0.54
41     user: root
42     password: root