doc/lab: fixed TOC hyperlinks
[csit.git] / topologies / available / 2n_hw_testbed1.yaml.example
1 # Copyright (c) 2018 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   DUT1:
44     type: DUT
45     host: 10.0.0.1
46     arch: x86_64
47     port: 22
48     username: lab
49     password: lab
50     uio_driver: vfio-pci
51     interfaces:
52       port1:
53         mac_address: "08:00:27:ae:29:2b"
54         pci_address: "0000:00:08.0"
55         link: link1
56         model: Intel-X553
57       port3:
58         mac_address: "08:00:27:f3:be:f0"
59         pci_address: "0000:00:09.0"
60         link: link2
61         model: Intel-X553