| stevenvanrossem | db2f943 | 2016-08-20 00:01:11 +0200 | [diff] [blame] | 1 | --- |
| peusterm | dd55951 | 2017-09-21 16:29:34 +0200 | [diff] [blame] | 2 | # Copyright (c) 2017 SONATA-NFV and Paderborn University |
| 3 | # ALL RIGHTS RESERVED. |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | # |
| 17 | # Neither the name of the SONATA-NFV, Paderborn University |
| 18 | # nor the names of its contributors may be used to endorse or promote |
| 19 | # products derived from this software without specific prior written |
| 20 | # permission. |
| 21 | # |
| 22 | # This work has been performed in the framework of the SONATA project, |
| 23 | # funded by the European Commission under Grant number 671517 through |
| 24 | # the Horizon 2020 and 5G-PPP programmes. The authors would like to |
| 25 | # acknowledge the contributions of their colleagues of the SONATA |
| 26 | # partner consortium (www.sonata-nfv.eu). |
| 27 | |
| stevenvanrossem | db2f943 | 2016-08-20 00:01:11 +0200 | [diff] [blame] | 28 | ## |
| 29 | ## Some general information regarding this |
| 30 | ## VNF descriptor. |
| 31 | ## |
| 32 | descriptor_version: "vnfd-schema-01" |
| 33 | vendor: "eu.sonata-nfv" |
| 34 | name: "sap_vnf" |
| 35 | version: "0.1" |
| 36 | author: "Steven Van Rossem, Ghent University, steven.vanrossem@intec.ugent.be" |
| 37 | description: "An empty ubuntu VNF; used as SAP" |
| 38 | ## |
| 39 | ## The virtual deployment unit. |
| 40 | ## |
| 41 | virtual_deployment_units: |
| 42 | - id: "1" |
| peusterm | 9984dba | 2016-08-23 15:23:23 +0200 | [diff] [blame] | 43 | vm_image: "sonatanfv/son-emu-sap" |
| stevenvanrossem | db2f943 | 2016-08-20 00:01:11 +0200 | [diff] [blame] | 44 | vm_image_format: "docker" |
| 45 | resource_requirements: |
| 46 | cpu: |
| 47 | vcpus: 1 |
| 48 | memory: |
| 49 | size: 1 |
| 50 | size_unit: "GB" |
| 51 | storage: |
| 52 | size: 1 |
| 53 | size_unit: "GB" |
| 54 | connection_points: |
| 55 | - id: "vdu01:cp01" |
| 56 | type: "interface" |
| 57 | |
| 58 | ## |
| 59 | ## The virtual links that interconnect |
| 60 | ## the different connections points. |
| 61 | ## |
| 62 | virtual_links: |
| 63 | - id: "port" |
| 64 | connectivity_type: "E-Line" |
| 65 | connection_points_reference: |
| 66 | - "vdu01:cp02" |
| 67 | - "port" |
| 68 | |
| 69 | ## |
| 70 | ## The VNF connection points to the |
| 71 | ## outside world. |
| 72 | ## |
| 73 | connection_points: |
| 74 | - id: "port" |
| 75 | type: "interface" |