blob: 4ca072730ea73206e89dfda79105fe671daa6c8f [file] [log] [blame]
stevenvanrossemc6ace2d2017-04-21 13:47:06 +02001
2---
3##
4## Some general information regarding this
5## VNF descriptor.
6##
7descriptor_version: "vnfd-schema-01"
8vendor: "eu.sonata-nfv"
9name: "sap_vnf"
10version: "0.1"
11author: "Steven Van Rossem, Ghent University, steven.vanrossem@intec.ugent.be"
12description: "A sink for the vEPC service"
13##
14## The virtual deployment unit.
15##
16virtual_deployment_units:
17 - id: "1"
18 vm_image: "sink:v3"
19 vm_image_format: "docker"
20 resource_requirements:
21 cpu:
22 vcpus: 1
23 memory:
24 size: 1
25 size_unit: "GB"
26 storage:
27 size: 1
28 size_unit: "GB"
29 connection_points:
30 - id: "vdu01:cp01"
31 type: "interface"
32
33##
34## The virtual links that interconnect
35## the different connections points.
36##
37virtual_links:
38 - id: "port"
39 connectivity_type: "E-Line"
40 connection_points_reference:
41 - "vdu01:cp01"
42 - "port"
43
44##
45## The VNF connection points to the
46## outside world.
47##
48connection_points:
49 - id: "port"
50 type: "interface"