d39a7220d0c4cd65e63e1ceb44a379ee85ced791
[csit.git] / topologies / available / 2n_hw_testbed1.yaml.example
1 # Copyright (c) 2020 Cisco 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 # Example file of topology
15
16 ---
17 metadata:
18   version: 0.1
19   schema: # list of schema files against which to validate
20     - resources/topology_schemas/2_node_topology.sch.yaml
21     - resources/topology_schemas/topology.sch.yaml
22   tags: [hw, 2-node]
23
24 nodes:
25   TG:
26     type: TG
27     host: 10.0.0.3
28     arch: x86_64
29     port: 22
30     username: lab
31     password: lab
32     interfaces:
33       port3:
34         mac_address: "08:00:27:35:59:04"
35         pci_address: "0000:00:08.0"
36         link: link1
37         model: Intel-X553
38       port5:
39         mac_address: "08:00:27:46:2b:4c"
40         pci_address: "0000:00:09.0"
41         link: link2
42         model: Intel-X553
43       port6:
44         mac_address: "08:00:27:35:66:0a"
45         pci_address: "0000:00:0a.0"
46         link: link3
47         model: Intel-E810CQ
48       port7:
49         mac_address: "08:00:27:46:77:0b"
50         pci_address: "0000:00:0b.0"
51         link: link4
52         model: Intel-E810CQ
53   DUT1:
54     type: DUT
55     host: 10.0.0.1
56     arch: x86_64
57     port: 22
58     username: lab
59     password: lab
60     uio_driver: vfio-pci
61     interfaces:
62       port1:
63         mac_address: "08:00:27:ae:29:2b"
64         pci_address: "0000:00:08.0"
65         link: link1
66         model: Intel-X553
67       port3:
68         mac_address: "08:00:27:f3:be:f0"
69         pci_address: "0000:00:09.0"
70         link: link2
71         model: Intel-X553
72       port6:
73         mac_address: "08:00:27:ae:0a:2b"
74         pci_address: "0000:00:0a.0"
75         link: link3
76         model: Intel-E810CQ
77       port7:
78         mac_address: "08:00:27:f3:0b:f0"
79         pci_address: "0000:00:0b.0"
80         link: link4
81         model: Intel-E810CQ