aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/2n_c6gn.template
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@icloud.com>2025-02-13 12:35:51 +0100
committerPeter Mikus <peter.mikus@icloud.com>2025-02-13 14:02:18 +0100
commitbac4e7f900182e62cc89c501091c0217c0709a83 (patch)
treeded576bdde79b50fbd2d411b9298e0e758c4d33c /topologies/available/2n_c6gn.template
parentaf7831884feb221591abf5007c47eb3e0ab695b3 (diff)
feat(core): Unify topology files
Signed-off-by: Peter Mikus <peter.mikus@icloud.com> Change-Id: I2acd9ecbe0f62e1909ff0984670bfdd0fd90173f
Diffstat (limited to 'topologies/available/2n_c6gn.template')
-rw-r--r--topologies/available/2n_c6gn.template52
1 files changed, 52 insertions, 0 deletions
diff --git a/topologies/available/2n_c6gn.template b/topologies/available/2n_c6gn.template
new file mode 100644
index 0000000000..9be609b789
--- /dev/null
+++ b/topologies/available/2n_c6gn.template
@@ -0,0 +1,52 @@
+---
+metadata:
+ version: 0.1
+ schema:
+ - resources/topology_schemas/2_node_topology.sch.yaml
+ - resources/topology_schemas/topology.sch.yaml
+
+nodes:
+ TG:
+ type: TG
+ subtype: TREX
+ model: AWS
+ 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
+ model: AWS
+ host: "{{ dut1_public_ip }}"
+ arch: x86_64
+ port: 22
+ username: testuser
+ password: Csit1234
+ uio_driver: vfio-pci
+ 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: link2
+ model: Amazon-Nitro-100G \ No newline at end of file