aboutsummaryrefslogtreecommitdiffstats
path: root/topologies
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@protonmail.ch>2024-10-15 15:59:02 +0200
committerPeter Mikus <peter.mikus@protonmail.ch>2024-10-15 14:01:11 +0000
commit4a32a8c08eff96737cd37fad459aab20b07a3913 (patch)
treef5f4bd85337661f9fef3c9f93a2b6dcf5c993fc5 /topologies
parentea13b3931e2cb185c4b40b78ffc8eebae0f8185d (diff)
feat(all): Nvidia Grace
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch> Change-Id: If89513d29fc7bb995daa4449145e9f004c1c36ec
Diffstat (limited to 'topologies')
-rw-r--r--topologies/enabled/lf_2n_grc_testbed27.yaml91
1 files changed, 91 insertions, 0 deletions
diff --git a/topologies/enabled/lf_2n_grc_testbed27.yaml b/topologies/enabled/lf_2n_grc_testbed27.yaml
new file mode 100644
index 0000000000..968a32afe2
--- /dev/null
+++ b/topologies/enabled/lf_2n_grc_testbed27.yaml
@@ -0,0 +1,91 @@
+---
+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.37
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s37-t27-tg1-c4/p1 - 100GE-port1 ConnectX5-2p100GE.
+ mac_address: "?"
+ pci_address: "?"
+ ip4_address: "172.16.10.1"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX556A
+ port2:
+ # s37-t27-tg1-c4/p2 - 100GE-port1 ConnectX5-2p100GE.
+ mac_address: "?"
+ pci_address: "?"
+ ip4_address: "172.16.20.1"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX556A
+ port3:
+ # s37-t27-tg1-c6/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "?"
+ pci_address: "?"
+ ip4_address: "172.16.30.1"
+ driver: mlx5_core
+ link: link3
+ model: Mellanox-CX7VEAT
+ port4:
+ # s37-t27-tg1-c6/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "?"
+ pci_address: "?"
+ ip4_address: "172.16.40.1"
+ driver: mlx5_core
+ link: link4
+ model: Mellanox-CX7VEAT
+ DUT1:
+ type: DUT
+ host: 10.30.51.36
+ arch: aarch64
+ port: 22
+ uio_driver: vfio-pci
+ username: testuser
+ password: Csit1234
+ interfaces:
+ port1:
+ # s36-t27-sut1-c1/p1 - 100GE-port1 ConnectX5-2p100GE.
+ mac_address: "ec:0d:9a:8c:c7:f6"
+ pci_address: "0000:01:00.0"
+ ip4_address: "172.16.10.2"
+ driver: mlx5_core
+ link: link1
+ model: Mellanox-CX556A
+ port2:
+ # s36-t27-sut1-c1/p2 - 100GE-port2 ConnectX5-2p100GE.
+ mac_address: "ec:0d:9a:8c:c7:f7"
+ pci_address: "0000:01:00.1"
+ ip4_address: "172.16.20.2"
+ driver: mlx5_core
+ link: link2
+ model: Mellanox-CX556A
+ port3:
+ # s36-t27-sut1-c2/p1 - 200GE port1 Mellanox ConnectX7-2p200GE.
+ mac_address: "94:6d:ae:7e:f5:ba"
+ pci_address: "0002:01:00.0"
+ ip4_address: "172.16.30.2"
+ driver: mlx5_core
+ link: link3
+ model: Mellanox-CX7VEAT
+ port4:
+ # s36-t27-sut1-c2/p2 - 200GE port2 Mellanox ConnectX7-2p200GE.
+ mac_address: "94:6d:ae:7e:f5:bb"
+ pci_address: "0002:01:00.1"
+ ip4_address: "172.16.40.2"
+ driver: mlx5_core
+ link: link4
+ model: Mellanox-CX7VEAT \ No newline at end of file