Adding scale out templates for ovs_dpdk/sriov using 2 node setup
[yardstick.git] / etc / yardstick / nodes / pod.yaml.ipmi.sample
1 ##############################################################################
2 # Copyright (c) 2017 14_ykl@tongji.edu.cn 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 of Bare Metal Controllers/Computes/Jumperserver
12 # and the ipmi information of Controllers/Computes
13 #
14 # The options of this config file include:
15 # name: the name of this node
16 # role: node's role, support role: Master/Controller/Comupte/BareMetal
17 # ip: the node's IP address
18 # user: the username for login
19 # password: the password for login
20 # ipmi_ip: the node's IPMI IP address
21 # ipmi_user: the username for ipmi control
22 # ipmi_password: the password for ipmi control
23
24 nodes:
25 -
26     name: node0
27     role: Jumpserver
28     ip: 10.1.0.2
29     user: root
30     password: root
31
32 -
33     name: node1
34     role: Controller
35     ip: 10.1.0.50
36     user: root
37     password: root
38     ipmi_ip: 192.168.10.10
39     ipmi_user: root
40     ipmi_password: root
41
42 -
43     name: node2
44     role: Compute
45     ip: 10.1.0.51
46     user: root
47     password: root
48     ipmi_ip: 192.168.10.11
49     ipmi_user: root
50     ipmi_password: root