aboutsummaryrefslogtreecommitdiffstats
path: root/topologies/available/vpp_device.template
diff options
context:
space:
mode:
Diffstat (limited to 'topologies/available/vpp_device.template')
-rw-r--r--topologies/available/vpp_device.template42
1 files changed, 8 insertions, 34 deletions
diff --git a/topologies/available/vpp_device.template b/topologies/available/vpp_device.template
index 86b0993254..70fbc42cb1 100644
--- a/topologies/available/vpp_device.template
+++ b/topologies/available/vpp_device.template
@@ -8,46 +8,20 @@ metadata:
nodes:
TG:
- type: TG
+ type: "TG"
host: "${CSIT_TG_HOST}"
arch: "${CSIT_TG_ARCH}"
port: ${CSIT_TG_PORT}
- username: root
- password: Csit1234
+ username: "root"
+ password: "Csit1234"
interfaces:
- port1:
- mac_address: "${CSIT_TG_INTERFACES_PORT1_MAC}"
- pci_address: "${CSIT_TG_INTERFACES_PORT1_PCI}"
- link: link1
- model: virtual
- driver: "${CSIT_TG_INTERFACES_PORT1_DRV}"
- vlan: ${CSIT_TG_INTERFACES_PORT1_VLAN}
- port2:
- mac_address: "${CSIT_TG_INTERFACES_PORT2_MAC}"
- pci_address: "${CSIT_TG_INTERFACES_PORT2_PCI}"
- link: link2
- model: virtual
- driver: "${CSIT_TG_INTERFACES_PORT2_DRV}"
- vlan: ${CSIT_TG_INTERFACES_PORT2_VLAN}
+${CSIT_TG_INTERFACES}
DUT1:
- type: DUT
+ type: "DUT"
host: "${CSIT_DUT1_HOST}"
arch: "${CSIT_DUT1_ARCH}"
port: ${CSIT_DUT1_PORT}
- username: root
- password: Csit1234
+ username: "root"
+ password: "Csit1234"
interfaces:
- port1:
- mac_address: "${CSIT_DUT1_INTERFACES_PORT1_MAC}"
- pci_address: "${CSIT_DUT1_INTERFACES_PORT1_PCI}"
- link: link1
- model: virtual
- driver: "${CSIT_DUT1_INTERFACES_PORT1_DRV}"
- vlan: ${CSIT_DUT1_INTERFACES_PORT1_VLAN}
- port2:
- mac_address: "${CSIT_DUT1_INTERFACES_PORT2_MAC}"
- pci_address: "${CSIT_DUT1_INTERFACES_PORT2_PCI}"
- link: link2
- model: virtual
- driver: "${CSIT_DUT1_INTERFACES_PORT2_DRV}"
- vlan: ${CSIT_DUT1_INTERFACES_PORT2_VLAN}
+${CSIT_DUT1_INTERFACES}