Fix multiport/scale-out baremetal ansible scripts
[yardstick.git] / etc / yardstick / nodes / apex_virtual / pod.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Intracom Telecom 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 nodes:
11 -
12     name: node1
13     role: Controller
14     ip: 192.0.2.15
15     user: heat-admin
16     key_filename: /root/.ssh/id_rsa
17 -
18     name: node2
19     role: Controller
20     ip: 192.0.2.4
21     user: heat-admin
22     key_filename: /root/.ssh/id_rsa
23 -
24     name: node3
25     role: Controller
26     ip: 192.0.2.6
27     user: heat-admin
28     key_filename: /root/.ssh/id_rsa
29 -
30     name: node4
31     role: Compute
32     ip: 192.0.2.10
33     user: heat-admin
34     key_filename: /root/.ssh/id_rsa
35 -
36     name: node5
37     role: Compute
38     ip: 192.0.2.14
39     user: heat-admin
40     key_filename: /root/.ssh/id_rsa