Update missing license headers
[yardstick.git] / etc / yardstick / nodes / fuel_baremetal / pod.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Ericsson AB 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 # ipX: the ips of the nodes will be fetched by prepare_env.sh and replaced here
20
21 nodes:
22 -
23     name: node1
24     role: Controller
25     ip: ip1
26     user: root
27     key_filename: /root/.ssh/id_rsa
28 -
29     name: node2
30     role: Controller
31     ip: ip2
32     user: root
33     key_filename: /root/.ssh/id_rsa
34 -
35     name: node3
36     role: Controller
37     ip: ip3
38     user: root
39     key_filename: /root/.ssh/id_rsa
40 -
41     name: node4
42     role: Compute
43     ip: ip4
44     user: root
45     key_filename: /root/.ssh/id_rsa
46 -
47     name: node5
48     role: Compute
49     ip: ip5
50     user: root
51     key_filename: /root/.ssh/id_rsa