aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/3n_azure.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/3n_azure.template
parentaf7831884feb221591abf5007c47eb3e0ab695b3 (diff)
feat(core): Unify topology filesHEADmaster
Signed-off-by: Peter Mikus <peter.mikus@icloud.com> Change-Id: I2acd9ecbe0f62e1909ff0984670bfdd0fd90173f
Diffstat (limited to 'topologies/available/3n_azure.template')
-rw-r--r--topologies/available/3n_azure.template77
1 files changed, 0 insertions, 77 deletions
diff --git a/topologies/available/3n_azure.template b/topologies/available/3n_azure.template
deleted file mode 100644
index 0a4dccea9a..0000000000
--- a/topologies/available/3n_azure.template
+++ /dev/null
@@ -1,77 +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: "{{ tg_public_ip }}"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- interfaces:
- port1:
- # tg_instance/p1 - 40GE port1 on Mellanox NIC.
- mac_address: "{{ tg_if1_mac | lower | replace('-',':') }}"
- pci_address: "0002:00:02.0"
- link: link1
- model: azure-mlx-40g
- port2:
- # tg_instance/p2 - 40GE port2 on Mellanox NIC.
- mac_address: "{{ tg_if2_mac | lower | replace('-',':') }}"
- pci_address: "0003:00:02.0"
- link: link2
- model: azure-mlx-40g
- DUT1:
- type: DUT
- host: "{{ dut1_public_ip }}"
- arch: x86_64
- port: 22
- username: testuser
- password: Csit1234
- uio_driver: vfio-pci
- interfaces:
- port1:
- # dut1_instance/p1 - 40GE port1 on Mellanox NIC.
- mac_address: "{{ dut1_if1_mac | lower | replace('-',':') }}"
- pci_address: "0002:00:02.0"
- link: link1
- model: azure-mlx-40g
- port2:
- # dut2_instance/p1 - 40GE port2 on Mellanox NIC.
- mac_address: "{{ dut1_if2_mac | lower | replace('-',':') }}"
- pci_address: "0003:00:02.0"
- link: link21
- model: azure-mlx-40g
- DUT2:
- type: DUT
- host: "{{ dut2_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 - 40GE port1 on Mellanox NIC.
- mac_address: "{{ dut2_if1_mac | lower | replace('-',':') }}"
- pci_address: "0002:00:02.0"
- link: link21
- model: azure-mlx-40g
- port2:
- # dut2_instance/p1 - 40GE port2 on Mellanox NIC.
- mac_address: "{{ dut2_if2_mac | lower | replace('-',':') }}"
- pci_address: "0003:00:02.0"
- link: link2
- model: azure-mlx-40g