blob: 2029c4d13295911972bdfac2d6a95c1354320c8b [file] [log] [blame]
stevenvanrossem412c7ff2017-05-05 11:33:25 +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: "An empty ubuntu VNF; used as SAP"
13##
14## The virtual deployment unit.
15##
16virtual_deployment_units:
17 - id: "1"
18 vm_image: "sonatanfv/son-emu-sap"
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:cp02"
42 - "port"
43
44##
45## The VNF connection points to the
46## outside world.
47##
48connection_points:
49 - id: "port"
50 type: "interface"