Fix: Let Jenkins script call unitttest. Added link to examles.
[osm/vim-emu.git] / src / emuvim / examples / custom_sap_vnfd.yml
1
2 ---
3 ##
4 ## Some general information regarding this
5 ## VNF descriptor.
6 ##
7 descriptor_version: "vnfd-schema-01"
8 vendor: "eu.sonata-nfv"
9 name: "sap_vnf"
10 version: "0.1"
11 author: "Steven Van Rossem, Ghent University, steven.vanrossem@intec.ugent.be"
12 description: "An empty ubuntu VNF; used as SAP"
13 ##
14 ## The virtual deployment unit.
15 ##
16 virtual_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 ##
37 virtual_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 ##
48 connection_points:
49   - id: "port"
50     type: "interface"