Fixed document for Grafana Port usage
[yardstick.git] / tests / unit / benchmark / contexts / nodes_sample.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 nodes:
10 -
11     name: node1
12     role: Controller
13     ip: 10.229.47.137
14     user: root
15     key_filename: /root/.yardstick_key
16 -
17     name: node2
18     role: Controller
19     ip: 10.229.47.138
20     user: root
21     key_filename: /root/.yardstick_key
22 -
23     name: node3
24     role: Compute
25     ip: 10.229.47.139
26     user: root
27     key_filename: /root/.yardstick_key
28 -
29     name: node4
30     role: Baremetal
31     ip: 10.229.47.140
32     user: root
33     key_filename: /root/.yardstick_key