X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=topologies%2Favailable%2Flf_3n_icxd_testbed32.yaml;fp=topologies%2Favailable%2Flf_3n_icxd_testbed32.yaml;h=c8c0c035b44e561c53039766a131940f39108145;hp=0000000000000000000000000000000000000000;hb=6ce4dd6a1dc7d4ca4f6aa00dba7713bbb989b3c3;hpb=72c29b092a887e71dba6fcfaa692d8e5e2a79e59 diff --git a/topologies/available/lf_3n_icxd_testbed32.yaml b/topologies/available/lf_3n_icxd_testbed32.yaml new file mode 100644 index 0000000000..c8c0c035b4 --- /dev/null +++ b/topologies/available/lf_3n_icxd_testbed32.yaml @@ -0,0 +1,98 @@ +--- +metadata: + version: 0.1 + schema: + - resources/topology_schemas/3_node_topology.sch.yaml + - resources/topology_schemas/topology.sch.yaml + tags: [hw, 3-node] + +nodes: + TG: + type: TG + subtype: TREX + host: "10.30.51.90" + arch: x86_64 + port: 6002 + username: testuser + password: Csit1234 + interfaces: + port1: + # s90-t31t32-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE. + mac_address: "b4:96:91:a5:22:08" + pci_address: "0000:ca:00.0" + ip4_address: "172.16.10.1" + driver: ice + link: link1 + model: Intel-E810XXV + port2: + # s90-t31t32-tg1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE. + mac_address: "b4:96:91:a5:22:09" + pci_address: "0000:ca:00.1" + ip4_address: "172.16.20.1" + driver: ice + link: link2 + model: Intel-E810XXV + DUT1: + type: DUT + host: "10.30.51.34" + arch: x86_64 + port: 22 + username: testuser + password: Csit1234 + cryptodev: + device1: + pci_address: "0000:81:00.0" + driver: "c4xxx" + model: "HW_C4xxx" + module: "qat_c4xxx" + numvfs: 8 + uio_driver: vfio-pci + interfaces: + port1: + # s34-t32-sut1-c1/p1 - 25GE port1 Intel E823-C 2p25GE. + mac_address: "3c:ec:ef:d9:e2:6a" + pci_address: "0000:89:00.0" + ip4_address: "172.16.10.2" + driver: ice + link: link1 + model: Intel-E823C + port2: + # s34-t32-sut1-c1/p2 - 25GE port2 Intel E823-C 2p25GE. + mac_address: "3c:ec:ef:d9:e2:6b" + pci_address: "0000:89:00.2" + ip4_address: "172.16.20.2" + driver: ice + link: link3 + model: Intel-E823C + DUT2: + type: DUT + host: "10.30.51.35" + arch: x86_64 + port: 22 + username: testuser + password: Csit1234 + cryptodev: + device1: + pci_address: "0000:81:00.0" + driver: "c4xxx" + model: "HW_C4xxx" + module: "qat_c4xxx" + numvfs: 8 + uio_driver: vfio-pci + interfaces: + port1: + # s35-t32-sut2-c1/p1 - 25GE port1 Intel E823-C 4p25GE. + mac_address: "3c:ec:ef:d9:e2:c8" + pci_address: "0000:89:00.0" + ip4_address: "172.16.30.2" + driver: ice + link: link3 + model: Intel-E823C + port2: + # s35-t32-sut2-c1/p2 - 25GE port2 Intel E823-C 4p25GE. + mac_address: "3c:ec:ef:d9:e2:c9" + pci_address: "0000:89:00.2" + ip4_address: "172.16.40.2" + driver: ice + link: link2 + model: Intel-E823C \ No newline at end of file