blob: 5a8812e9429044b7ae382ee0e4ad9b46cd106716 [file] [log] [blame]
garciadeblas14480452017-01-10 13:08:07 +01001##
tierno92021022018-09-12 16:29:23 +02002# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U.
garciadeblas14480452017-01-10 13:08:07 +01003# 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##
21---
22schema_version: 2
23scenario:
24 name: complex5
25 description: Complex network scenario consisting of 2 dataplane VNFs using image name instead of image location
26 public: false
27 vnfs:
28 VNF1:
29 vnf_name: dataplaneVNF4
30 VNF2:
31 vnf_name: dataplaneVNF4
32 networks:
33 dataconn1:
34 interfaces:
35 - VNF1: in
36 - VNF2: in
37 dataconn2:
38 interfaces:
39 - VNF1: out
40 - VNF2: out
41 default:
42 external: true
43 interfaces:
44 - VNF1: control0
45 - VNF1: control1
46 - VNF2: control0
47 - VNF2: control1
48