Merge "Extended stage_2 pipeline: Allow unittests to be executed in a privileged...
[osm/devops.git] / descriptor-packages / vnfd / ubuntu_1iface_cloudinit_new_vnf / src / ubuntu_1iface_cloudinit_newfile_vnfd.yaml
1 vnfd:vnfd-catalog:
2     vnfd:
3     -   id: ubuntu_1iface_cloudinit_newfile_vnfd
4         name: ubuntu_1iface_cloudinit_newfile_vnf
5         short-name: ubuntu_1iface_cloudinit_newfile_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             vdu-id: ubuntu_1iface_cloudinit_newfile_vnfd-VM
16
17         # Atleast one VDU need to be specified
18         vdu:
19         -   id: ubuntu_1iface_cloudinit_newfile_vnfd-VM
20             name: ubuntu_1iface_cloudinit_newfile_vnfd-VM
21             description: ubuntu_1iface_cloudinit_newfile_vnfd-VM
22             count: 1
23
24             # Flavour of the VM to be instantiated for the VDU
25             vm-flavor:
26                 vcpu-count: 1
27                 memory-mb: 1024
28                 storage-gb: 10
29
30             # Image including the full path
31             image: 'ubuntu1604'
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                 virtual-interface:
41                     type: OM-MGMT
42                     bandwidth: '0'
43                     vpci: 0000:00:0a.0
44                 external-connection-point-ref: eth0
45
46         connection-point:
47             -   name: eth0
48                 type: VPORT