Merge "Add NSB test descriptors for vIPSEC testcase"
[yardstick.git] / etc / yardstick / nodes / pod.yaml.vpp.sample
1 # Copyright (c) 2019 Viosoft 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 nodes:
16 -
17     name: trafficgen
18     role: TrafficGen
19     ip: 10.10.201.10
20     port: 22
21     user: root
22     username: root
23     password: r00t
24     interfaces:
25         xe0:
26             driver: igb_uio
27             local_mac: "90:e2:ba:7c:30:e8"
28             vpci: "0000:81:00.0"
29             local_ip: "192.168.100.1"
30             netmask:   "255.255.255.0"
31             dpdk_port_num: 0
32         xe1:
33             driver: igb_uio
34             local_mac: "90:e2:ba:7c:30:e9"
35             vpci: "0000:81:00.1"
36             local_ip: "192.168.101.1"
37             netmask:   "255.255.255.0"
38             dpdk_port_num: 1
39 -
40     name: vnf0
41     role: VirtualNetworkFunction
42     ip: 10.10.201.101
43     port: 22
44     user: root
45     username: root
46     password: r00t
47     interfaces:
48         xe0:
49             driver: igb_uio
50             local_mac: "90:e2:ba:7c:41:a8"
51             vpci: "0000:ff:06.0"
52             local_ip: "192.168.100.2"
53             netmask:   "255.255.255.0"
54             dpdk_port_num: 0
55         xe1:
56             driver: igb_uio
57             local_mac: "4e:90:85:d3:c5:13"
58             vpci: "0000:ff:07.0"
59             local_ip: "1.1.1.1"
60             netmask:   "255.255.255.0"
61             dpdk_port_num: 1
62 -
63     name: vnf1
64     role: VirtualNetworkFunction
65     ip: 10.10.201.102
66     port: 22
67     user: root
68     username: root
69     password: r00t
70     interfaces:
71         xe0:
72             driver: igb_uio
73             local_mac: "90:e2:ba:7c:41:a9"
74             vpci: "0000:ff:06.0"
75             local_ip: "192.168.101.2"
76             netmask:   "255.255.255.0"
77             dpdk_port_num: 0
78         xe1:
79             driver: igb_uio
80             local_mac: "0a:b1:ec:fd:a2:66"
81             vpci: "0000:ff:07.0"
82             local_ip: "1.1.1.2"
83             netmask:   "255.255.255.0"
84             dpdk_port_num: 1