blob: b8969cf058a7524fa94188a76229eb5803d560be [file] [log] [blame]
garciadeblas77f648f2016-05-06 15:26:33 +02001##
2# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
3# This file is part of openmano
4# All Rights Reserved.
5#
6# Licensed under the Apache License, Version 2.0 (the "License"); you may
7# not use this file except in compliance with the License. You may obtain
8# a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15# License for the specific language governing permissions and limitations
16# under the License.
17#
18# For those usages not covered by the Apache License, Version 2.0 please
19# contact with: nfvlabs@tid.es
20##
tierno7edb6752016-03-21 17:37:52 +010021---
22name: complex2
23description: Complex network scenario consisting of 2 VNFs interconnected
24topology:
25 nodes:
26 VNF2vms: # vnf/net name in the scenario
27 type: VNF # VNF, network, external_network (if it is a datacenter network)
28 VNF model: dataplaneVNF_2VMs # VNF name as introduced in OPENMANO DB
29 VNF3:
30 type: VNF
31 VNF model: dataplaneVNF3
32 default:
33 type: external_network # Datacenter net
34 model: default
35 connections:
36 dataconn1:
37 nodes:
38 - VNF2vms: in
39 - VNF3: data0
40 dataconn2:
41 nodes:
42 - VNF2vms: out
43 - VNF3: data1
44 mngmt-net:
45 nodes:
46 - default: null
47 - VNF2vms: control0
48 - VNF2vms: control1
49 - VNF3: mgmt
50