Merge "Fix adding right deb repo based on the distro we are running on"
[yardstick.git] / etc / yardstick / nodes / zte_pod1.yaml
1 ##############################################################################
2 # Copyright (c) 2017 ZTE corporation 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 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     role: Controller
24     ip: 10.20.0.20
25     user: root
26     key_filename: /root/.ssh/id_rsa
27 -
28     name: node2
29     role: Controller
30     ip: 10.20.0.21
31     user: root
32     key_filename: /root/.ssh/id_rsa
33 -
34     name: node3
35     role: Controller
36     ip: 10.20.0.22
37     user: root
38     key_filename: /root/.ssh/id_rsa
39 -
40     name: node4
41     role: Compute
42     ip: 10.20.0.23
43     user: root
44     key_filename: /root/.ssh/id_rsa
45 -
46     name: node5
47     role: Compute
48     ip: 10.20.0.24
49     user: root
50     key_filename: /root/.ssh/id_rsa