Geneve: Re-write the creation of tunnels in python
[csit.git] / topologies / available / lf_2n_tx2_testbed34.yaml
1 # Copyright (c) 2020 PANTHEON.tech and/or its affiliates.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 ---
15 metadata:
16   version: 0.1
17   schema: # list of schema files against which to validate
18     - resources/topology_schemas/2_node_topology.sch.yaml
19     - resources/topology_schemas/topology.sch.yaml
20   tags: [hw, 2-node]
21
22 nodes:
23   TG:
24     type: TG
25     subtype: TREX
26     host: 10.30.51.49
27     arch: x86_64
28     port: 6002
29     username: root
30     password: Csit1234
31     interfaces:
32       port0:
33         mac_address: "3c:fd:fe:c3:e0:90"
34         pci_address: "0000:af:00.0"
35         link: link1
36         driver: i40e
37         model: Intel-XL710
38       port1:
39         mac_address: "3c:fd:fe:c3:e0:91"
40         pci_address: "0000:af:00.1"
41         link: link2
42         driver: i40e
43         model: Intel-XL710
44   DUT1:
45     type: DUT
46     host: 10.30.51.69
47     arch: aarch64
48     port: 22
49     uio_driver: vfio-pci
50     username: testuser
51     password: Csit1234
52     interfaces:
53       port0:
54         mac_address: "3c:fd:fe:c3:e9:70"
55         pci_address: "0000:91:00.0"
56         link: link1
57         driver: i40e
58         model: Intel-XL710
59       port1:
60         mac_address: "3c:fd:fe:c3:e9:71"
61         pci_address: "0000:91:00.1"
62         link: link2
63         driver: i40e
64         model: Intel-XL710