b7cb0365ea31fa84b88ff4c0dc52d659e65815aa
[osm/devops.git] / src / vnfd / cirros_vnf / cirros_vnfd.yaml
1 vnfd:vnfd-catalog:
2     vnfd:
3     -   id: cirros_vnfd
4         name: cirros_vnfd
5         short-name: cirros_vnfd
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: cirros-64.png
12
13         # Management interface
14         mgmt-interface:
15             vdu-id: cirros_vnfd-VM
16
17         # Atleast one VDU need to be specified
18         vdu:
19         -   id: cirros_vnfd-VM
20             name: cirros_vnfd-VM
21             description: cirros_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: 512
28                 storage-gb: 1
29
30             # Image including the full path
31             image: '/mnt/powervault/virtualization/osm/CirrOS/cirros-0.3.4-x86_64-disk.img'
32
33             external-interface:
34             # Specify the external interfaces
35             # There can be multiple interfaces defined
36             -   name: eth0
37                 virtual-interface:
38                     type: OM-MGMT
39                     bandwidth: '0'
40                     vpci: 0000:00:0a.0
41                 vnfd-connection-point-ref: eth0
42
43         connection-point:
44             -   name: eth0
45                 type: VPORT