CSIT-1260 Create initial version of bootstrap including VF reservation
[csit.git] / topologies / available / vpp_device.template
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: [dcr, 2-node]
8
9 nodes:
10   TG:
11     type: TG
12     host: "${CSIT_TG_HOST}"
13     arch: "${CSIT_TG_ARCH}"
14     port: ${CSIT_TG_PORT}
15     username: root
16     password: Csit1234
17     interfaces:
18       port1:
19         mac_address: "${CSIT_TG_INTERFACES_PORT1_MAC}"
20         pci_address: "${CSIT_TG_INTERFACES_PORT1_PCI}"
21         link: link1
22         driver: "${CSIT_TG_INTERFACES_PORT1_DRV}"
23       port2:
24         mac_address: "${CSIT_TG_INTERFACES_PORT2_MAC}"
25         pci_address: "${CSIT_TG_INTERFACES_PORT2_PCI}"
26         link: link2
27         driver: "${CSIT_TG_INTERFACES_PORT2_DRV}"
28   DUT1:
29     type: DUT
30     host: "${CSIT_DUT1_HOST}"
31     arch: "${CSIT_DUT1_ARCH}"
32     port: ${CSIT_DUT1_PORT}
33     username: root
34     password: Csit1234
35     interfaces:
36       port1:
37         mac_address: "${CSIT_DUT1_INTERFACES_PORT1_MAC}"
38         pci_address: "${CSIT_DUT1_INTERFACES_PORT1_PCI}"
39         link: link1
40         driver: "${CSIT_DUT1_INTERFACES_PORT1_DRV}"
41       port2:
42         mac_address: "${CSIT_DUT1_INTERFACES_PORT2_MAC}"
43         pci_address: "${CSIT_DUT1_INTERFACES_PORT2_PCI}"
44         link: link2
45         driver: "${CSIT_DUT1_INTERFACES_PORT2_DRV}"