blob: fc4bd7284d8d8f80a06475a31c898385ef062a43 [file] [log] [blame]
tierno7edb6752016-03-21 17:37:52 +01001---
2name: complex2
3description: Complex network scenario consisting of 2 VNFs interconnected
4topology:
5 nodes:
6 VNF2vms: # vnf/net name in the scenario
7 type: VNF # VNF, network, external_network (if it is a datacenter network)
8 VNF model: dataplaneVNF_2VMs # VNF name as introduced in OPENMANO DB
9 VNF3:
10 type: VNF
11 VNF model: dataplaneVNF3
12 default:
13 type: external_network # Datacenter net
14 model: default
15 connections:
16 dataconn1:
17 nodes:
18 - VNF2vms: in
19 - VNF3: data0
20 dataconn2:
21 nodes:
22 - VNF2vms: out
23 - VNF3: data1
24 mngmt-net:
25 nodes:
26 - default: null
27 - VNF2vms: control0
28 - VNF2vms: control1
29 - VNF3: mgmt
30