aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/vpp_device.template
blob: 70fbc42cb1943a9afc9a7dc2b1467f252c4d9cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
metadata:
  version: 0.1
  schema:
    - resources/topology_schemas/2_node_topology.sch.yaml
    - resources/topology_schemas/topology.sch.yaml
  tags: [dcr, 2-node]

nodes:
  TG:
    type: "TG"
    host: "${CSIT_TG_HOST}"
    arch: "${CSIT_TG_ARCH}"
    port: ${CSIT_TG_PORT}
    username: "root"
    password: "Csit1234"
    interfaces:
${CSIT_TG_INTERFACES}
  DUT1:
    type: "DUT"
    host: "${CSIT_DUT1_HOST}"
    arch: "${CSIT_DUT1_ARCH}"
    port: ${CSIT_DUT1_PORT}
    username: "root"
    password: "Csit1234"
    interfaces:
${CSIT_DUT1_INTERFACES}