Test Case: OPNFV_YARDSTICK_TC023: VM availability during live migration
[yardstick.git] / etc / yardstick / nodes / pod.yaml.sample
1 ##############################################################################
2 # Copyright (c) 2015 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 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: athena
23     role: Controller
24     ip: 10.229.47.137
25     user: root
26     key_filename: /root/yardstick/yardstick/resources/files/yardstick_key
27 -
28     name: ares
29     role: Controller
30     ip: 10.229.47.138
31     user: root
32     key_filename: /root/yardstick/yardstick/resources/files/yardstick_key