Merge "Fix log typos in benchmark/scenarios/availability" into stable/fraser
[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     host_name: host1
24     role: Controller
25     ip: 10.1.0.50
26     user: root
27     password: root
28 -
29     name: node2
30     host_name: host2
31     role: Controller
32     ip: 10.1.0.51
33     user: root
34     password: root
35 -
36     name: node3
37     host_name: host3
38     role: Controller
39     ip: 10.1.0.52
40     user: root
41     password: root
42 -
43     name: node4
44     host_name: host4
45     role: Compute
46     ip: 10.1.0.53
47     user: root
48     password: root
49 -
50     name: node5
51     host_name: host5
52     role: Compute
53     ip: 10.1.0.54
54     user: root
55     password: root