Merge "Check requirements against OpenStack requirements"
[yardstick.git] / samples / vnf_samples / nsut / prox / prox-baremetal-2.yaml
1 # Copyright (c) 2016-2017 Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 #
15 #;
16
17 nodes:
18 -
19     name: "tg_0"
20     role: TrafficGen
21     ip: 1.1.1.1
22     user: "root"
23     ssh_port: "22"
24     password: "r00t"
25     key_filename: ""
26     interfaces:
27         xe0:
28             vpci: "0000:05:00.0"
29             local_mac: "68:05:ca:30:3d:50"
30             driver: "i40e"
31             local_ip: "152.16.100.19"
32             netmask: "255.255.255.0"
33             dpdk_port_num: 0
34         xe1:
35             vpci: "0000:05:00.1"
36             local_mac: "68:05:ca:30:3d:51"
37             driver: "i40e"
38             local_ip: "152.16.40.19"
39             netmask: "255.255.255.0"
40             dpdk_port_num: 1
41 -
42     name: "vnf_0"
43     role: VNF
44     ip: 1.1.1.2
45     user: "root"
46     ssh_port: "22"
47     password: "r00t"
48     key_filename: ""
49     interfaces:
50         xe0:
51             vpci: "0000:05:00.0"
52             local_mac: "68:05:ca:30:3c:68"
53             driver: "i40e"
54             local_ip: "152.16.100.21"
55             netmask: "255.255.255.0"
56             dpdk_port_num: 0
57         xe1:
58             vpci: "0000:05:00.1"
59             local_mac: "68:05:ca:30:3c:69"
60             driver: "i40e"
61             local_ip: "152.16.40.21"
62             netmask: "255.255.255.0"
63             dpdk_port_num: 1
64     routing_table:
65     - network: "152.16.100.20"
66       netmask: "255.255.255.0"
67       gateway: "152.16.100.20"
68       if: "xe0"
69     - network: "152.16.40.20"
70       netmask: "255.255.255.0"
71       gateway: "152.16.40.20"
72       if: "xe1"
73     nd_route_tbl:
74     - network: "0064:ff9b:0:0:0:0:9810:6414"
75       netmask: "112"
76       gateway: "0064:ff9b:0:0:0:0:9810:6414"
77       if: "xe0"
78     - network: "0064:ff9b:0:0:0:0:9810:2814"
79       netmask: "112"
80       gateway: "0064:ff9b:0:0:0:0:9810:2814"
81       if: "xe1"
82