e246a0409f510df2ce6df9527ec3b328b005540e
[osm/devops.git] / descriptor-packages / vnfd / ubuntu_xenial_vnf / src / ubuntu_xenial_vnfd.yaml
1 vnfd-catalog:
2     vnfd:
3     -   id: ubuntu_xenial_vnfd
4         name: ubuntu_xenial_vnf
5         short-name: ubuntu_xenial_vnf
6         description: Generated by OSM pacakage generator
7         vendor: OSM
8         version: '1.0'
9
10         # Place the logo as png in icons directory and provide the name here
11         logo: ubuntu-logo14.png
12
13         # Management interface
14         mgmt-interface:
15             cp: eth0
16
17         # Atleast one VDU need to be specified
18         vdu:
19         -   id: ubuntu_xenial_vnfd-VM
20             name: ubuntu_xenial_vnfd-VM
21             description: ubuntu_xenial_vnfd-VM
22             count: 1
23
24             # Flavour of the VM to be instantiated for the VDU
25             vm-flavor:
26                 vcpu-count: 2
27                 memory-mb: 4096
28                 storage-gb: 10
29
30             # Image including the full path
31             image: '/mnt/powervault/virtualization/vnfs/demos/ubuntu/ubuntu-16.04.img'
32
33             # User-data injection
34             cloud-init-file: cloud_init.cfg
35
36             interface:
37             # Specify the external interfaces
38             # There can be multiple interfaces defined
39             -   name: eth0
40                 type: EXTERNAL
41                 virtual-interface:
42                     type: PARAVIRT
43                     bandwidth: '0'
44                     vpci: 0000:00:0a.0
45                 external-connection-point-ref: eth0
46
47         connection-point:
48             -   name: eth0
49