blob: 4fa3ffc0c805c01f23efff6d8c29b10ee629a905 [file] [log] [blame]
garciadeblas77f648f2016-05-06 15:26:33 +02001##
tierno92021022018-09-12 16:29:23 +02002# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U.
garciadeblas77f648f2016-05-06 15:26:33 +02003# 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---
tierno1b8c1432016-07-08 13:21:01 +020022schema_version: 2
23scenario:
24 name: complex
25 description: Complex network scenario consisting of 4 VNFs interconnected
26 vnfs:
tierno7edb6752016-03-21 17:37:52 +010027 linux1: # vnf/net name in the scenario
tierno1b8c1432016-07-08 13:21:01 +020028 vnf_name: linux # VNF name as introduced in OPENMANO DB
tierno7edb6752016-03-21 17:37:52 +010029 node1:
tierno1b8c1432016-07-08 13:21:01 +020030 vnf_name: dataplaneVNF1
tierno7edb6752016-03-21 17:37:52 +010031 node2:
tierno1b8c1432016-07-08 13:21:01 +020032 vnf_name: dataplaneVNF2
tierno7edb6752016-03-21 17:37:52 +010033 node3:
tierno1b8c1432016-07-08 13:21:01 +020034 vnf_name: dataplaneVNF2
35 networks:
tierno7edb6752016-03-21 17:37:52 +010036 dataconn1:
tierno1b8c1432016-07-08 13:21:01 +020037 interfaces:
38 - node1: xe0
39 - node2: xe0
tierno7edb6752016-03-21 17:37:52 +010040 dataconn2:
tierno1b8c1432016-07-08 13:21:01 +020041 interfaces:
42 - node1: xe1
43 - node2: xe1
tierno7edb6752016-03-21 17:37:52 +010044 dataconn3:
tierno1b8c1432016-07-08 13:21:01 +020045 interfaces:
46 - node1: xe2
47 - node3: xe0
tierno7edb6752016-03-21 17:37:52 +010048 dataconn4:
tierno1b8c1432016-07-08 13:21:01 +020049 interfaces:
50 - node1: xe3
51 - node3: xe1
tierno7edb6752016-03-21 17:37:52 +010052 data-sriov1:
tierno1b8c1432016-07-08 13:21:01 +020053 interfaces:
54 - node2: xe2
55 - node3: xe2
56 bridge1:
57 interfaces:
58 - linux1: eth0
59 - node2: control
60 - node3: control
61 default:
tiernobe41e222016-09-02 15:16:13 +020062 external: true
tierno1b8c1432016-07-08 13:21:01 +020063 interfaces:
64 - node1: mgmt
65 - node2: mgmt
66 - node3: mgmt
tierno7edb6752016-03-21 17:37:52 +010067