aboutsummaryrefslogtreecommitdiffstats
path: root/topologies
diff options
context:
space:
mode:
Diffstat (limited to 'topologies')
-rw-r--r--topologies/available/2n_hw_testbed1.yaml.example2
-rw-r--r--topologies/available/3n_aws.template5
-rw-r--r--topologies/available/3n_azure.template5
-rw-r--r--topologies/available/3n_c6gn.template78
-rw-r--r--topologies/available/3n_c6in.template78
-rw-r--r--topologies/available/3n_hw_testbed1.yaml.example2
-rw-r--r--topologies/available/lf_2n_clx_testbed27.yaml63
-rw-r--r--topologies/available/lf_2n_clx_testbed28.yaml63
-rw-r--r--topologies/available/lf_2n_clx_testbed29.yaml41
-rw-r--r--topologies/available/lf_2n_dnv_testbed26.yaml52
-rw-r--r--topologies/available/lf_2n_icx_testbed212.yaml203
-rw-r--r--topologies/available/lf_2n_icx_testbed213.yaml203
-rw-r--r--topologies/available/lf_2n_icx_testbed214.yaml203
-rw-r--r--topologies/available/lf_2n_icx_testbed215.yaml203
-rw-r--r--topologies/available/lf_2n_skx_testbed21.yaml160
-rw-r--r--topologies/available/lf_2n_skx_testbed22.yaml160
-rw-r--r--topologies/available/lf_2n_skx_testbed23.yaml160
-rw-r--r--topologies/available/lf_2n_skx_testbed24.yaml160
-rw-r--r--topologies/available/lf_2n_spr_testbed23.yaml231
-rw-r--r--topologies/available/lf_2n_spr_testbed24.yaml231
-rw-r--r--topologies/available/lf_2n_tx2_testbed34.yaml10
-rw-r--r--topologies/available/lf_3n_alt_testbed34.yaml132
-rw-r--r--topologies/available/lf_3n_dnv_testbed35.yaml74
-rw-r--r--topologies/available/lf_3n_hsw_testbed1.yaml304
-rw-r--r--topologies/available/lf_3n_hsw_testbed2.yaml304
-rw-r--r--topologies/available/lf_3n_hsw_testbed3.yaml304
-rw-r--r--topologies/available/lf_3n_icx_testbed37.yaml276
-rw-r--r--topologies/available/lf_3n_icx_testbed38.yaml276
-rw-r--r--topologies/available/lf_3n_icxd_testbed31.yaml98
-rw-r--r--topologies/available/lf_3n_icxd_testbed32.yaml98
-rw-r--r--topologies/available/lf_3n_skx_testbed31.yaml222
-rw-r--r--topologies/available/lf_3n_skx_testbed32.yaml222
-rw-r--r--topologies/available/lf_3n_snr_testbed39.yaml146
-rw-r--r--topologies/available/lf_3na_spr_testbed21.yaml262
-rw-r--r--topologies/available/lf_3nb_spr_testbed22.yaml198
-rw-r--r--topologies/available/vagrant.yaml14
-rw-r--r--topologies/available/vpp_device.template42
37 files changed, 3037 insertions, 2248 deletions
diff --git a/topologies/available/2n_hw_testbed1.yaml.example b/topologies/available/2n_hw_testbed1.yaml.example
index dee8f730de..4155f6eb0a 100644
--- a/topologies/available/2n_hw_testbed1.yaml.example
+++ b/topologies/available/2n_hw_testbed1.yaml.example
@@ -1,4 +1,4 @@
-# Copyright (c) 2020 Cisco and/or its affiliates.
+# Copyright (c) 2021 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
diff --git a/topologies/available/3n_aws.template b/topologies/available/3n_aws.template
index 631b0be63b..2f80a18a67 100644
--- a/topologies/available/3n_aws.template
+++ b/topologies/available/3n_aws.template
@@ -62,11 +62,6 @@ nodes:
username: testuser
password: Csit1234
uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
interfaces:
port1:
# dut2_instance/p1 - 50GE port1 on ENA NIC.
diff --git a/topologies/available/3n_azure.template b/topologies/available/3n_azure.template
index df595fd4b8..0a4dccea9a 100644
--- a/topologies/available/3n_azure.template
+++ b/topologies/available/3n_azure.template
@@ -36,11 +36,6 @@ nodes:
username: testuser
password: Csit1234
uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
interfaces:
port1:
# dut1_instance/p1 - 40GE port1 on Mellanox NIC.
diff --git a/topologies/available/3n_c6gn.template b/topologies/available/3n_c6gn.template
new file mode 100644
index 0000000000..a9245b1b46
--- /dev/null
+++ b/topologies/available/3n_c6gn.template
@@ -0,0 +1,78 @@
+---
+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: "{{ tg_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # tg_instance/p1 - 100GE port1 on ENA NIC.
+ mac_address: {{ tg_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link1
+ model: Amazon-Nitro-100G
+ port2:
+ # tg_instance/p2 - 100GE port2 on ENA NIC.
+ mac_address: {{ tg_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link2
+ model: Amazon-Nitro-100G
+ DUT1:
+ type: DUT
+ host: "{{ dut1_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ honeycomb:
+ user: admin
+ passwd: admin
+ port: 8183
+ netconf_port: 2831
+ interfaces:
+ port1:
+ # dut1_instance/p1 - 100GE port1 on ENA NIC.
+ mac_address: {{ dut1_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link1
+ model: Amazon-Nitro-100G
+ port2:
+ # dut1_instance/p2 - 100GE port2 on ENA NIC.
+ mac_address: {{ dut1_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link21
+ model: Amazon-Nitro-100G
+ DUT2:
+ type: DUT
+ host: "{{ dut2_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # dut2_instance/p1 - 100GE port1 on ENA NIC.
+ mac_address: {{ dut2_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link21
+ model: Amazon-Nitro-100G
+ port2:
+ # dut2_instance/p2 - 100GE port1 on ENA NIC.
+ mac_address: {{ dut2_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link2
+ model: Amazon-Nitro-100G
+
diff --git a/topologies/available/3n_c6in.template b/topologies/available/3n_c6in.template
new file mode 100644
index 0000000000..9f289d726a
--- /dev/null
+++ b/topologies/available/3n_c6in.template
@@ -0,0 +1,78 @@
+---
+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: "{{ tg_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # tg_instance/p1 - 200GE port1 on ENA NIC.
+ mac_address: {{ tg_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link1
+ model: Amazon-Nitro-200G
+ port2:
+ # tg_instance/p2 - 200GE port2 on ENA NIC.
+ mac_address: {{ tg_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link2
+ model: Amazon-Nitro-200G
+ DUT1:
+ type: DUT
+ host: "{{ dut1_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ honeycomb:
+ user: admin
+ passwd: admin
+ port: 8183
+ netconf_port: 2831
+ interfaces:
+ port1:
+ # dut1_instance/p1 - 200GE port1 on ENA NIC.
+ mac_address: {{ dut1_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link1
+ model: Amazon-Nitro-200G
+ port2:
+ # dut1_instance/p2 - 200GE port2 on ENA NIC.
+ mac_address: {{ dut1_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link21
+ model: Amazon-Nitro-200G
+ DUT2:
+ type: DUT
+ host: "{{ dut2_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # dut2_instance/p1 - 200GE port1 on ENA NIC.
+ mac_address: {{ dut2_if1_mac }}
+ pci_address: "0000:00:06.0"
+ link: link21
+ model: Amazon-Nitro-200G
+ port2:
+ # dut2_instance/p2 - 200GE port1 on ENA NIC.
+ mac_address: {{ dut2_if2_mac }}
+ pci_address: "0000:00:07.0"
+ link: link2
+ model: Amazon-Nitro-200G
+
diff --git a/topologies/available/3n_hw_testbed1.yaml.example b/topologies/available/3n_hw_testbed1.yaml.example
index e476ae05fb..565b8555ab 100644
--- a/topologies/available/3n_hw_testbed1.yaml.example
+++ b/topologies/available/3n_hw_testbed1.yaml.example
@@ -1,4 +1,4 @@
-# Copyright (c) 2018 Cisco and/or its affiliates.
+# Copyright (c) 2021 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
diff --git a/topologies/available/lf_2n_clx_testbed27.yaml b/topologies/available/lf_2n_clx_testbed27.yaml
index dddc8dd7a6..63e16d90e2 100644
--- a/topologies/available/lf_2n_clx_testbed27.yaml
+++ b/topologies/available/lf_2n_clx_testbed27.yaml
@@ -22,7 +22,7 @@ nodes:
pci_address: "0000:18:00.0"
ip4_address: "172.16.10.2"
driver: i40e
- link: link1
+ link: disabled1
model: Intel-X710
port2:
# s34-t27-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
@@ -30,7 +30,7 @@ nodes:
pci_address: "0000:18:00.1"
ip4_address: "172.16.20.2"
driver: i40e
- link: link2
+ link: disabled2
model: Intel-X710
port3:
# s34-t27-tg1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
@@ -76,26 +76,42 @@ nodes:
# s34-t27-tg1-c9/p2 - 100GE-port2 ConnectX5-2p100GE.
mac_address: "ec:0d:9a:8c:c6:a7"
pci_address: "0000:5e:00.1"
- ip4_address: "172.16.70.1"
+ ip4_address: "172.16.80.2"
driver: mlx5_core
link: link8
model: Mellanox-CX556A
port9:
- # s34-t27-tg1-c6/p1 - 100GE-port1 Intel E810-CQDA2 2p100GE.
- mac_address: "b4:96:91:a4:24:e8"
+ # s34-t27-tg1-c6/p1 - 100GE-port1 ConnectX5-2p100GE.
+ mac_address: "10:70:fd:15:60:54"
pci_address: "0000:86:00.0"
- ip4_address: "172.16.80.2"
- driver: ice
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
link: link9
- model: Intel-E810CQ
+ model: Mellanox-CX556A
port10:
- # s34-t27-tg1-c6/p2 - 100GE-port1 Intel E810-CQDA2 2p100GE.
- mac_address: "b4:96:91:a4:24:e9"
+ # s34-t27-tg1-c6/p2 - 100GE-port2 ConnectX5-2p100GE.
+ mac_address: "10:70:fd:15:60:55"
pci_address: "0000:86:00.1"
- ip4_address: "172.16.90.1"
- driver: ice
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
link: link10
- model: Intel-E810CQ
+ model: Mellanox-CX556A
+ port11:
+ # s34-t27-tg1-c8/p1 - 100GE-port1 ConnectX5-2p100GE.
+ mac_address: "0c:42:a1:0b:92:1a"
+ pci_address: "0000:af:00.0"
+ ip4_address: "172.16.110.2"
+ driver: mlx5_core
+ link: link11
+ model: Mellanox-CX556A
+ port12:
+ # s34-t27-tg1-c8/p2 - 100GE-port2 ConnectX5-2p100GE.
+ mac_address: "0c:42:a1:0b:92:1b"
+ pci_address: "0000:af:00.1"
+ ip4_address: "172.16.120.2"
+ driver: mlx5_core
+ link: link11
+ model: Mellanox-CX556A
DUT1:
type: DUT
host: "10.32.8.18"
@@ -104,11 +120,6 @@ nodes:
username: testuser
password: Csit1234
uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
interfaces:
port1:
# s33-t27-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
@@ -116,7 +127,7 @@ nodes:
pci_address: "0000:18:00.0"
ip4_address: "172.16.10.1"
driver: i40e
- link: link1
+ link: disabled3
model: Intel-X710
port2:
# s33-t27-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
@@ -124,7 +135,7 @@ nodes:
pci_address: "0000:18:00.1"
ip4_address: "172.16.20.1"
driver: i40e
- link: link2
+ link: disabled4
model: Intel-X710
port3:
# s33-t27-sut1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
@@ -162,15 +173,15 @@ nodes:
# s33-t27-sut1-c9/p1 - 100GE-port1 ConnectX5-2p100GE.
mac_address: "ec:0d:9a:8c:c6:96"
pci_address: "0000:5e:00.0"
- ip4_address: "172.16.70.2"
+ ip4_address: "172.16.70.1"
driver: mlx5_core
link: link7
model: Mellanox-CX556A
port8:
# s33-t27-sut1-c9/p2 - 100GE-port2 ConnectX5-2p100GE.
- mac_address: "ec:0d:9a:8c:c6:96"
+ mac_address: "ec:0d:9a:8c:c6:97"
pci_address: "0000:5e:00.1"
- ip4_address: "172.16.70.1"
+ ip4_address: "172.16.80.1"
driver: mlx5_core
link: link8
model: Mellanox-CX556A
@@ -178,7 +189,7 @@ nodes:
# s33-t27-sut1-c6/p1 - 100GE-port1 Intel E810-CQDA2 2p100GE.
mac_address: "b4:96:91:a2:fb:d0"
pci_address: "0000:86:00.0"
- ip4_address: "172.16.80.2"
+ ip4_address: "172.16.90.1"
driver: ice
link: link9
model: Intel-E810CQ
@@ -186,7 +197,7 @@ nodes:
# s33-t27-sut1-c6/p2 - 100GE-port1 Intel E810-CQDA2 2p100GE.
mac_address: "b4:96:91:a2:fb:d1"
pci_address: "0000:86:00.1"
- ip4_address: "172.16.90.1"
+ ip4_address: "172.16.100.1"
driver: ice
link: link10
- model: Intel-E810CQ
+ model: Intel-E810CQ \ No newline at end of file
diff --git a/topologies/available/lf_2n_clx_testbed28.yaml b/topologies/available/lf_2n_clx_testbed28.yaml
index ed707dc173..771cb20c52 100644
--- a/topologies/available/lf_2n_clx_testbed28.yaml
+++ b/topologies/available/lf_2n_clx_testbed28.yaml
@@ -22,7 +22,7 @@ nodes:
pci_address: "0000:18:00.0"
ip4_address: "172.16.10.2"
driver: i40e
- link: link1
+ link: disabled1
model: Intel-X710
port2:
# s36-t28-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
@@ -30,7 +30,7 @@ nodes:
pci_address: "0000:18:00.1"
ip4_address: "172.16.20.2"
driver: i40e
- link: link2
+ link: disabled2
model: Intel-X710
port3:
# s36-t28-tg1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
@@ -76,26 +76,42 @@ nodes:
# s36-t28-tg1-c9/p2 - 100GE-port2 ConnectX5-2p100GE.
mac_address: "ec:0d:9a:8c:c7:f7"
pci_address: "0000:5e:00.1"
- ip4_address: "172.16.70.1"
+ ip4_address: "172.16.80.2"
driver: mlx5_core
link: link8
model: Mellanox-CX556A
port9:
- # s36-t28-tg1-c6/p1 - 100GE-port1 Intel E810-CQDA2 2p100GE.
- mac_address: "b4:96:91:a4:27:30"
+ # s36-t28-tg1-c6/p1 - 100GE-port1 ConnectX5-2p100GE.
+ mac_address: "10:70:fd:15:5f:b4"
pci_address: "0000:86:00.0"
- ip4_address: "172.16.80.2"
- driver: ice
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
link: link9
- model: Intel-E810CQ
+ model: Mellanox-CX556A
port10:
- # s36-t28-tg1-c6/p2 - 100GE-port1 Intel E810-CQDA2 2p100GE.
- mac_address: "b4:96:91:a4:27:31"
+ # s36-t28-tg1-c6/p2 - 100GE-port2 ConnectX5-2p100GE.
+ mac_address: "10:70:fd:15:5f:b5"
pci_address: "0000:86:00.1"
- ip4_address: "172.16.90.1"
- driver: ice
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
link: link10
- model: Intel-E810CQ
+ model: Mellanox-CX556A
+ port11:
+ # s36-t28-tg1-c8/p1 - 100GE-port1 ConnectX5-2p100GE.
+ mac_address: "0c:42:a1:0b:99:8a"
+ pci_address: "0000:af:00.0"
+ ip4_address: "172.16.110.2"
+ driver: mlx5_core
+ link: link11
+ model: Mellanox-CX556A
+ port12:
+ # s36-t28-tg1-c8/p2 - 100GE-port2 ConnectX5-2p100GE.
+ mac_address: "0c:42:a1:0b:99:8b"
+ pci_address: "0000:af:00.1"
+ ip4_address: "172.16.120.2"
+ driver: mlx5_core
+ link: link11
+ model: Mellanox-CX556A
DUT1:
type: DUT
host: "10.32.8.20"
@@ -104,11 +120,6 @@ nodes:
username: testuser
password: Csit1234
uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
interfaces:
port1:
# s35-t28-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
@@ -116,7 +127,7 @@ nodes:
pci_address: "0000:18:00.0"
ip4_address: "172.16.10.1"
driver: i40e
- link: link1
+ link: disabled3
model: Intel-X710
port2:
# s35-t28-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
@@ -124,7 +135,7 @@ nodes:
pci_address: "0000:18:00.1"
ip4_address: "172.16.20.1"
driver: i40e
- link: link2
+ link: disabled4
model: Intel-X710
port3:
# s35-t28-sut1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
@@ -132,7 +143,7 @@ nodes:
pci_address: "0000:18:00.2"
ip4_address: "172.16.30.1"
driver: i40e
- link: link3
+ link: link4
model: Intel-X710
port4:
# s35-t28-sut1-c2/p4 - 10GE port4 on Intel NIC x710 4p10GE.
@@ -140,7 +151,7 @@ nodes:
pci_address: "0000:18:00.3"
ip4_address: "172.16.40.1"
driver: i40e
- link: link4
+ link: link3
model: Intel-X710
port5:
# s35-t28-sut1-c2/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
@@ -162,7 +173,7 @@ nodes:
# s35-t28-sut1-c9/p1 - 100GE-port1 ConnectX5-2p100GE.
mac_address: "ec:0d:9a:8c:c7:b6"
pci_address: "0000:5e:00.0"
- ip4_address: "172.16.70.2"
+ ip4_address: "172.16.70.1"
driver: mlx5_core
link: link7
model: Mellanox-CX556A
@@ -170,7 +181,7 @@ nodes:
# s35-t28-sut1-c9/p2 - 100GE-port2 ConnectX5-2p100GE.
mac_address: "ec:0d:9a:8c:c7:b7"
pci_address: "0000:5e:00.1"
- ip4_address: "172.16.70.1"
+ ip4_address: "172.16.80.1"
driver: mlx5_core
link: link8
model: Mellanox-CX556A
@@ -178,7 +189,7 @@ nodes:
# s35-t28-sut1-c6/p1 - 100GE-port1 Intel E810-CQDA2 2p100GE.
mac_address: "b4:96:91:a4:26:08"
pci_address: "0000:86:00.0"
- ip4_address: "172.16.80.2"
+ ip4_address: "172.16.90.1"
driver: ice
link: link9
model: Intel-E810CQ
@@ -186,7 +197,7 @@ nodes:
# s35-t28-sut1-c6/p2 - 100GE-port1 Intel E810-CQDA2 2p100GE.
mac_address: "b4:96:91:a4:26:09"
pci_address: "0000:86:00.1"
- ip4_address: "172.16.90.1"
+ ip4_address: "172.16.100.1"
driver: ice
link: link10
model: Intel-E810CQ \ No newline at end of file
diff --git a/topologies/available/lf_2n_clx_testbed29.yaml b/topologies/available/lf_2n_clx_testbed29.yaml
index 39d757a015..24cba15af9 100644
--- a/topologies/available/lf_2n_clx_testbed29.yaml
+++ b/topologies/available/lf_2n_clx_testbed29.yaml
@@ -22,7 +22,7 @@ nodes:
pci_address: "0000:18:00.0"
ip4_address: "172.16.10.2"
driver: i40e
- link: link1
+ link: disabled1
model: Intel-X710
port2:
# s38-t29-tg1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
@@ -30,7 +30,7 @@ nodes:
pci_address: "0000:18:00.1"
ip4_address: "172.16.20.2"
driver: i40e
- link: link2
+ link: disabled2
model: Intel-X710
port3:
# s38-t29-tg1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
@@ -76,26 +76,26 @@ nodes:
# s38-t29-tg1-c9/p2 - 100GE-port2 ConnectX5-2p100GE.
mac_address: "b8:59:9f:fe:4a:a9"
pci_address: "0000:5e:00.1"
- ip4_address: "172.16.70.2"
+ ip4_address: "172.16.80.2"
driver: mlx5_core
link: link8
model: Mellanox-CX556A
port9:
- # s38-t29-tg1-c6/p1 - 100GE-port1 Intel E810-CQDA2 2p100GE.
- mac_address: "b4:96:91:a4:26:38"
+ # s38-t29-tg1-c6/p1 - 100GE-port1 ConnectX5-2p100GE.
+ mac_address: "10:70:fd:18:44:ec"
pci_address: "0000:86:00.0"
- ip4_address: "172.16.80.2"
- driver: ice
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
link: link9
- model: Intel-E810CQ
+ model: Mellanox-CX556A
port10:
- # s38-t29-tg1-c6/p2 - 100GE-port1 Intel E810-CQDA2 2p100GE.
- mac_address: "b4:96:91:a4:26:39"
+ # s38-t29-tg1-c6/p2 - 100GE-port2 ConnectX5-2p100GE.
+ mac_address: "10:70:fd:18:44:ed"
pci_address: "0000:86:00.1"
- ip4_address: "172.16.90.1"
- driver: ice
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
link: link10
- model: Intel-E810CQ
+ model: Mellanox-CX556A
DUT1:
type: DUT
host: "10.32.8.22"
@@ -104,11 +104,6 @@ nodes:
username: testuser
password: Csit1234
uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
interfaces:
port1:
# s37-t29-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
@@ -116,7 +111,7 @@ nodes:
pci_address: "0000:18:00.0"
ip4_address: "172.16.10.1"
driver: i40e
- link: link1
+ link: disabled3
model: Intel-X710
port2:
# s37-t29-sut1-c2/p2 - 10GE port2 on Intel NIC x710 4p10GE.
@@ -124,7 +119,7 @@ nodes:
pci_address: "0000:18:00.1"
ip4_address: "172.16.20.1"
driver: i40e
- link: link2
+ link: disabled4
model: Intel-X710
port3:
# s37-t29-sut1-c2/p3 - 10GE port3 on Intel NIC x710 4p10GE.
@@ -170,7 +165,7 @@ nodes:
# s37-t29-sut1-c9/p2 - 100GE-port2 ConnectX5-2p100GE.
mac_address: "b8:59:9f:fe:4a:c9"
pci_address: "0000:5e:00.1"
- ip4_address: "172.16.70.1"
+ ip4_address: "172.16.80.1"
driver: mlx5_core
link: link8
model: Mellanox-CX556A
@@ -178,7 +173,7 @@ nodes:
# s37-t29-sut1-c6/p1 - 100GE-port1 Intel E810-CQDA2 2p100GE.
mac_address: "b4:96:91:a4:23:50"
pci_address: "0000:86:00.0"
- ip4_address: "172.16.80.2"
+ ip4_address: "172.16.90.1"
driver: ice
link: link9
model: Intel-E810CQ
@@ -186,7 +181,7 @@ nodes:
# s37-t29-sut1-c6/p2 - 100GE-port1 Intel E810-CQDA2 2p100GE.
mac_address: "b4:96:91:a4:23:51"
pci_address: "0000:86:00.1"
- ip4_address: "172.16.90.1"
+ ip4_address: "172.16.100.1"
driver: ice
link: link10
model: Intel-E810CQ \ No newline at end of file
diff --git a/topologies/available/lf_2n_dnv_testbed26.yaml b/topologies/available/lf_2n_dnv_testbed26.yaml
deleted file mode 100644
index e4dc8ee4a0..0000000000
--- a/topologies/available/lf_2n_dnv_testbed26.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
----
-metadata:
- version: 0.1
- schema:
- - resources/topology_schemas/2_node_topology.sch.yaml
- - resources/topology_schemas/topology.sch.yaml
- tags: [hw, 2-node]
-
-nodes:
- TG:
- type: TG
- subtype: TREX
- host: "10.32.8.10"
- arch: x86_64
- port: 6001
- username: root
- password: Csit1234
- interfaces:
- port1:
- mac_address: "b4:96:91:46:b3:d4"
- pci_address: "0000:3b:00.0"
- driver: ixgbe
- link: link1
- model: Intel-X553
- port2:
- mac_address: "b4:96:91:46:b6:48"
- pci_address: "0000:5e:00.0"
- driver: ixgbe
- link: link2
- model: Intel-X553
- DUT1:
- type: DUT
- host: "10.32.8.11"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- interfaces:
- port1:
- mac_address: "ac:1f:6b:57:58:3a"
- pci_address: "0000:08:00.0"
- driver: ixgbe
- link: link1
- model: Intel-X553
- port2:
- mac_address: "ac:1f:6b:57:58:3b"
- pci_address: "0000:08:00.1"
- driver: ixgbe
- link: link2
- model: Intel-X553
-
diff --git a/topologies/available/lf_2n_icx_testbed212.yaml b/topologies/available/lf_2n_icx_testbed212.yaml
new file mode 100644
index 0000000000..5ea3d46772
--- /dev/null
+++ b/topologies/available/lf_2n_icx_testbed212.yaml
@@ -0,0 +1,203 @@
+---
+metadata:
+ version: 0.1
+ schema:
+ - resources/topology_schemas/2_node_topology.sch.yaml
+ - resources/topology_schemas/topology.sch.yaml
+ tags: [hw, 2-node]
+
+nodes:
+ TG:
+ type: TG
+ subtype: TREX
+ host: "10.30.51.82"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s72-t212-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:b2:a0:40"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s72-t212-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:b2:a0:41"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port3:
+ # s72-t212-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:b4"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s72-t212-tg1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:b5"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s72-t212-tg1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:b6"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s72-t212-tg1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:b7"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s72-t212-tg1-c2/p1 - 25GE port1 Intel NIC xxv710 4p25GE.
+ mac_address: "40:a6:b7:4c:34:48"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.2"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s72-t212-tg1-c2/p2 - 25GE port2 Intel NIC xxv710 4p25GE.
+ mac_address: "40:a6:b7:4c:34:49"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.2"
+ driver: i40e
+ 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: link10
+ 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: link9
+ 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.110.2"
+ driver: ice
+ link: link11
+ model: Intel-E810CQ
+ 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.120.2"
+ driver: ice
+ link: link11
+ model: Intel-E810CQ
+ DUT1:
+ type: DUT
+ host: "10.30.51.81"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s71-t212-sut1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:b2:a8:48"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.1"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s71-t212-sut1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:b2:a8:49"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port3:
+ # s71-t212-sut1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:79:4c"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s71-t212-sut1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:79:4d"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s71-t212-sut1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:79:4e"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s71-t212-sut1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:79:4f"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s71-t212-sut1-c2/p1 - 25GE port1 Intel NIC xxv710 2p25GE.
+ mac_address: "40:a6:b7:4c:34:2c"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.1"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s71-t212-sut1-c2/p2 - 25GE port2 Intel NIC xxv710 2p25GE.
+ mac_address: "40:a6:b7:4c:34:2d"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.1"
+ 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
diff --git a/topologies/available/lf_2n_icx_testbed213.yaml b/topologies/available/lf_2n_icx_testbed213.yaml
new file mode 100644
index 0000000000..2f7536ce76
--- /dev/null
+++ b/topologies/available/lf_2n_icx_testbed213.yaml
@@ -0,0 +1,203 @@
+---
+metadata:
+ version: 0.1
+ schema:
+ - resources/topology_schemas/2_node_topology.sch.yaml
+ - resources/topology_schemas/topology.sch.yaml
+ tags: [hw, 2-node]
+
+nodes:
+ TG:
+ type: TG
+ subtype: TREX
+ host: "10.30.51.84"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s84-t213-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:2b:fc"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s84-t213-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:2b:f8"
+ pci_address: "0000:19:00.0"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port3:
+ # s84-t213-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7b:38"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s84-t213-tg1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7b:39"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s84-t213-tg1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7b:3a"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s84-t213-tg1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7b:3b"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s84-t213-tg1-c2/p1 - 25GE port1 Intel NIC xxv710 4p25GE.
+ mac_address: "40:a6:b7:40:86:e0"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.2"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s84-t213-tg1-c2/p2 - 25GE port2 Intel NIC xxv710 4p25GE.
+ mac_address: "40:a6:b7:40:86:e1"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.2"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port9:
+ # s84-t213-tg1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:78"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s84-t213-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:79"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ port11:
+ # s84-t213-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:21:78"
+ pci_address: "0000:ca:00.0"
+ ip4_address: "172.16.110.2"
+ driver: ice
+ link: link11
+ model: Intel-E810CQ
+ port12:
+ # s84-t213-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:21:7c"
+ pci_address: "0000:cc:00.0"
+ ip4_address: "172.16.110.2"
+ driver: ice
+ link: link11
+ model: Intel-E810CQ
+ DUT1:
+ type: DUT
+ host: "10.30.51.83"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s83-t213-sut1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:22:4c"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.1"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s83-t213-sut1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:22:48"
+ pci_address: "0000:19:00.0"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port3:
+ # s83-t213-sut1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7b:d8"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s83-t213-sut1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7b:d9"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s83-t213-sut1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7b:da"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s83-t213-sut1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7b:db"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s83-t213-sut1-c2/p1 - 25GE port1 Intel NIC xxv710 2p25GE.
+ mac_address: "40:a6:b7:40:86:dc"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.1"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s83-t213-sut1-c2/p2 - 25GE port2 Intel NIC xxv710 2p25GE.
+ mac_address: "40:a6:b7:40:86:dd"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.1"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port9:
+ # s83-t213-sut1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:40"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s83-t213-sut1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:41"
+ 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
diff --git a/topologies/available/lf_2n_icx_testbed214.yaml b/topologies/available/lf_2n_icx_testbed214.yaml
new file mode 100644
index 0000000000..03bb8c22e1
--- /dev/null
+++ b/topologies/available/lf_2n_icx_testbed214.yaml
@@ -0,0 +1,203 @@
+---
+metadata:
+ version: 0.1
+ schema:
+ - resources/topology_schemas/2_node_topology.sch.yaml
+ - resources/topology_schemas/topology.sch.yaml
+ tags: [hw, 2-node]
+
+nodes:
+ TG:
+ type: TG
+ subtype: TREX
+ host: "10.30.51.86"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s86-t214-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:1d:9c"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s86-t214-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:1d:98"
+ pci_address: "0000:19:00.0"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port3:
+ # s86-t214-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:98"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s86-t214-tg1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:99"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s86-t214-tg1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:9a"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s86-t214-tg1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:9b"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s86-t214-tg1-c2/p1 - 25GE port1 Intel NIC xxv710 4p25GE.
+ mac_address: "40:a6:b7:40:85:98"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.2"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s86-t214-tg1-c2/p2 - 25GE port2 Intel NIC xxv710 4p25GE.
+ mac_address: "40:a6:b7:40:85:99"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.2"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port9:
+ # s86-t214-tg1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:f9:c3:46"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s86-t214-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:f9:c3:47"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ port11:
+ # s86-t214-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:26:70"
+ pci_address: "0000:ca:00.0"
+ ip4_address: "172.16.100.2"
+ driver: ice
+ link: link11
+ model: Intel-E810CQ
+ port12:
+ # s86-t214-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:26:74"
+ pci_address: "0000:cc:00.0"
+ ip4_address: "172.16.110.2"
+ driver: ice
+ link: link11
+ model: Intel-E810CQ
+ DUT1:
+ type: DUT
+ host: "10.30.51.85"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s85-t214-sut1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:19:3c"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.1"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port2:
+ # s85-t214-sut1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:19:38"
+ pci_address: "0000:19:00.0"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port3:
+ # s85-t214-sut1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:77:54"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s85-t214-sut1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:77:55"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s85-t214-sut1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:77:56"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s85-t214-sut1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:77:57"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s85-t214-sut1-c2/p1 - 25GE port1 Intel NIC xxv710 2p25GE.
+ mac_address: "40:a6:b7:40:85:e0"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.1"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s85-t214-sut1-c2/p2 - 25GE port2 Intel NIC xxv710 2p25GE.
+ mac_address: "40:a6:b7:40:85:e1"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.1"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port9:
+ # s85-t214-sut1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:38"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s85-t214-sut1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:39"
+ 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
diff --git a/topologies/available/lf_2n_icx_testbed215.yaml b/topologies/available/lf_2n_icx_testbed215.yaml
new file mode 100644
index 0000000000..6b0b0dee0c
--- /dev/null
+++ b/topologies/available/lf_2n_icx_testbed215.yaml
@@ -0,0 +1,203 @@
+---
+metadata:
+ version: 0.1
+ schema:
+ - resources/topology_schemas/2_node_topology.sch.yaml
+ - resources/topology_schemas/topology.sch.yaml
+ tags: [hw, 2-node]
+
+nodes:
+ TG:
+ type: TG
+ subtype: TREX
+ host: "10.30.51.88"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s88-t215-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:1c:f4"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s88-t215-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:1c:f0"
+ pci_address: "0000:19:00.0"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port3:
+ # s88-t215-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7a:24"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s88-t215-tg1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7a:25"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s88-t215-tg1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7a:26"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s88-t215-tg1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7a:27"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s88-t215-tg1-c2/p1 - 25GE port1 Intel NIC xxv710 4p25GE.
+ mac_address: "40:a6:b7:40:87:cc"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.2"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s88-t215-tg1-c2/p2 - 25GE port2 Intel NIC xxv710 4p25GE.
+ mac_address: "40:a6:b7:40:87:cd"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.2"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port9:
+ # s88-t215-tg1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:f9:c3:4e"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s88-t215-tg1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:f9:c3:4f"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ port11:
+ # s88-t215-tg1-c6/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:17:10"
+ pci_address: "0000:ca:00.0"
+ ip4_address: "172.16.110.2"
+ driver: ice
+ link: link11
+ model: Intel-E810CQ
+ port12:
+ # s88-t215-tg1-c6/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:17:14"
+ pci_address: "0000:cc:00.0"
+ ip4_address: "172.16.120.2"
+ driver: ice
+ link: link11
+ model: Intel-E810CQ
+ DUT1:
+ type: DUT
+ host: "10.30.51.87"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s87-t215-sut1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:2b:ec"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.1"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s87-t215-sut1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:2b:e8"
+ pci_address: "0000:19:00.0"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port3:
+ # s87-t215-sut1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7a:1c"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s87-t215-sut1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7a:1d"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s87-t215-sut1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7a:1e"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s87-t215-sut1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:7a:1f"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s87-t215-sut1-c2/p1 - 25GE port1 Intel NIC xxv710 2p25GE.
+ mac_address: "40:a6:b7:40:87:90"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.1"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s87-t215-sut1-c2/p2 - 25GE port2 Intel NIC xxv710 2p25GE.
+ mac_address: "40:a6:b7:40:87:91"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.1"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port9:
+ # s87-t215-sut1-c8/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a2:78"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s87-t215-sut1-c8/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a2:79"
+ 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
diff --git a/topologies/available/lf_2n_skx_testbed21.yaml b/topologies/available/lf_2n_skx_testbed21.yaml
deleted file mode 100644
index 5eba0397e7..0000000000
--- a/topologies/available/lf_2n_skx_testbed21.yaml
+++ /dev/null
@@ -1,160 +0,0 @@
----
-metadata:
- version: 0.1
- schema:
- - resources/topology_schemas/2_node_topology.sch.yaml
- - resources/topology_schemas/topology.sch.yaml
- tags: [hw, 2-node]
-
-nodes:
- TG:
- type: TG
- subtype: TREX
- host: "10.30.51.45"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s4-t21-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:70"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s4-t21-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:71"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s4-t21-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:72"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s4-t21-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:73"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s4-t21-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:fa:38"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s4-t21-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:fa:39"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s4-t21-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:98"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s4-t21-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:99"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s4-t21-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:9a"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s4-t21-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:9b"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.44"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # s3-t21-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:88"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s3-t21-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:89"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s3-t21-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:8a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s3-t21-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:8b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s3-t21-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:60"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s3-t21-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:61"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
diff --git a/topologies/available/lf_2n_skx_testbed22.yaml b/topologies/available/lf_2n_skx_testbed22.yaml
deleted file mode 100644
index f048e52486..0000000000
--- a/topologies/available/lf_2n_skx_testbed22.yaml
+++ /dev/null
@@ -1,160 +0,0 @@
----
-metadata:
- version: 0.1
- schema:
- - resources/topology_schemas/2_node_topology.sch.yaml
- - resources/topology_schemas/topology.sch.yaml
- tags: [hw, 2-node]
-
-nodes:
- TG:
- type: TG
- subtype: TREX
- host: "10.30.51.53"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s6-t22-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:98"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s6-t22-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:99"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s6-t22-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:9a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s6-t22-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:9b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s6-t22-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f8:60"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s6-t22-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f8:61"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s6-t22-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:98"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s6-t22-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:99"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s6-t22-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:9a"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s6-t22-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:9b"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.52"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # s5-t22-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:a8"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s5-t22-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:a9"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s5-t22-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:aa"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s5-t22-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:ab"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s5-t22-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:54"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s5-t22-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:55"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
diff --git a/topologies/available/lf_2n_skx_testbed23.yaml b/topologies/available/lf_2n_skx_testbed23.yaml
deleted file mode 100644
index b62ccc9cf2..0000000000
--- a/topologies/available/lf_2n_skx_testbed23.yaml
+++ /dev/null
@@ -1,160 +0,0 @@
----
-metadata:
- version: 0.1
- schema:
- - resources/topology_schemas/2_node_topology.sch.yaml
- - resources/topology_schemas/topology.sch.yaml
- tags: [hw, 2-node]
-
-nodes:
- TG:
- type: TG
- subtype: TREX
- host: "10.30.51.55"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s8-t23-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:38"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s8-t23-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:39"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s8-t23-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:3a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s8-t23-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:3b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s8-t23-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:88"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s8-t23-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:89"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s8-t23-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:20"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s8-t23-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:21"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s8-t23-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:22"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s8-t23-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:23"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.54"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # s7-t23-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:30"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s7-t23-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:31"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s7-t23-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:32"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s7-t23-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:33"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s7-t23-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:00"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s7-t23-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:01"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
diff --git a/topologies/available/lf_2n_skx_testbed24.yaml b/topologies/available/lf_2n_skx_testbed24.yaml
deleted file mode 100644
index 78483c3676..0000000000
--- a/topologies/available/lf_2n_skx_testbed24.yaml
+++ /dev/null
@@ -1,160 +0,0 @@
----
-metadata:
- version: 0.1
- schema:
- - resources/topology_schemas/2_node_topology.sch.yaml
- - resources/topology_schemas/topology.sch.yaml
- tags: [hw, 2-node]
-
-nodes:
- TG:
- type: TG
- subtype: TREX
- host: "10.30.51.57"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s10-t24-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:88"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s10-t24-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:89"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s10-t24-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:8a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s10-t24-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:b1:8b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s10-t24-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:70"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s10-t24-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:71"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s10-t24-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:40"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s10-t24-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:41"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s10-t24-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:42"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s10-t24-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:43"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.56"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # s9-t24-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:80"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s9-t24-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:81"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s9-t24-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:82"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s9-t24-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:83"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s9-t24-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:5c"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s9-t24-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:5d"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
diff --git a/topologies/available/lf_2n_spr_testbed23.yaml b/topologies/available/lf_2n_spr_testbed23.yaml
new file mode 100644
index 0000000000..d1d0083894
--- /dev/null
+++ b/topologies/available/lf_2n_spr_testbed23.yaml
@@ -0,0 +1,231 @@
+---
+metadata:
+ version: 0.1
+ schema:
+ - resources/topology_schemas/2_node_topology.sch.yaml
+ - resources/topology_schemas/topology.sch.yaml
+ tags: [hw, 2-node]
+
+nodes:
+ TG:
+ type: TG
+ subtype: TREX
+ host: "10.30.51.57"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s57-t23-tg1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:28"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.2"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX7VEAT
+ port2:
+ # s57-t23-tg1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:29"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.2"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX7VEAT
+ port3:
+ # s57-t23-tg1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e9:a8"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port4:
+ # s57-t23-tg1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e9:ac"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link4
+ model: Intel-E810CQ
+ port5:
+ # s57-t23-tg1-c10/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:54"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s57-t23-tg1-c10/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:55"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s57-t23-tg1-c10/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:56"
+ pci_address: "0000:17:00.2"
+ ip4_address: "172.16.70.2"
+ driver: ice
+ link: link7
+ model: Intel-E810XXV
+ port8:
+ # s57-t23-tg1-c10/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:57"
+ pci_address: "0000:17:00.3"
+ ip4_address: "172.16.80.2"
+ driver: ice
+ link: link8
+ model: Intel-E810XXV
+ port9:
+ # s57-t23-tg1-c7/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:68"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s57-t23-tg1-c7/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:69"
+ pci_address: "0000:ab:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port11:
+ # s57-t23-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e2:20"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.110.2"
+ driver: ice
+ link: link10
+ model: Intel-E810CQ
+ port12:
+ # s57-t23-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e2:24"
+ pci_address: "0000:bf:00.0"
+ ip4_address: "172.16.120.2"
+ driver: ice
+ link: link10
+ model: Intel-E810CQ
+ DUT1:
+ type: DUT
+ host: "10.30.51.56"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s56-t23-sut1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:30"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.1"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX7VEAT
+ port2:
+ # s56-t23-sut1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:31"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.1"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX7VEAT
+ port3:
+ # s56-t23-sut1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e2:70"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port4:
+ # s56-t23-sut1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e2:74"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810CQ
+ port5:
+ # s56-t23-sut1-c10/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:70"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s56-t23-sut1-c10/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:71"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s56-t23-sut1-c10/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:72"
+ pci_address: "0000:17:00.2"
+ ip4_address: "172.16.70.1"
+ driver: ice
+ link: link7
+ model: Intel-E810XXV
+ port8:
+ # s56-t23-sut1-c10/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:73"
+ pci_address: "0000:17:00.3"
+ ip4_address: "172.16.80.1"
+ driver: ice
+ link: link8
+ model: Intel-E810XXV
diff --git a/topologies/available/lf_2n_spr_testbed24.yaml b/topologies/available/lf_2n_spr_testbed24.yaml
new file mode 100644
index 0000000000..ef6ac3fe81
--- /dev/null
+++ b/topologies/available/lf_2n_spr_testbed24.yaml
@@ -0,0 +1,231 @@
+---
+metadata:
+ version: 0.1
+ schema:
+ - resources/topology_schemas/2_node_topology.sch.yaml
+ - resources/topology_schemas/topology.sch.yaml
+ tags: [hw, 2-node]
+
+nodes:
+ TG:
+ type: TG
+ subtype: TREX
+ host: "10.30.51.59"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s59-t24-tg1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:60"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.2"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX7VEAT
+ port2:
+ # s59-t24-tg1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:61"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.2"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX7VEAT
+ port3:
+ # s59-t24-tg1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e3:58"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port4:
+ # s59-t24-tg1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e3:5c"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link4
+ model: Intel-E810CQ
+ port5:
+ # s59-t24-tg1-c10/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:41:a8"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s59-t24-tg1-c10/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:41:a9"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s59-t24-tg1-c10/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:41:aa"
+ pci_address: "0000:17:00.2"
+ ip4_address: "172.16.70.2"
+ driver: ice
+ link: link7
+ model: Intel-E810XXV
+ port8:
+ # s59-t24-tg1-c10/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:41:ab"
+ pci_address: "0000:17:00.3"
+ ip4_address: "172.16.80.2"
+ driver: ice
+ link: link8
+ model: Intel-E810XXV
+ port9:
+ # s59-t24-tg1-c7/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:58"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port10:
+ # s59-t24-tg1-c7/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:59"
+ pci_address: "0000:ab:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port11:
+ # s59-t24-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:21:48"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.110.2"
+ driver: ice
+ link: link10
+ model: Intel-E810CQ
+ port12:
+ # s59-t24-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:21:4c"
+ pci_address: "0000:bf:00.0"
+ ip4_address: "172.16.120.2"
+ driver: ice
+ link: link10
+ model: Intel-E810CQ
+ DUT1:
+ type: DUT
+ host: "10.30.51.58"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s58-t24-sut1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:d0"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.1"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX7VEAT
+ port2:
+ # s58-t24-sut1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:d1"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.1"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX7VEAT
+ port3:
+ # s58-t24-sut1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e9:98"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port4:
+ # s58-t24-sut1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e9:9c"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810CQ
+ port5:
+ # s58-t24-sut1-c10/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:46:44"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s58-t24-sut1-c10/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:46:45"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s58-t24-sut1-c10/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:46:46"
+ pci_address: "0000:17:00.2"
+ ip4_address: "172.16.70.1"
+ driver: ice
+ link: link7
+ model: Intel-E810XXV
+ port8:
+ # s58-t24-sut1-c10/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:46:47"
+ pci_address: "0000:17:00.3"
+ ip4_address: "172.16.80.1"
+ driver: ice
+ link: link8
+ model: Intel-E810XXV
diff --git a/topologies/available/lf_2n_tx2_testbed34.yaml b/topologies/available/lf_2n_tx2_testbed34.yaml
index 6c08aaf183..cbaefc387a 100644
--- a/topologies/available/lf_2n_tx2_testbed34.yaml
+++ b/topologies/available/lf_2n_tx2_testbed34.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2020 PANTHEON.tech and/or its affiliates.
+# Copyright (c) 2020-2023 PANTHEON.tech and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
@@ -30,13 +30,13 @@ nodes:
password: Csit1234
interfaces:
port0:
- mac_address: "3c:fd:fe:c3:e0:90"
+ mac_address: "3c:fd:fe:c3:e9:70"
pci_address: "0000:af:00.0"
link: link1
driver: i40e
model: Intel-XL710
port1:
- mac_address: "3c:fd:fe:c3:e0:91"
+ mac_address: "3c:fd:fe:c3:e9:71"
pci_address: "0000:af:00.1"
link: link2
driver: i40e
@@ -51,13 +51,13 @@ nodes:
password: Csit1234
interfaces:
port0:
- mac_address: "3c:fd:fe:c3:e9:70"
+ mac_address: "3c:fd:fe:c3:e0:90"
pci_address: "0000:91:00.0"
link: link1
driver: i40e
model: Intel-XL710
port1:
- mac_address: "3c:fd:fe:c3:e9:71"
+ mac_address: "3c:fd:fe:c3:e0:91"
pci_address: "0000:91:00.1"
link: link2
driver: i40e
diff --git a/topologies/available/lf_3n_alt_testbed34.yaml b/topologies/available/lf_3n_alt_testbed34.yaml
new file mode 100644
index 0000000000..2fa26922e6
--- /dev/null
+++ b/topologies/available/lf_3n_alt_testbed34.yaml
@@ -0,0 +1,132 @@
+---
+metadata:
+ version: 0.1
+ schema: # list of schema files against which to validate
+ - 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.74
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s64-t34-tg1-c4/p1 - 40GE port1 Intel XL710 2p40GE.
+ mac_address: "40:a6:b7:85:e7:80"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.10.2"
+ driver: i40e
+ link: link1
+ model: Intel-XL710
+ port2:
+ # s64-t34-tg1-c4/p2 - 40GE port2 Intel XL710 2p40GE.
+ mac_address: "40:a6:b7:85:e7:81"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.20.2"
+ driver: i40e
+ link: link2
+ model: Intel-XL710
+ port3:
+ # s64-t34-tg1-c8/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:1c:e4"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link4
+ model: Intel-E810CQ
+ port4:
+ # s64-t34-tg1-c8/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:1c:e0"
+ pci_address: "0000:b3:00.0"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link5
+ model: Intel-E810CQ
+ DUT1:
+ type: DUT
+ host: 10.30.51.72
+ arch: aarch64
+ port: 22
+ uio_driver: vfio-pci
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s62-t34-sut1-c4/p1 - 40GE port1 Intel XL710 2p40GE.
+ mac_address: "40:a6:b7:85:e7:78"
+ pci_address: "0004:04:00.0"
+ ip4_address: "172.16.10.1"
+ driver: i40e
+ link: link3
+ model: Intel-XL710
+ port2:
+ # s62-t34-sut1-c4/p2 - 40GE port2 Intel XL710 2p40GE.
+ mac_address: "40:a6:b7:85:e7:79"
+ pci_address: "0004:04:00.1"
+ ip4_address: "172.16.20.1"
+ driver: i40e
+ link: link2
+ model: Intel-XL710
+ port3:
+ # s62-t34-sut1-c8/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:16:07:b8"
+ pci_address: "0007:01:00.0"
+ ip4_address: "172.16.30.1"
+ driver: mlx5_core
+ link: link6
+ model: Mellanox-CX6DX
+ port4:
+ # s62-t34-sut1-c8/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:16:07:b9"
+ pci_address: "0007:01:00.1"
+ ip4_address: "172.16.40.1"
+ driver: mlx5_core
+ link: link4
+ model: Mellanox-CX6DX
+ DUT2:
+ type: DUT
+ host: 10.30.51.73
+ arch: aarch64
+ port: 22
+ username: testuser
+ uio_driver: vfio-pci
+ password: Csit1234
+ interfaces:
+ port1:
+ # s63-t34-sut2-c4/p1 - 40GE port1 Intel XL710 2p40GE.
+ mac_address: "3c:fd:fe:c3:e7:a0"
+ pci_address: "0004:04:00.0"
+ ip4_address: "172.16.10.3"
+ driver: i40e
+ link: link1
+ model: Intel-XL710
+ port2:
+ # s63-t34-sut2-c4/p2 - 40GE port2 Intel XL710 2p40GE.
+ mac_address: "3c:fd:fe:c3:e7:a1"
+ pci_address: "0004:04:00.1"
+ ip4_address: "172.16.20.3"
+ driver: i40e
+ link: link3
+ model: Intel-XL710
+ port3:
+ # s63-t34-sut2-c8/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:16:07:c4"
+ pci_address: "0007:01:00.0"
+ ip4_address: "172.16.30.3"
+ driver: mlx5_core
+ link: link5
+ model: Mellanox-CX6DX
+ port4:
+ # s63-t34-sut2-c8/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:16:07:c5"
+ pci_address: "0007:01:00.1"
+ ip4_address: "172.16.40.3"
+ driver: mlx5_core
+ link: link6
+ model: Mellanox-CX6DX \ No newline at end of file
diff --git a/topologies/available/lf_3n_dnv_testbed35.yaml b/topologies/available/lf_3n_dnv_testbed35.yaml
deleted file mode 100644
index 29a7fccc5d..0000000000
--- a/topologies/available/lf_3n_dnv_testbed35.yaml
+++ /dev/null
@@ -1,74 +0,0 @@
----
-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.32.8.10"
- arch: x86_64
- port: 6002
- username: root
- password: Csit1234
- interfaces:
- port1:
- mac_address: "b4:96:91:46:ae:3c"
- pci_address: "0000:af:00.0"
- driver: ixgbe
- link: link1
- model: Intel-X553
- port2:
- mac_address: "b4:96:91:46:b2:e4"
- pci_address: "0000:d8:00.0"
- driver: ixgbe
- link: link2
- model: Intel-X553
- DUT1:
- type: DUT
- host: "10.32.8.12"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: "0000:01:00.0"
- uio_driver: vfio-pci
- interfaces:
- port1:
- mac_address: "ac:1f:6b:57:56:c6"
- pci_address: "0000:08:00.0"
- driver: ixgbe
- link: link3
- model: Intel-X553
- port2:
- mac_address: "ac:1f:6b:57:56:c7"
- pci_address: "0000:08:00.1"
- driver: ixgbe
- link: link1
- model: Intel-X553
- DUT2:
- type: DUT
- host: "10.32.8.13"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: "0000:01:00.0"
- uio_driver: vfio-pci
- interfaces:
- port1:
- mac_address: "ac:1f:6b:57:57:fe"
- pci_address: "0000:08:00.0"
- driver: ixgbe
- link: link3
- model: Intel-X553
- port2:
- mac_address: "ac:1f:6b:57:57:ff"
- pci_address: "0000:08:00.1"
- driver: ixgbe
- link: link2
- model: Intel-X553
diff --git a/topologies/available/lf_3n_hsw_testbed1.yaml b/topologies/available/lf_3n_hsw_testbed1.yaml
deleted file mode 100644
index 3f7b0e8c76..0000000000
--- a/topologies/available/lf_3n_hsw_testbed1.yaml
+++ /dev/null
@@ -1,304 +0,0 @@
----
-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.16"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # t1-tg1-c1/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:37:1f:48"
- pci_address: "0000:02:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-XL710
- port2:
- # t1-tg1-c1/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:37:1f:4d"
- pci_address: "0000:02:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-XL710
- port3:
- # t1-tg1-c3/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:a0"
- pci_address: "0000:05:00.0"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # t1-tg1-c3/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:a1"
- pci_address: "0000:05:00.1"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # t1-tg1-c2/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ed:50"
- pci_address: "0000:07:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-X710
- port6:
- # t1-tg1-c2/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ed:51"
- pci_address: "0000:07:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-X710
- port7:
- # t1-tg1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:3a:af:40"
- pci_address: "0000:86:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-XL710
- port8:
- # t1-tg1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:3a:af:41"
- pci_address: "0000:86:00.1"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-XL710
- port9:
- # t1-tg1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:2c"
- pci_address: "0000:88:00.0"
- ip4_address: "172.16.90.2"
- driver: i40e
- link: link9
- model: Intel-X710
- port10:
- # t1-tg1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:2d"
- pci_address: "0000:88:00.1"
- ip4_address: "172.16.100.2"
- driver: i40e
- link: link10
- model: Intel-X710
- port11:
- # t1-tg1-c6/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ed:a4"
- pci_address: "0000:84:00.0"
- ip4_address: "172.16.110.1"
- driver: i40e
- link: link11
- model: Intel-X710
- port12:
- # t1-tg1-c6/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ed:a5"
- pci_address: "0000:84:00.1"
- ip4_address: "172.16.110.2"
- driver: i40e
- link: link11
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.17"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: 0000:86:00.0
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # t1-sut1-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:0a:18"
- pci_address: "0000:0a:00.0"
- ip4_address: "172.17.21.1"
- driver: ixgbe
- link: link21
- model: Intel-X520-DA2
- port2:
- # t1-sut1-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:0a:19"
- pci_address: "0000:0a:00.1"
- ip4_address: "172.16.30.1"
- driver: ixgbe
- link: link3
- model: Intel-X520-DA2
- port3:
- # t1-sut1-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
- mac_address: "04:62:73:8c:c3:0f"
- pci_address: "0000:13:00.0"
- ip4_address: "172.17.22.1"
- driver: enic
- link: link22
- model: Cisco-VIC-1385
- port4:
- # t1-sut1-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
- mac_address: "04:62:73:8c:c3:10"
- pci_address: "0000:14:00.0"
- ip4_address: "172.16.10.1"
- driver: enic
- link: link1
- model: Cisco-VIC-1385
- port5:
- # t1-sut1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:37:20:48"
- pci_address: "0000:88:00.0"
- ip4_address: "172.17.23.1"
- driver: i40e
- link: link23
- model: Intel-XL710
- port6:
- # t1-sut1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:37:20:49"
- pci_address: "0000:88:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-XL710
- port7:
- # t1-sut1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:c4"
- pci_address: "0000:8a:00.0"
- ip4_address: "172.17.24.1"
- driver: i40e
- link: link24
- model: Intel-X710
- port8:
- # t1-sut1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:c5"
- pci_address: "0000:8a:00.1"
- ip4_address: "172.16.90.1"
- driver: i40e
- link: link9
- model: Intel-X710
- port9:
- # t1-sut1-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e4:d0:1b"
- pci_address: "0000:06:00.0"
- ip4_address: "172.17.25.1"
- driver: enic
- link: link25
- model: Cisco-VIC-1227
- port10:
- # t1-sut1-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e4:d0:1c"
- pci_address: "0000:07:00.0"
- ip4_address: "172.16.50.1"
- driver: enic
- link: link5
- model: Cisco-VIC-1227
- DUT2:
- type: DUT
- host: "10.30.51.18"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: 0000:86:00.0
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # t1-sut2-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:05:e4"
- pci_address: "0000:0a:00.0"
- ip4_address: "172.16.40.1"
- driver: ixgbe
- link: link4
- model: Intel-X520-DA2
- port2:
- # t1-sut2-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:05:e5"
- pci_address: "0000:0a:00.1"
- ip4_address: "172.17.21.2"
- driver: ixgbe
- link: link21
- model: Intel-X520-DA2
- port3:
- # t1-sut2-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
- mac_address: "d8:b1:90:19:41:69"
- pci_address: "0000:13:00.0"
- ip4_address: "172.16.20.1"
- driver: enic
- link: link2
- model: Cisco-VIC-1385
- port4:
- # t1-sut2-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
- mac_address: "d8:b1:90:19:41:6a"
- pci_address: "0000:15:00.0"
- ip4_address: "172.17.22.2"
- driver: enic
- link: link22
- model: Cisco-VIC-1385
- port5:
- # t1-sut2-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:78:e8"
- pci_address: "0000:88:00.0"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-XL710
- port6:
- # t1-sut2-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:78:e9"
- pci_address: "0000:88:00.1"
- ip4_address: "172.17.23.2"
- driver: i40e
- link: link23
- model: Intel-XL710
- port7:
- # t1-sut2-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ef:94"
- pci_address: "0000:8a:00.0"
- ip4_address: "172.16.100.1"
- driver: i40e
- link: link10
- model: Intel-X710
- port8:
- # t1-sut2-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ef:95"
- pci_address: "0000:8a:00.1"
- ip4_address: "172.17.24.2"
- driver: i40e
- link: link24
- model: Intel-X710
- port9:
- # t1-sut2-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e5:44:4c"
- pci_address: "0000:06:00.0"
- ip4_address: "172.16.60.1"
- driver: enic
- link: link6
- model: Cisco-VIC-1227
- port10:
- # t1-sut2-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e5:44:4d"
- pci_address: "0000:07:00.0"
- ip4_address: "172.17.25.2"
- driver: enic
- link: link25
- model: Cisco-VIC-1227
diff --git a/topologies/available/lf_3n_hsw_testbed2.yaml b/topologies/available/lf_3n_hsw_testbed2.yaml
deleted file mode 100644
index 55b00e61b7..0000000000
--- a/topologies/available/lf_3n_hsw_testbed2.yaml
+++ /dev/null
@@ -1,304 +0,0 @@
----
-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.20"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # t2-tg1-c1/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:76:a8"
- pci_address: "0000:02:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-XL710
- port2:
- # t2-tg1-c1/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:76:a9"
- pci_address: "0000:02:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-XL710
- port3:
- # t2-tg1-c2/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ed:5c"
- pci_address: "0000:05:00.0"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # t2-tg1-c2/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ed:5d"
- pci_address: "0000:05:00.1"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # t2-tg1-c3/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:5c"
- pci_address: "0000:07:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-X710
- port6:
- # t2-tg1-c3/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:5d"
- pci_address: "0000:07:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-X710
- port7:
- # t2-tg1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:37:1f:1c"
- pci_address: "0000:86:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-XL710
- port8:
- # t2-tg1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:37:1f:19"
- pci_address: "0000:86:00.1"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-XL710
- port9:
- # t2-tg1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ed:7c"
- pci_address: "0000:88:00.0"
- ip4_address: "172.16.90.2"
- driver: i40e
- link: link9
- model: Intel-X710
- port10:
- # t2-tg1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ed:7d"
- pci_address: "0000:88:00.1"
- ip4_address: "172.16.100.2"
- driver: i40e
- link: link10
- model: Intel-X710
- port11:
- # t2-tg1-c6/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:58"
- pci_address: "0000:84:00.0"
- ip4_address: "172.16.110.1"
- driver: i40e
- link: link11
- model: Intel-X710
- port12:
- # t2-tg1-c6/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:59"
- pci_address: "0000:84:00.1"
- ip4_address: "172.16.110.2"
- driver: i40e
- link: link11
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.21"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: 0000:86:00.0
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # t2-sut1-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:02:b8"
- pci_address: "0000:0a:00.0"
- ip4_address: "172.17.21.1"
- driver: ixgbe
- link: link21
- model: Intel-X520-DA2
- port2:
- # t2-sut1-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:02:b9"
- pci_address: "0000:0a:00.1"
- ip4_address: "172.17.30.1"
- driver: ixgbe
- link: link3
- model: Intel-X520-DA2
- port3:
- # t2-sut1-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
- mac_address: "04:62:73:8c:ca:cd"
- pci_address: "0000:13:00.0"
- ip4_address: "172.17.22.1"
- driver: enic
- link: link22
- model: Cisco-VIC-1385
- port4:
- # t2-sut1-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
- mac_address: "04:62:73:8c:ca:ce"
- pci_address: "0000:15:00.0"
- ip4_address: "172.16.10.1"
- driver: enic
- link: link1
- model: Cisco-VIC-1385
- port5:
- # t2-sut1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:77:08"
- pci_address: "0000:88:00.0"
- ip4_address: "172.17.23.1"
- driver: i40e
- link: link23
- model: Intel-XL710
- port6:
- # t2-sut1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:77:09"
- pci_address: "0000:88:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-XL710
- port7:
- # t2-sut1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:ec"
- pci_address: "0000:8a:00.0"
- ip4_address: "172.17.24.1"
- driver: i40e
- link: link24
- model: Intel-X710
- port8:
- # t2-sut1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:ed"
- pci_address: "0000:8a:00.1"
- ip4_address: "172.16.90.1"
- driver: i40e
- link: link9
- model: Intel-X710
- port9:
- # t2-sut1-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e4:d0:9b"
- pci_address: "0000:06:00.0"
- ip4_address: "172.17.25.1"
- driver: enic
- link: link25
- model: Cisco-VIC-1227
- port10:
- # t2-sut1-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e4:d0:9c"
- pci_address: "0000:07:00.0"
- ip4_address: "172.16.50.1"
- driver: enic
- link: link5
- model: Cisco-VIC-1227
- DUT2:
- type: DUT
- host: "10.30.51.22"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: 0000:86:00.0
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # t2-sut2-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:01:d8"
- pci_address: "0000:0a:00.0"
- ip4_address: "172.16.40.1"
- driver: ixgbe
- link: link4
- model: Intel-X520-DA2
- port2:
- # t2-sut2-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:01:d9"
- pci_address: "0000:0a:00.1"
- ip4_address: "172.17.21.2"
- driver: ixgbe
- link: link21
- model: Intel-X520-DA2
- port3:
- # t2-sut2-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
- mac_address: "ec:bd:1d:08:8f:88"
- pci_address: "0000:13:00.0"
- ip4_address: "172.16.20.1"
- driver: enic
- link: link2
- model: Cisco-VIC-1385
- port4:
- # t2-sut2-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
- mac_address: "ec:bd:1d:08:8f:89"
- pci_address: "0000:15:00.0"
- ip4_address: "172.17.22.2"
- driver: enic
- link: link22
- model: Cisco-VIC-1385
- port5:
- # t2-sut2-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:76:98"
- pci_address: "0000:88:00.0"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-XL710
- port6:
- # t2-sut2-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:76:99"
- pci_address: "0000:88:00.1"
- ip4_address: "172.17.23.2"
- driver: i40e
- link: link23
- model: Intel-XL710
- port7:
- # t2-sut2-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:e4"
- pci_address: "0000:8a:00.0"
- ip4_address: "172.16.100.1"
- driver: i40e
- link: link10
- model: Intel-X710
- port8:
- # t2-sut2-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:e5"
- pci_address: "0000:8a:00.1"
- ip4_address: "172.17.24.2"
- driver: i40e
- link: link24
- model: Intel-X710
- port9:
- # t2-sut2-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e4:eb:4b"
- pci_address: "0000:06:00.0"
- ip4_address: "172.16.60.1"
- driver: enic
- link: link6
- model: Cisco-VIC-1227
- port10:
- # t2-sut2-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e4:eb:4c"
- pci_address: "0000:07:00.0"
- ip4_address: "172.17.25.2"
- driver: enic
- link: link25
- model: Cisco-VIC-1227
diff --git a/topologies/available/lf_3n_hsw_testbed3.yaml b/topologies/available/lf_3n_hsw_testbed3.yaml
deleted file mode 100644
index 333a6cd3c3..0000000000
--- a/topologies/available/lf_3n_hsw_testbed3.yaml
+++ /dev/null
@@ -1,304 +0,0 @@
----
-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.24"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # t3-tg1-c1/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:79:40"
- pci_address: "0000:02:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-XL710
- port2:
- # t3-tg1-c1/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:79:41"
- pci_address: "0000:02:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-XL710
- port3:
- # t3-tg1-c2/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ef:98"
- pci_address: "0000:05:00.0"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # t3-tg1-c2/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ef:99"
- pci_address: "0000:05:00.1"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # t3-tg1-c3/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:28"
- pci_address: "0000:07:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-X710
- port6:
- # t3-tg1-c3/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:29"
- pci_address: "0000:07:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-X710
- port7:
- # t3-tg1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:79:1c"
- pci_address: "0000:86:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-XL710
- port8:
- # t3-tg1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:79:19"
- pci_address: "0000:86:00.1"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-XL710
- port9:
- # t3-tg1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:74"
- pci_address: "0000:88:00.0"
- ip4_address: "172.16.90.2"
- driver: i40e
- link: link9
- model: Intel-X710
- port10:
- # t3-tg1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:75"
- pci_address: "0000:88:00.1"
- ip4_address: "172.16.100.2"
- driver: i40e
- link: link10
- model: Intel-X710
- port11:
- # t3-tg1-c6/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ef:38"
- pci_address: "0000:84:00.0"
- ip4_address: "172.16.110.1"
- driver: i40e
- link: link11
- model: Intel-X710
- port12:
- # t3-tg1-c6/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ef:39"
- pci_address: "0000:84:00.1"
- ip4_address: "172.16.110.2"
- driver: i40e
- link: link11
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.25"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: 0000:86:00.0
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # t3-sut1-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:01:dc"
- pci_address: "0000:0a:00.0"
- ip4_address: "172.17.21.1"
- driver: ixgbe
- link: link21
- model: Intel-X520-DA2
- port2:
- # t3-sut1-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:01:dd"
- pci_address: "0000:0a:00.1"
- ip4_address: "172.16.30.1"
- driver: ixgbe
- link: link3
- model: Intel-X520-DA2
- port3:
- # t3-sut1-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
- mac_address: "04:62:73:f8:80:c1"
- pci_address: "0000:13:00.0"
- ip4_address: "172.17.22.1"
- driver: enic
- link: link22
- model: Cisco-VIC-1385
- port4:
- # t3-sut1-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
- mac_address: "04:62:73:f8:80:c2"
- pci_address: "0000:15:00.0"
- ip4_address: "172.16.10.1"
- driver: enic
- link: link1
- model: Cisco-VIC-1385
- port5:
- # t3-sut1-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:37:25:18"
- pci_address: "0000:88:00.0"
- ip4_address: "172.17.23.1"
- driver: i40e
- link: link23
- model: Intel-XL710
- port6:
- # t3-sut1-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:37:25:19"
- pci_address: "0000:88:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-XL710
- port7:
- # t3-sut1-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ef:34"
- pci_address: "0000:8a:00.0"
- ip4_address: "172.17.24.1"
- driver: i40e
- link: link24
- model: Intel-X710
- port8:
- # t3-sut1-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ef:35"
- pci_address: "0000:8a:00.1"
- ip4_address: "172.16.90.1"
- driver: i40e
- link: link9
- model: Intel-X710
- port9:
- # t3-sut1-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e5:46:d0"
- pci_address: "0000:06:00.0"
- ip4_address: "172.17.25.1"
- driver: enic
- link: link25
- model: Cisco-VIC-1227
- port10:
- # t3-sut1-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e5:46:d1"
- pci_address: "0000:07:00.0"
- ip4_address: "172.16.50.1"
- driver: enic
- link: link5
- model: Cisco-VIC-1227
- DUT2:
- type: DUT
- host: "10.30.51.26"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- cryptodev: 0000:86:00.0
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # t3-sut3-c1/p1 - 10GE port1 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:0f:38"
- pci_address: "0000:0a:00.0"
- ip4_address: "172.16.40.1"
- driver: ixgbe
- link: link4
- model: Intel-X520-DA2
- port2:
- # t3-sut3-c1/p2 - 10GE port2 on Intel NIC x520 2p10GE.
- mac_address: "90:e2:ba:b5:0f:39"
- pci_address: "0000:0a:00.1"
- ip4_address: "172.17.21.2"
- driver: ixgbe
- link: link21
- model: Intel-X520-DA2
- port3:
- # t3-sut3-c2/p1 - 40GE port1 on Cisco VIC 1385 2p40GE.
- mac_address: "04:62:73:8c:78:2f"
- pci_address: "0000:13:00.0"
- ip4_address: "172.16.20.1"
- driver: enic
- link: link2
- model: Cisco-VIC-1385
- port4:
- # t3-sut3-c2/p2 - 40GE port2 on Cisco VIC 1385 2p40GE.
- mac_address: "04:62:73:8c:78:30"
- pci_address: "0000:15:00.0"
- ip4_address: "172.17.22.2"
- driver: enic
- link: link22
- model: Cisco-VIC-1385
- port5:
- # t3-sut3-c4/p1 - 40GE port1 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:76:b0"
- pci_address: "0000:88:00.0"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-XL710
- port6:
- # t3-sut3-c4/p2 - 40GE port2 on Intel NIC xl710 2p40GE.
- mac_address: "68:05:ca:35:76:b1"
- pci_address: "0000:88:00.1"
- ip4_address: "172.17.23.2"
- driver: i40e
- link: link23
- model: Intel-XL710
- port7:
- # t3-sut3-c5/p1 - 10GE port1 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:e0"
- pci_address: "0000:8a:00.0"
- ip4_address: "172.16.100.1"
- driver: i40e
- link: link10
- model: Intel-X710
- port8:
- # t3-sut3-c5/p2 - 10GE port2 on Intel NIC x710 2p10GE.
- mac_address: "3c:fd:fe:9c:ee:e1"
- pci_address: "0000:8a:00.1"
- ip4_address: "172.17.24.2"
- driver: i40e
- link: link24
- model: Intel-X710
- port9:
- # t3-sut3-cm/p1 - 10GE port1 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e5:44:19"
- pci_address: "0000:06:00.0"
- ip4_address: "172.16.60.1"
- driver: enic
- link: link6
- model: Cisco-VIC-1227
- port10:
- # t3-sut3-cm/p2 - 10GE port2 on Cisco VIC 1227 2p10GE.
- mac_address: "00:fe:c8:e5:44:1a"
- pci_address: "0000:07:00.0"
- ip4_address: "172.17.25.2"
- driver: enic
- link: link25
- model: Cisco-VIC-1227
diff --git a/topologies/available/lf_3n_icx_testbed37.yaml b/topologies/available/lf_3n_icx_testbed37.yaml
new file mode 100644
index 0000000000..560da3007e
--- /dev/null
+++ b/topologies/available/lf_3n_icx_testbed37.yaml
@@ -0,0 +1,276 @@
+---
+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.77"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s67-t37-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:b2:a1:48"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.1"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s67-t37-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:b2:a1:49"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port3:
+ # s67-t37-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:ec"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s67-t37-tg1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:ed"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s67-t37-tg1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:ee"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s67-t37-tg1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:ef"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s67-t37-tg1-c2/p1 - 25GE port1 Intel NIC x710 2p25GE.
+ mac_address: "3c:fd:fe:bd:fa:24"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.1"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s67-t37-tg1-c2/p2 - 25GE port2 Intel NIC x710 2p25GE.
+ mac_address: "3c:fd:fe:bd:fa:25"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.1"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port9:
+ # s67-t37-tg1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:a6"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX6DX
+ port10:
+ # s67-t37-tg1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:a7"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX6DX
+ DUT1:
+ type: DUT
+ host: "10.30.51.75"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s65-t37-sut1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:b2:a7:b0"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s65-t37-sut1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:b2:a7:b1"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link22
+ model: Intel-E810CQ
+ port3:
+ # s65-t37-sut1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:77:60"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s65-t37-sut1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:77:61"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link44
+ model: Intel-E810XXV
+ port5:
+ # s65-t37-sut1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:77:62"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s65-t37-sut1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:77:63"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link66
+ model: Intel-E810XXV
+ port7:
+ # s65-t37-sut1-c2/p1 - 25GE port1 Intel NIC xxv710 2p25GE.
+ mac_address: "3c:fd:fe:bd:f8:68"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.2"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s65-t37-sut1-c2/p2 - 25GE port2 Intel NIC xxv710 2p25GE.
+ mac_address: "3c:fd:fe:bd:f8:69"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.2"
+ driver: i40e
+ link: link88
+ model: Intel-XXV710
+ port9:
+ # s67-t37-sut1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:2e"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link1010
+ model: Mellanox-CX6DX
+ port10:
+ # s67-t37-sut1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:2f"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX6DX
+ DUT2:
+ type: DUT
+ host: "10.30.51.76"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s66-t37-sut2-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:27:54"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.10.3"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port2:
+ # s66-t37-sut2-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:27:50"
+ pci_address: "0000:19:00.0"
+ ip4_address: "172.16.20.3"
+ driver: ice
+ link: link22
+ model: Intel-E810CQ
+ port3:
+ # s66-t37-sut2-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:24"
+ pci_address: "0000:31:00.0"
+ ip4_address: "172.16.30.3"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port4:
+ # s66-t37-sut2-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:25"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.40.3"
+ driver: ice
+ link: link44
+ model: Intel-E810XXV
+ port5:
+ # s66-t37-sut2-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:26"
+ pci_address: "0000:31:00.2"
+ ip4_address: "172.16.50.3"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port6:
+ # s66-t37-sut2-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:27"
+ pci_address: "0000:31:00.3"
+ ip4_address: "172.16.60.3"
+ driver: ice
+ link: link66
+ model: Intel-E810XXV
+ port7:
+ # s66-t37-sut2-c2/p1 - 25GE port1 Intel NIC xxv710 2p25GE.
+ mac_address: "3c:fd:fe:bd:f9:f4"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.3"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port8:
+ # s66-t37-sut2-c2/p2 - 25GE port2 Intel NIC xxv710 2p25GE.
+ mac_address: "3c:fd:fe:bd:f9:f5"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.3"
+ driver: i40e
+ link: link88
+ model: Intel-XXV710
+ port9:
+ # s66-t37-sut2-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:4b:16"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.100.3"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX6DX
+ port10:
+ # s66-t37-sut2-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:4b:17"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.90.3"
+ driver: mlx5_core
+ link: link1010
+ model: Mellanox-CX6DX \ No newline at end of file
diff --git a/topologies/available/lf_3n_icx_testbed38.yaml b/topologies/available/lf_3n_icx_testbed38.yaml
new file mode 100644
index 0000000000..8ab57e6d20
--- /dev/null
+++ b/topologies/available/lf_3n_icx_testbed38.yaml
@@ -0,0 +1,276 @@
+---
+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.80"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s80-t38-tg1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:22:5c"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.10.1"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s80-t38-tg1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:67:22:58"
+ pci_address: "0000:b3:00.0"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port3:
+ # s80-t38-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:44"
+ pci_address: "0000:ca:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s80-t38-tg1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:45"
+ pci_address: "0000:ca:00.1"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port5:
+ # s80-t38-tg1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:46"
+ pci_address: "0000:ca:00.2"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s80-t38-tg1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:47"
+ pci_address: "0000:ca:00.3"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port7:
+ # s80-t38-tg1-c2/p1 - 25GE port1 Intel NIC x710 2p25GE.
+ mac_address: "40:a6:b7:40:87:28"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.1"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s80-t38-tg1-c2/p2 - 25GE port2 Intel NIC x710 2p25GE.
+ mac_address: "40:a6:b7:40:87:29"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.1"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port9:
+ # s80-t38-tg1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:ae"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX6DX
+ port10:
+ # s80-t38-tg1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:af"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX6DX
+ DUT1:
+ type: DUT
+ host: "10.30.51.78"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s78-t38-sut1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:a4:26:38"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s78-t38-sut1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:a4:26:39"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link22
+ model: Intel-E810CQ
+ port3:
+ # s78-t38-sut1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:40"
+ pci_address: "0000:ca:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link3
+ model: Intel-E810XXV
+ port4:
+ # s78-t38-sut1-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:41"
+ pci_address: "0000:ca:00.1"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link44
+ model: Intel-E810XXV
+ port5:
+ # s78-t38-sut1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:42"
+ pci_address: "0000:ca:00.2"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ port6:
+ # s78-t38-sut1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:43"
+ pci_address: "0000:ca:00.3"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link66
+ model: Intel-E810XXV
+ port7:
+ # s78-t38-sut1-c2/p1 - 25GE port1 Intel NIC xxv710 2p25GE.
+ mac_address: "3c:fd:fe:bd:f9:70"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.2"
+ driver: i40e
+ link: link7
+ model: Intel-XXV710
+ port8:
+ # s78-t38-sut1-c2/p2 - 25GE port2 Intel NIC xxv710 2p25GE.
+ mac_address: "3c:fd:fe:bd:f9:71"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.2"
+ driver: i40e
+ link: link88
+ model: Intel-XXV710
+ port9:
+ # s78-t38-sut1-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:4b:2e"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.2"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX6DX
+ port10:
+ # s78-t38-sut1-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:4b:2f"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.2"
+ driver: mlx5_core
+ link: link1010
+ model: Mellanox-CX6DX
+ DUT2:
+ type: DUT
+ host: "10.30.51.79"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s79-t38-sut2-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:a4:27:30"
+ pci_address: "0000:b1:00.0"
+ ip4_address: "172.16.10.3"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port2:
+ # s79-t38-sut2-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "b4:96:91:a4:27:31"
+ pci_address: "0000:b1:00.1"
+ ip4_address: "172.16.20.3"
+ driver: ice
+ link: link22
+ model: Intel-E810CQ
+ port3:
+ # s79-t38-sut2-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:3c"
+ pci_address: "0000:ca:00.0"
+ ip4_address: "172.16.30.3"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port4:
+ # s79-t38-sut2-c4/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:3d"
+ pci_address: "0000:ca:00.1"
+ ip4_address: "172.16.40.3"
+ driver: ice
+ link: link44
+ model: Intel-E810XXV
+ port5:
+ # s79-t38-sut2-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:3e"
+ pci_address: "0000:ca:00.2"
+ ip4_address: "172.16.50.3"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port6:
+ # s79-t38-sut2-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:3f"
+ pci_address: "0000:ca:00.3"
+ ip4_address: "172.16.60.3"
+ driver: ice
+ link: link66
+ model: Intel-E810XXV
+ port7:
+ # s79-t38-sut2-c2/p1 - 25GE port1 Intel NIC xxv710 2p25GE.
+ mac_address: "3c:fd:fe:bd:f9:5c"
+ pci_address: "0000:4b:00.0"
+ ip4_address: "172.16.70.3"
+ driver: i40e
+ link: link8
+ model: Intel-XXV710
+ port8:
+ # s79-t38-sut2-c2/p2 - 25GE port2 Intel NIC xxv710 2p25GE.
+ mac_address: "3c:fd:fe:bd:f9:5d"
+ pci_address: "0000:4b:00.1"
+ ip4_address: "172.16.80.3"
+ driver: i40e
+ link: link88
+ model: Intel-XXV710
+ port9:
+ # s79-t38-sut2-c10/p1 - 100GE port1 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:8a"
+ pci_address: "0000:e3:00.0"
+ ip4_address: "172.16.90.3"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX6DX
+ port10:
+ # s79-t38-sut2-c10/p2 - 100GE port2 Mellanox ConnectX-6 Dx 2p100GE.
+ mac_address: "b8:3f:d2:13:0f:8b"
+ pci_address: "0000:e3:00.1"
+ ip4_address: "172.16.100.3"
+ driver: mlx5_core
+ link: link1010
+ model: Mellanox-CX6DX \ No newline at end of file
diff --git a/topologies/available/lf_3n_icxd_testbed31.yaml b/topologies/available/lf_3n_icxd_testbed31.yaml
new file mode 100644
index 0000000000..3731188081
--- /dev/null
+++ b/topologies/available/lf_3n_icxd_testbed31.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: 6001
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s90-t31t32-tg1-c4/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:78:b4"
+ pci_address: "0000:31: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:78:b5"
+ pci_address: "0000:31:00.1"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link2
+ model: Intel-E810XXV
+ DUT1:
+ type: DUT
+ host: "10.30.51.32"
+ 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:
+ # s32-t31-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: link3
+ model: Intel-E823C
+ port2:
+ # s32-t31-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.30.1"
+ driver: ice
+ link: link1
+ model: Intel-E823C
+ DUT2:
+ type: DUT
+ host: "10.30.51.33"
+ 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:
+ # s33-t31-sut2-c1/p1 - 25GE port1 Intel E823-C 2p25GE.
+ mac_address: "3c:ec:ef:d9:e2:c8"
+ pci_address: "0000:89:00.0"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link3
+ model: Intel-E823C
+ port2:
+ # s33-t31-sut2-c1/p2 - 25GE port2 Intel E823-C 2p25GE.
+ mac_address: "3c:ec:ef:d9:e2:c9"
+ pci_address: "0000:89:00.2"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link2
+ model: Intel-E823C
diff --git a/topologies/available/lf_3n_icxd_testbed32.yaml b/topologies/available/lf_3n_icxd_testbed32.yaml
new file mode 100644
index 0000000000..7091a0c5cd
--- /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:dc"
+ 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:dd"
+ 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:70"
+ pci_address: "0000:89:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link3
+ model: Intel-E823C
+ port2:
+ # s34-t32-sut1-c1/p2 - 25GE port2 Intel E823-C 2p25GE.
+ mac_address: "3c:ec:ef:d9:e2:71"
+ pci_address: "0000:89:00.2"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link1
+ 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:aa"
+ pci_address: "0000:89:00.0"
+ ip4_address: "172.16.20.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:ab"
+ pci_address: "0000:89:00.2"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link2
+ model: Intel-E823C
diff --git a/topologies/available/lf_3n_skx_testbed31.yaml b/topologies/available/lf_3n_skx_testbed31.yaml
deleted file mode 100644
index 3706a3baeb..0000000000
--- a/topologies/available/lf_3n_skx_testbed31.yaml
+++ /dev/null
@@ -1,222 +0,0 @@
----
-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.48"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s13-t31-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:58"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s13-t31-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:59"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s13-t31-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:5a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s13-t31-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:5b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s13-t31-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:40"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s13-t31-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:41"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s13-t31-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:30"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s13-t31-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:31"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s13-t31-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:32"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s13-t31-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ad:33"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.46"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # s11-t31-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:38"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s11-t31-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:39"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.120.1"
- driver: i40e
- link: link21
- model: Intel-X710
- port3:
- # s11-t31-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:3a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s11-t31-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:3b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.140.1"
- driver: i40e
- link: link22
- model: Intel-X710
- port5:
- # s11-t31-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:34"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s11-t31-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:35"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.160.1"
- driver: i40e
- link: link23
- model: Intel-XXV710
- DUT2:
- type: DUT
- host: "10.30.51.47"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # s12-t31-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:aa:a8"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port2:
- # s12-t31-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:aa:a9"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.120.2"
- driver: i40e
- link: link21
- model: Intel-X710
- port3:
- # s12-t31-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:aa:aa"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port4:
- # s12-t31-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:aa:ab"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.140.2"
- driver: i40e
- link: link22
- model: Intel-X710
- port5:
- # s12-t31-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:3c"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port6:
- # s12-t31-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:3d"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.160.2"
- driver: i40e
- link: link23
- model: Intel-XXV710
diff --git a/topologies/available/lf_3n_skx_testbed32.yaml b/topologies/available/lf_3n_skx_testbed32.yaml
deleted file mode 100644
index bfb38fa4a2..0000000000
--- a/topologies/available/lf_3n_skx_testbed32.yaml
+++ /dev/null
@@ -1,222 +0,0 @@
----
-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.60"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # s13-t31-tg1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:08"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.2"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s13-t31-tg1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:09"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.20.2"
- driver: i40e
- link: link2
- model: Intel-X710
- port3:
- # s13-t31-tg1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:0a"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.2"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s13-t31-tg1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:af:0b"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.40.2"
- driver: i40e
- link: link4
- model: Intel-X710
- port5:
- # s13-t31-tg1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:fa:1c"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.2"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s13-t31-tg1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:fa:1d"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.60.2"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port7:
- # s13-t31-tg1-c10/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:e0"
- pci_address: "0000:d8:00.0"
- ip4_address: "172.16.70.2"
- driver: i40e
- link: link7
- model: Intel-X710
- port8:
- # s13-t31-tg1-c10/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:e1"
- pci_address: "0000:d8:00.1"
- ip4_address: "172.16.70.1"
- driver: i40e
- link: link7
- model: Intel-X710
- port9:
- # s13-t31-tg1-c10/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:e2"
- pci_address: "0000:d8:00.2"
- ip4_address: "172.16.80.2"
- driver: i40e
- link: link8
- model: Intel-X710
- port10:
- # s13-t31-tg1-c10/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ab:e3"
- pci_address: "0000:d8:00.3"
- ip4_address: "172.16.80.1"
- driver: i40e
- link: link8
- model: Intel-X710
- DUT1:
- type: DUT
- host: "10.30.51.58"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # s14-t32-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:60"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.10.1"
- driver: i40e
- link: link1
- model: Intel-X710
- port2:
- # s14-t32-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:61"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.120.1"
- driver: i40e
- link: link21
- model: Intel-X710
- port3:
- # s14-t32-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:62"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.30.1"
- driver: i40e
- link: link3
- model: Intel-X710
- port4:
- # s14-t32-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:63"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.140.1"
- driver: i40e
- link: link22
- model: Intel-X710
- port5:
- # s14-t32-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:38"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.50.1"
- driver: i40e
- link: link5
- model: Intel-XXV710
- port6:
- # s14-t32-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f9:39"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.160.1"
- driver: i40e
- link: link23
- model: Intel-XXV710
- DUT2:
- type: DUT
- host: "10.30.51.59"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- honeycomb:
- user: admin
- passwd: admin
- port: 8183
- netconf_port: 2831
- interfaces:
- port1:
- # s15-t32-sut1-c2/p1 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:c0"
- pci_address: "0000:18:00.0"
- ip4_address: "172.16.20.1"
- driver: i40e
- link: link2
- model: Intel-X710
- port2:
- # s15-t32-sut1-c2/p2 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:c1"
- pci_address: "0000:18:00.1"
- ip4_address: "172.16.120.2"
- driver: i40e
- link: link21
- model: Intel-X710
- port3:
- # s15-t32-sut1-c2/p3 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:c2"
- pci_address: "0000:18:00.2"
- ip4_address: "172.16.40.1"
- driver: i40e
- link: link4
- model: Intel-X710
- port4:
- # s15-t32-sut1-c2/p4 - 10GE port1 on Intel NIC x710 4p10GE.
- mac_address: "3c:fd:fe:a8:ae:c3"
- pci_address: "0000:18:00.3"
- ip4_address: "172.16.140.2"
- driver: i40e
- link: link22
- model: Intel-X710
- port5:
- # s15-t32-sut1-c4/p1 - 25GE port1 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f8:fc"
- pci_address: "0000:3b:00.0"
- ip4_address: "172.16.60.1"
- driver: i40e
- link: link6
- model: Intel-XXV710
- port6:
- # s15-t32-sut1-c4/p2 - 25GE port2 on Intel NIC xxv710 2p25GE.
- mac_address: "3c:fd:fe:bd:f8:fd"
- pci_address: "0000:3b:00.1"
- ip4_address: "172.16.160.2"
- driver: i40e
- link: link23
- model: Intel-XXV710
diff --git a/topologies/available/lf_3n_snr_testbed39.yaml b/topologies/available/lf_3n_snr_testbed39.yaml
new file mode 100644
index 0000000000..d2f1e0df73
--- /dev/null
+++ b/topologies/available/lf_3n_snr_testbed39.yaml
@@ -0,0 +1,146 @@
+---
+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.89"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s89-t39t310-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: disabled1
+ model: Intel-E810XXV
+ port2:
+ # s89-t39t310-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
+ port3:
+ # s89-t39t310-tg1-c4/p3 - 25GE port3 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:0a"
+ pci_address: "0000:ca:00.2"
+ ip4_address: "172.16.50.1"
+ driver: ice
+ link: disabled2
+ model: Intel-E810XXV
+ port4:
+ # s89-t39t310-tg1-c4/p4 - 25GE port4 Intel E810-XXVDA4 4p25GE.
+ mac_address: "b4:96:91:a5:22:0b"
+ pci_address: "0000:ca:00.3"
+ ip4_address: "172.16.60.1"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ DUT1:
+ type: DUT
+ host: "10.30.51.93"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ cryptodev:
+ device1:
+ pci_address: "0000:f4:00.0"
+ driver: "c4xxx"
+ model: "HW_C4xxx"
+ module: "qat_c4xxx"
+ numvfs: 8
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s93-t39-sut1-c1/p1 - 25GE port1 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:01:01:00"
+ pci_address: "0000:ec:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link2
+ model: Intel-E822CQ
+ port2:
+ # s93-t39-sut1-c1/p2 - 25GE port2 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:01:01:01"
+ pci_address: "0000:ec:00.1"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: disabled3
+ model: Intel-E822CQ
+ port3:
+ # s93-t39-sut1-c1/p3 - 25GE port3 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:01:01:02"
+ pci_address: "0000:ec:00.2"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link3
+ model: Intel-E822CQ
+ port4:
+ # s93-t39-sut1-c1/p4 - 25GE port4 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:01:01:03"
+ pci_address: "0000:ec:00.3"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link4
+ model: Intel-E822CQ
+ DUT2:
+ type: DUT
+ host: "10.30.51.94"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ cryptodev:
+ device1:
+ pci_address: "0000:f4:00.0"
+ driver: "c4xxx"
+ model: "HW_C4xxx"
+ module: "qat_c4xxx"
+ numvfs: 8
+ uio_driver: vfio-pci
+ interfaces:
+ port1:
+ # s94-t39-sut2-c1/p1 - 25GE port1 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:02:01:00"
+ pci_address: "0000:ec:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link5
+ model: Intel-E822CQ
+ port2:
+ # s94-t39-sut2-c1/p2 - 25GE port2 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:02:01:01"
+ pci_address: "0000:ec:00.1"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: disabled4
+ model: Intel-E822CQ
+ port3:
+ # s94-t39-sut2-c1/p3 - 25GE port3 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:02:01:02"
+ pci_address: "0000:ec:00.2"
+ ip4_address: "172.16.50.2"
+ driver: ice
+ link: link3
+ model: Intel-E822CQ
+ port4:
+ # s94-t39-sut2-c1/p4 - 25GE port4 Intel E822-CQDA4 4p25GE.
+ mac_address: "00:00:00:02:01:03"
+ pci_address: "0000:ec:00.3"
+ ip4_address: "172.16.60.2"
+ driver: ice
+ link: link4
+ model: Intel-E822CQ
diff --git a/topologies/available/lf_3na_spr_testbed21.yaml b/topologies/available/lf_3na_spr_testbed21.yaml
new file mode 100644
index 0000000000..76613924cf
--- /dev/null
+++ b/topologies/available/lf_3na_spr_testbed21.yaml
@@ -0,0 +1,262 @@
+---
+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.53"
+ arch: x86_64
+ port: 6001
+ username: testuser
+ password: Csit1234
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s53-t21-tg1-c4/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:e8"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.10.1"
+ driver: mlx5_core
+ link: link3
+ model: Mellanox-CX7VEAT
+ #port2:
+ # # s53-t21-tg1-c4/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ # mac_address: "b8:3f:d2:b7:a0:e9"
+ # pci_address: "0000:2a:00.1"
+ # ip4_address: "172.16.20.1"
+ # driver: mlx5_core
+ # link: none
+ # model: Mellanox-CX7VEAT
+ port3:
+ # s53-t21-tg1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:58"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.30.1"
+ driver: mlx5_core
+ link: link5
+ model: Mellanox-CX7VEAT
+ port4:
+ # s53-t21-tg1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:59"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.40.1"
+ driver: mlx5_core
+ link: link6
+ model: Mellanox-CX7VEAT
+ port5:
+ # s53-t21-tg1-c9/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:48"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.50.1"
+ driver: mlx5_core
+ link: link7
+ model: Mellanox-CX7VEAT
+ #port6:
+ # # s53-t21-tg1-c9/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ # mac_address: "b8:3f:d2:b7:a0:49"
+ # pci_address: "0000:ab:00.1"
+ # ip4_address: "172.16.60.1"
+ # driver: mlx5_core
+ # link: none
+ # model: Mellanox-CX7VEAT
+ port7:
+ # s53-t21-tg1-c7/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:f8"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.70.1"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port8:
+ # s53-t21-tg1-c7/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:f9"
+ pci_address: "0000:bd:00.1"
+ ip4_address: "172.16.80.1"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ DUT1:
+ type: DUT
+ host: "10.30.51.52"
+ arch: x86_64
+ port: 6001
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s52-t21-sut1-c4/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:08"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.10.2"
+ driver: mlx5_core
+ link: link3
+ model: Mellanox-CX7VEAT
+ port2:
+ # s52-t21-sut1-c4/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:09"
+ pci_address: "0000:2a:00.1"
+ ip4_address: "172.16.20.2"
+ driver: mlx5_core
+ link: link59
+ model: Mellanox-CX7VEAT
+ port3:
+ # s52-t21-sut1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:50"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.30.2"
+ driver: mlx5_core
+ link: link5
+ model: Mellanox-CX7VEAT
+ port4:
+ # s52-t21-sut1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:51"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.40.2"
+ driver: mlx5_core
+ link: link6
+ model: Mellanox-CX7VEAT
+ port5:
+ # s52-t21-sut1-c10/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:88"
+ pci_address: "0000:17:00.0"
+ ip4_address: "172.16.50.2"
+ driver: mlx5_core
+ link: link610
+ model: Mellanox-CX7VEAT
+ port6:
+ # s52-t21-sut1-c10/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:89"
+ pci_address: "0000:17:00.1"
+ ip4_address: "172.16.60.2"
+ driver: mlx5_core
+ link: link37
+ model: Mellanox-CX7VEAT
+ DUT2:
+ type: DUT
+ host: "10.30.51.52"
+ arch: x86_64
+ port: 6002
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:f3:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:f7:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s52-t21-sut2-c9/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:20"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.10.3"
+ driver: mlx5_core
+ link: link7
+ model: Mellanox-CX7VEAT
+ port2:
+ # s52-t21-sut2-c9/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:21"
+ pci_address: "0000:ab:00.1"
+ ip4_address: "172.16.20.3"
+ driver: mlx5_core
+ link: link59
+ model: Mellanox-CX7VEAT
+ port3:
+ # s52-t21-sut2-c7/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:f0"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.30.3"
+ driver: mlx5_core
+ link: link9
+ model: Mellanox-CX7VEAT
+ port4:
+ # s52-t21-sut2-c7/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a0:f1"
+ pci_address: "0000:bd:00.1"
+ ip4_address: "172.16.40.3"
+ driver: mlx5_core
+ link: link10
+ model: Mellanox-CX7VEAT
+ port5:
+ # s52-t21-sut2-c11/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:10"
+ pci_address: "0000:cf:00.0"
+ ip4_address: "172.16.50.3"
+ driver: mlx5_core
+ link: link610
+ model: Mellanox-CX7VEAT
+ port6:
+ # s52-t21-sut2-c11/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "b8:3f:d2:b7:a1:11"
+ pci_address: "0000:cf:00.1"
+ ip4_address: "172.16.60.3"
+ driver: mlx5_core
+ link: link37
+ model: Mellanox-CX7VEAT \ No newline at end of file
diff --git a/topologies/available/lf_3nb_spr_testbed22.yaml b/topologies/available/lf_3nb_spr_testbed22.yaml
new file mode 100644
index 0000000000..0d080e8c4e
--- /dev/null
+++ b/topologies/available/lf_3nb_spr_testbed22.yaml
@@ -0,0 +1,198 @@
+---
+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.55"
+ arch: x86_64
+ port: 6001
+ username: testuser
+ password: Csit1234
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s55-t22-tg1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e7:00"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.1"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port2:
+ # s55-t22-tg1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e7:04"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.1"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port3:
+ # s55-t22-tg1-c2/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:50"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.1"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port4:
+ # s55-t22-tg1-c2/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:51"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.1"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ DUT1:
+ type: DUT
+ host: "10.30.51.54"
+ arch: x86_64
+ port: 6001
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:76:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:7a:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s54-t22-sut1-c4/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e5:c0"
+ pci_address: "0000:2a:00.0"
+ ip4_address: "172.16.30.2"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port2:
+ # s54-t22-sut1-c4/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e5:c4"
+ pci_address: "0000:2c:00.0"
+ ip4_address: "172.16.40.2"
+ driver: ice
+ link: link3
+ model: Intel-E810CQ
+ port3:
+ # s54-t22-sut1-c2/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:4c"
+ pci_address: "0000:3d:00.0"
+ ip4_address: "172.16.10.2"
+ driver: ice
+ link: link4
+ model: Intel-E810XXV
+ port4:
+ # s54-t22-sut1-c2/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:45:4d"
+ pci_address: "0000:3d:00.1"
+ ip4_address: "172.16.20.2"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV
+ DUT2:
+ type: DUT
+ host: "10.30.51.54"
+ arch: x86_64
+ port: 6002
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ bus:
+ device1:
+ pci_address: "0000:75:01.0"
+ driver: idxd
+ model: Intel-DSA
+ device2:
+ pci_address: "0000:f2:01.0"
+ driver: idxd
+ model: Intel-DSA
+ cryptodev:
+ device1:
+ pci_address: "0000:f3:00.0"
+ driver: "4xxx"
+ model: "HW_4xxx"
+ module: "qat_4xxx"
+ numvfs: 8
+ #device2:
+ # pci_address: "0000:f7:00.0"
+ # driver: "4xxx"
+ # model: "HW_4xxx"
+ # module: "qat_4xxx"
+ # numvfs: 8
+ interfaces:
+ port1:
+ # s54-t22-sut1-c9/p1 - 100GE port1 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e5:98"
+ pci_address: "0000:ab:00.0"
+ ip4_address: "172.16.30.3"
+ driver: ice
+ link: link2
+ model: Intel-E810CQ
+ port2:
+ # s54-t22-sut1-c9/p2 - 100GE port2 Intel E810-CQDA2 2p100GE.
+ mac_address: "40:a6:b7:9e:e5:9c"
+ pci_address: "0000:ad:00.0"
+ ip4_address: "172.16.40.3"
+ driver: ice
+ link: link1
+ model: Intel-E810CQ
+ port3:
+ # s54-t22-sut1-c7/p1 - 25GE port1 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:80"
+ pci_address: "0000:bd:00.0"
+ ip4_address: "172.16.10.3"
+ driver: ice
+ link: link6
+ model: Intel-E810XXV
+ port4:
+ # s54-t22-sut1-c7/p2 - 25GE port2 Intel E810-XXVDA4 4p25GE.
+ mac_address: "50:7c:6f:48:4a:81"
+ pci_address: "0000:bd:00.1"
+ ip4_address: "172.16.20.3"
+ driver: ice
+ link: link5
+ model: Intel-E810XXV \ No newline at end of file
diff --git a/topologies/available/vagrant.yaml b/topologies/available/vagrant.yaml
index b2a444efc9..a9177c799e 100644
--- a/topologies/available/vagrant.yaml
+++ b/topologies/available/vagrant.yaml
@@ -20,31 +20,37 @@ nodes:
pci_address: "0000:00:09.0"
link: link0
driver: e1000
+ model: virtual
port2:
mac_address: ""
pci_address: "0000:00:0a.0"
link: link0
driver: e1000
+ model: virtual
port3:
mac_address: ""
pci_address: "0000:00:10.0"
link: link1
driver: e1000
+ model: virtual
port4:
mac_address: ""
pci_address: "0000:00:11.0"
link: link4
driver: e1000
+ model: virtual
port5:
mac_address: ""
pci_address: "0000:00:12.0"
link: link2
driver: e1000
+ model: virtual
port6:
mac_address: ""
pci_address: "0000:00:13.0"
link: link5
driver: e1000
+ model: virtual
DUT1:
type: DUT
host: "192.168.255.101"
@@ -58,21 +64,25 @@ nodes:
pci_address: "0000:00:09.0"
link: link1
driver: e1000
+ model: virtual
port2:
mac_address: ""
pci_address: "0000:00:0a.0"
link: link4
driver: e1000
+ model: virtual
port3:
mac_address: ""
pci_address: "0000:00:10.0"
link: link3
driver: e1000
+ model: virtual
port4:
mac_address: ""
pci_address: "0000:00:11.0"
link: link6
driver: e1000
+ model: virtual
DUT2:
type: DUT
host: "192.168.255.102"
@@ -86,18 +96,22 @@ nodes:
pci_address: "0000:00:09.0"
link: link2
driver: e1000
+ model: virtual
port2:
mac_address: ""
pci_address: "0000:00:0a.0"
link: link5
driver: e1000
+ model: virtual
port3:
mac_address: ""
pci_address: "0000:00:10.0"
link: link3
driver: e1000
+ model: virtual
port4:
mac_address: ""
pci_address: "0000:00:11.0"
link: link6
driver: e1000
+ model: virtual
diff --git a/topologies/available/vpp_device.template b/topologies/available/vpp_device.template
index 86b0993254..70fbc42cb1 100644
--- a/topologies/available/vpp_device.template
+++ b/topologies/available/vpp_device.template
@@ -8,46 +8,20 @@ metadata:
nodes:
TG:
- type: TG
+ type: "TG"
host: "${CSIT_TG_HOST}"
arch: "${CSIT_TG_ARCH}"
port: ${CSIT_TG_PORT}
- username: root
- password: Csit1234
+ username: "root"
+ password: "Csit1234"
interfaces:
- port1:
- mac_address: "${CSIT_TG_INTERFACES_PORT1_MAC}"
- pci_address: "${CSIT_TG_INTERFACES_PORT1_PCI}"
- link: link1
- model: virtual
- driver: "${CSIT_TG_INTERFACES_PORT1_DRV}"
- vlan: ${CSIT_TG_INTERFACES_PORT1_VLAN}
- port2:
- mac_address: "${CSIT_TG_INTERFACES_PORT2_MAC}"
- pci_address: "${CSIT_TG_INTERFACES_PORT2_PCI}"
- link: link2
- model: virtual
- driver: "${CSIT_TG_INTERFACES_PORT2_DRV}"
- vlan: ${CSIT_TG_INTERFACES_PORT2_VLAN}
+${CSIT_TG_INTERFACES}
DUT1:
- type: DUT
+ type: "DUT"
host: "${CSIT_DUT1_HOST}"
arch: "${CSIT_DUT1_ARCH}"
port: ${CSIT_DUT1_PORT}
- username: root
- password: Csit1234
+ username: "root"
+ password: "Csit1234"
interfaces:
- port1:
- mac_address: "${CSIT_DUT1_INTERFACES_PORT1_MAC}"
- pci_address: "${CSIT_DUT1_INTERFACES_PORT1_PCI}"
- link: link1
- model: virtual
- driver: "${CSIT_DUT1_INTERFACES_PORT1_DRV}"
- vlan: ${CSIT_DUT1_INTERFACES_PORT1_VLAN}
- port2:
- mac_address: "${CSIT_DUT1_INTERFACES_PORT2_MAC}"
- pci_address: "${CSIT_DUT1_INTERFACES_PORT2_PCI}"
- link: link2
- model: virtual
- driver: "${CSIT_DUT1_INTERFACES_PORT2_DRV}"
- vlan: ${CSIT_DUT1_INTERFACES_PORT2_VLAN}
+${CSIT_DUT1_INTERFACES}