Update topology files after HW changes
[csit.git] / topologies / available / lf_testbed2-XL710-XL710.yaml
1 ---
2 metadata:
3   version: 0.1
4   schema:
5     - resources/topology_schemas/3_node_topology.sch.yaml
6     - resources/topology_schemas/topology.sch.yaml
7   tags: [hw, 3-node]
8
9 nodes:
10   TG:
11     type: TG
12     subtype: TREX
13     host: "10.30.51.20"
14     port: 22
15     username: testuser
16     password: Cisco1234
17     interfaces:
18       port3:
19         # t2-tg1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
20         mac_address: "68:05:ca:37:1f:1c"
21         pci_address: "0000:86:00.0"
22         driver: i40e
23         link: link1
24         model: Intel-XL710
25       port5:
26         # t2-tg1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
27         mac_address: "68:05:ca:37:1f:19"
28         pci_address: "0000:86:00.1"
29         driver: i40e
30         link: link2
31         model: Intel-XL710
32   DUT1:
33     type: DUT
34     host: "10.30.51.21"
35     port: 22
36     username: testuser
37     password: Cisco1234
38     interfaces:
39       port5:
40         # t2-sut1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
41         mac_address: "68:05:ca:35:77:08"
42         pci_address: "0000:85:00.0"
43         link: link3
44         model: Intel-XL710
45       port6:
46         # t2-sut1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
47         mac_address: "68:05:ca:35:77:09"
48         pci_address: "0000:85:00.1"
49         link: link1
50         model: Intel-XL710
51   DUT2:
52     type: DUT
53     host: "10.30.51.22"
54     port: 22
55     username: testuser
56     password: Cisco1234
57     interfaces:
58       port5:
59         # t2-sut2-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
60         mac_address: "68:05:ca:35:76:98"
61         pci_address: "0000:85:00.0"
62         link: link2
63         model: Intel-XL710
64       port6:
65         # t2-sut2-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
66         mac_address: "68:05:ca:35:76:99"
67         pci_address: "0000:85:00.1"
68         link: link3
69         model: Intel-XL710