Framework: 3n-tsh topology file update
[csit.git] / topologies / available / lf_3n_tsh_testbed33.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/3_node_topology.sch.yaml
19     - resources/topology_schemas/topology.sch.yaml
20   tags: [hw, 3-node]
21
22 nodes:
23   TG:
24     type: TG
25     subtype: TREX
26     host: 10.30.51.49
27     arch: x86_64
28     port: 6001
29     username: root
30     password: Csit1234
31     interfaces:
32       port0:
33         mac_address: "3c:fd:fe:a8:aa:c0"
34         pci_address: "0000:18:00.0"
35         link: link2
36         driver: i40e
37         model: Intel-X710
38       port1:
39         mac_address: "3c:fd:fe:a8:aa:c1"
40         pci_address: "0000:18:00.1"
41         link: link1
42         driver: i40e
43         model: Intel-X710
44       port2:
45         mac_address: "3c:fd:fe:a8:aa:c2"
46         pci_address: "0000:18:00.2"
47         link: link10
48         driver: i40e
49         model: Intel-X710
50       port3:
51         mac_address: "3c:fd:fe:a8:aa:c3"
52         pci_address: "0000:18:00.3"
53         link: link11
54         driver: i40e
55         model: Intel-X710
56   DUT1:
57     type: DUT
58     host: 10.30.51.36
59     arch: aarch64
60     port: 22
61     uio_driver: vfio-pci
62     username: testuser
63     password: Csit1234
64     interfaces:
65       port0:
66         mac_address: "80:41:26:6f:19:81"
67         pci_address: "0000:11:00.0"
68         link: link3
69         driver: ixgbe
70         model: Intel-X520-DA2
71       port1:
72         mac_address: "80:41:26:6f:19:82"
73         pci_address: "0000:11:00.1"
74         link: link1
75         driver: ixgbe
76         model: Intel-X520-DA2
77   DUT2:
78     type: DUT
79     host: 10.30.51.37
80     arch: aarch64
81     port: 22
82     username: testuser
83     uio_driver: vfio-pci
84     password: Csit1234
85     interfaces:
86       port0:
87         mac_address: "80:41:26:6f:19:7d"
88         pci_address: "0000:11:00.0"
89         link: link2
90         driver: ixgbe
91         model: Intel-X520-DA2
92       port1:
93         mac_address: "80:41:26:6f:19:7e"
94         pci_address: "0000:11:00.1"
95         link: link3
96         driver: ixgbe
97         model: Intel-X520-DA2