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 }}"
46 # dut1_instance/p1 - 40GE port1 on Mellanox NIC.
47 mac_address: "{{ dut1_if1_mac | lower | replace('-',':') }}"
48 pci_address: "0002:00:02.0"
52 # dut2_instance/p1 - 40GE port2 on Mellanox NIC.
53 mac_address: "{{ dut1_if2_mac | lower | replace('-',':') }}"
54 pci_address: "0003:00:02.0"
59 host: "{{ dut2_public_ip }}"
72 # dut1_instance/p1 - 40GE port1 on Mellanox NIC.
73 mac_address: "{{ dut2_if1_mac | lower | replace('-',':') }}"
74 pci_address: "0002:00:02.0"
78 # dut2_instance/p1 - 40GE port2 on Mellanox NIC.
79 mac_address: "{{ dut2_if2_mac | lower | replace('-',':') }}"
80 pci_address: "0003:00:02.0"