Support NodeContext type
[yardstick.git] / etc / yardstick / nodes / pod.yaml.sample
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: athena
15     role: Controller
16     ip: 10.229.47.137
17     user: root
18     key_filename: /root/yardstick/yardstick/resources/files/yardstick_key
19 -
20     name: ares
21     role: Controller
22     ip: 10.229.47.138
23     user: root
24     key_filename: /root/yardstick/yardstick/resources/files/yardstick_key