| garciadeblas | 77f648f | 2016-05-06 15:26:33 +0200 | [diff] [blame] | 1 | ## |
| tierno | 9202102 | 2018-09-12 16:29:23 +0200 | [diff] [blame] | 2 | # Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U. |
| garciadeblas | 77f648f | 2016-05-06 15:26:33 +0200 | [diff] [blame] | 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 | ## |
| tierno | 7edb675 | 2016-03-21 17:37:52 +0100 | [diff] [blame] | 21 | --- |
| tierno | 1b8c143 | 2016-07-08 13:21:01 +0200 | [diff] [blame] | 22 | schema_version: 2 |
| 23 | scenario: |
| 24 | name: complex2 |
| 25 | description: Complex network scenario consisting of 2 VNFs interconnected |
| 26 | public: false |
| 27 | vnfs: |
| 28 | VNF2vms: # vnf name in the scenario |
| 29 | vnf_name: dataplaneVNF_2VMs # openmano vnf name |
| tierno | 7edb675 | 2016-03-21 17:37:52 +0100 | [diff] [blame] | 30 | VNF3: |
| tierno | 1b8c143 | 2016-07-08 13:21:01 +0200 | [diff] [blame] | 31 | vnf_name: dataplaneVNF3 |
| 32 | networks: |
| tierno | 7edb675 | 2016-03-21 17:37:52 +0100 | [diff] [blame] | 33 | dataconn1: |
| tierno | 1b8c143 | 2016-07-08 13:21:01 +0200 | [diff] [blame] | 34 | interfaces: |
| tierno | 7edb675 | 2016-03-21 17:37:52 +0100 | [diff] [blame] | 35 | - VNF2vms: in |
| 36 | - VNF3: data0 |
| 37 | dataconn2: |
| tierno | 1b8c143 | 2016-07-08 13:21:01 +0200 | [diff] [blame] | 38 | interfaces: |
| tierno | 7edb675 | 2016-03-21 17:37:52 +0100 | [diff] [blame] | 39 | - VNF2vms: out |
| 40 | - VNF3: data1 |
| tierno | 1b8c143 | 2016-07-08 13:21:01 +0200 | [diff] [blame] | 41 | default: |
| tierno | a4e1a6e | 2016-08-31 14:19:40 +0200 | [diff] [blame] | 42 | external: true |
| tierno | 1b8c143 | 2016-07-08 13:21:01 +0200 | [diff] [blame] | 43 | interfaces: |
| tierno | 7edb675 | 2016-03-21 17:37:52 +0100 | [diff] [blame] | 44 | - VNF2vms: control0 |
| 45 | - VNF2vms: control1 |
| 46 | - VNF3: mgmt |
| 47 | |