blob: 8d1b260203b89af134aeacadb5217b144dc43be1 [file] [log] [blame]
stevenvanrossemdb2f9432016-08-20 00:01:11 +02001---
peustermdd559512017-09-21 16:29:34 +02002# 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
stevenvanrossemdb2f9432016-08-20 00:01:11 +020028##
29## Some general information regarding this
30## VNF descriptor.
31##
32descriptor_version: "vnfd-schema-01"
33vendor: "eu.sonata-nfv"
34name: "sap_vnf"
35version: "0.1"
36author: "Steven Van Rossem, Ghent University, steven.vanrossem@intec.ugent.be"
37description: "An empty ubuntu VNF; used as SAP"
38##
39## The virtual deployment unit.
40##
41virtual_deployment_units:
42 - id: "1"
peusterm9984dba2016-08-23 15:23:23 +020043 vm_image: "sonatanfv/son-emu-sap"
stevenvanrossemdb2f9432016-08-20 00:01:11 +020044 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##
62virtual_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##
73connection_points:
74 - id: "port"
75 type: "interface"