From d832e05b77a7194042c5429e44442553f37ab529 Mon Sep 17 00:00:00 2001 From: pmikus Date: Thu, 8 Jun 2023 11:23:05 +0000 Subject: feat(infra): Add CX7 to 2n-icx Signed-off-by: pmikus Change-Id: Ia83a78299e279754352add230428102a8cee7772 --- topologies/available/lf_2n_icx_testbed212.yaml | 42 +++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 5 deletions(-) (limited to 'topologies/available/lf_2n_icx_testbed212.yaml') diff --git a/topologies/available/lf_2n_icx_testbed212.yaml b/topologies/available/lf_2n_icx_testbed212.yaml index 8676a9b6be..59309d0695 100644 --- a/topologies/available/lf_2n_icx_testbed212.yaml +++ b/topologies/available/lf_2n_icx_testbed212.yaml @@ -81,20 +81,36 @@ nodes: link: link8 model: Intel-XXV710 port9: + # s72-t212-tg1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE. + mac_address: "b8:3f:d2:b7:a1:18" + pci_address: "0000:b1:00.0" + ip4_address: "172.16.90.2" + driver: mlx5_core + link: link9 + model: Mellanox-CX7VEAT + port10: + # s72-t212-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE. + mac_address: "b8:3f:d2:b7:a1:19" + pci_address: "0000:b1:00.1" + ip4_address: "172.16.100.2" + driver: mlx5_core + link: link10 + model: Mellanox-CX7VEAT + port11: # s72-t212-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE. mac_address: "b4:96:91:b2:a7:00" pci_address: "0000:ca:00.0" - ip4_address: "172.16.90.2" + ip4_address: "172.16.110.2" driver: ice - link: link9 + link: link11 model: Intel-E810CQ - port10: + port12: # s72-t212-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE. mac_address: "b4:96:91:b2:a7:01" pci_address: "0000:ca:00.1" - ip4_address: "172.16.100.2" + ip4_address: "172.16.120.2" driver: ice - link: link9 + link: link11 model: Intel-E810CQ DUT1: type: DUT @@ -169,3 +185,19 @@ nodes: driver: i40e link: link8 model: Intel-XXV710 + port9: + # s71-t212-sut1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE. + mac_address: "b8:3f:d2:b7:a1:80" + pci_address: "0000:b1:00.0" + ip4_address: "172.16.90.1" + driver: mlx5_core + link: link9 + model: Mellanox-CX7VEAT + port10: + # s71-t212-sut1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE. + mac_address: "b8:3f:d2:b7:a1:81" + pci_address: "0000:b1:00.1" + ip4_address: "172.16.100.1" + driver: mlx5_core + link: link10 + model: Mellanox-CX7VEAT \ No newline at end of file -- cgit 1.2.3-korg