de43291cc67b37fd22786717dd47c7a8579d7022
[csit.git] / fdio.infra.ansible / roles / topology / templates / topology-2n-aws-c5n.j2
1 ---
2 metadata:
3   version: 0.1
4   schema:
5     - resources/topology_schemas/2_node_topology.sch.yaml
6     - resources/topology_schemas/topology.sch.yaml
7   tags: [hw, 2-node]
8
9 nodes:
10   TG:
11     type: TG
12     subtype: TREX
13     host: "{{ tg_public_ip }}"
14     arch: x86_64
15     port: 22
16     username: testuser
17     password: Csit1234
18     interfaces:
19       port1:
20         # tg_instance/p1 - 50GE port1 on ENA NIC.
21         mac_address: {{ tg_if1_mac }}
22         pci_address: "0000:00:06.0"
23         link: link1
24         model: Amazon-Nitro-50G
25       port2:
26         # tg_instance/p2 - 50GE port2 on ENA NIC.
27         mac_address: {{ tg_if2_mac }}
28         pci_address: "0000:00:07.0"
29         link: link2
30         model: Amazon-Nitro-50G
31   DUT1:
32     type: DUT
33     host: "{{ dut1_public_ip }}"
34     arch: x86_64
35     port: 22
36     username: testuser
37     password: Csit1234
38     uio_driver: vfio-pci
39     interfaces:
40       port1:
41         # dut1_instance/p1 - 50GE port1 on ENA NIC.
42         mac_address: {{ dut1_if1_mac }}
43         pci_address: "0000:00:06.0"
44         link: link1
45         model: Amazon-Nitro-50G
46       port2:
47         # dut1_instance/p2 - 50GE port2 on ENA NIC.
48         mac_address: {{ dut1_if2_mac }}
49         pci_address: "0000:00:07.0"
50         link: link2
51         model: Amazon-Nitro-50G