5 - resources/topology_schemas/3_node_topology.sch.yaml
6 - resources/topology_schemas/topology.sch.yaml
13 host: "{{ tg_public_ip }}"
20 # tg_instance/p1 - 40GE port1 on Mellanox NIC.
21 mac_address: "{{ tg_if1_mac | lower | replace('-',':') }}"
22 pci_address: "0002:00:02.0"
26 # tg_instance/p2 - 40GE port2 on Mellanox NIC.
27 mac_address: "{{ tg_if2_mac | lower | replace('-',':') }}"
28 pci_address: "0003:00:02.0"
33 host: "{{ dut1_public_ip }}"
41 # dut1_instance/p1 - 40GE port1 on Mellanox NIC.
42 mac_address: "{{ dut1_if1_mac | lower | replace('-',':') }}"
43 pci_address: "0002:00:02.0"
47 # dut2_instance/p1 - 40GE port2 on Mellanox NIC.
48 mac_address: "{{ dut1_if2_mac | lower | replace('-',':') }}"
49 pci_address: "0003:00:02.0"
54 host: "{{ dut2_public_ip }}"
67 # dut1_instance/p1 - 40GE port1 on Mellanox NIC.
68 mac_address: "{{ dut2_if1_mac | lower | replace('-',':') }}"
69 pci_address: "0002:00:02.0"
73 # dut2_instance/p1 - 40GE port2 on Mellanox NIC.
74 mac_address: "{{ dut2_if2_mac | lower | replace('-',':') }}"
75 pci_address: "0003:00:02.0"