Merge "Fixed few gaps when running on a minimal version of system"
[yardstick.git] / samples / vnf_samples / nsut / prox / prox-baremetal-4.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: "trafficgen_1"
20     role: TrafficGen
21     ip: 1.1.1.1
22     user: "root"
23     ssh_port: "22"
24     password: "r00t"
25     interfaces:
26         xe0:
27             vpci: "0000:05:00.0"
28             local_mac: "68:05:ca:30:3d:50"
29             driver: "i40e"
30             local_ip: "152.16.100.19"
31             netmask: "255.255.255.0"
32             dpdk_port_num: 0
33         xe1:
34             vpci: "0000:05:00.1"
35             local_mac: "68:05:ca:30:3d:51"
36             driver: "i40e"
37             local_ip: "152.16.40.19"
38             netmask: "255.255.255.0"
39             dpdk_port_num: 1
40         xe2:
41             vpci: "0000:05:00.2"
42             local_mac: "68:05:ca:30:3d:52"
43             driver: "i40e"
44             local_ip: "192.16.100.11"
45             netmask: "255.255.255.0"
46             dpdk_port_num: 2
47         xe3:
48             vpci: "0000:05:00.3"
49             local_mac: "68:05:ca:30:3d:53"
50             driver: "i40e"
51             local_ip: "192.16.40.11"
52             netmask: "255.255.255.0"
53             dpdk_port_num: 3
54 -
55     name: "vnf"
56     role: VNF
57     ip: 1.1.1.2
58     user: "root"
59     ssh_port: "22"
60     password: "r00t"
61     interfaces:
62         xe0:
63             vpci: "0000:05:00.0"
64             local_mac: "68:05:ca:30:3c:68"
65             driver: "i40e"
66             local_ip: "152.16.100.21"
67             netmask: "255.255.255.0"
68             dpdk_port_num: 0
69         xe1:
70             vpci: "0000:05:00.1"
71             local_mac: "68:05:ca:30:3c:69"
72             driver: "i40e"
73             local_ip: "152.16.40.21"
74             netmask: "255.255.255.0"
75             dpdk_port_num: 1
76         xe2:
77             vpci: "0000:05:00.2"
78             local_mac: "68:05:ca:30:3c:6a"
79             driver: "i40e"
80             local_ip: "192.16.100.22"
81             netmask: "255.255.255.0"
82             dpdk_port_num: 2
83         xe3:
84             vpci: "0000:05:00.3"
85             local_mac: "68:05:ca:30:3c:6b"
86             driver: "i40e"
87             local_ip: "192.16.40.22"
88             netmask: "255.255.255.0"
89             dpdk_port_num: 3
90     routing_table:
91     - network: "152.16.100.20"
92       netmask: "255.255.255.0"
93       gateway: "152.16.100.20"
94       if: "xe0"
95     - network: "152.16.40.20"
96       netmask: "255.255.255.0"
97       gateway: "152.16.40.20"
98       if: "xe1"
99     - network: "192.16.100.20"
100       netmask: "255.255.255.0"
101       gateway: "192.16.100.20"
102       if: "xe2"
103     - network: "192.16.40.20"
104       netmask: "255.255.255.0"
105       gateway: "192.16.40.20"
106       if: "xe3"
107     nd_route_tbl:
108     - network: "0064:ff9b:0:0:0:0:9810:6414"
109       netmask: "112"
110       gateway: "0064:ff9b:0:0:0:0:9810:6414"
111       if: "xe0"
112     - network: "0064:ff9b:0:0:0:0:9810:2814"
113       netmask: "112"
114       gateway: "0064:ff9b:0:0:0:0:9810:2814"
115       if: "xe1"
116     - network: "0064:ff9b:0:0:0:0:C010:6414"
117       netmask: "112"
118       gateway: "0064:ff9b:0:0:0:0:C010:6414"
119       if: "xe2"
120     - network: "0064:ff9b:0:0:0:0:C010:2814"
121       netmask: "112"
122       gateway: "0064:ff9b:0:0:0:0:C010:2814"
123       if: "xe3"