| Philip Joseph | 64383e4 | 2016-09-21 16:18:04 +0530 | [diff] [blame] | 1 | vnfd:vnfd-catalog: |
| 2 | vnfd: |
| 3 | - id: cirros_vnfd |
| 4 | name: cirros_vnfd |
| 5 | short-name: cirros_vnfd |
| tierno | 760a5fd | 2017-04-28 15:25:50 +0200 | [diff] [blame^] | 6 | description: simple OSM example with a cirros |
| Philip Joseph | 64383e4 | 2016-09-21 16:18:04 +0530 | [diff] [blame] | 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 | |
| tierno | 760a5fd | 2017-04-28 15:25:50 +0200 | [diff] [blame^] | 30 | # Image/checksum or image including the full path |
| 31 | image: cirros034 |
| 32 | #checksum: |
| Philip Joseph | 64383e4 | 2016-09-21 16:18:04 +0530 | [diff] [blame] | 33 | |
| 34 | external-interface: |
| 35 | # Specify the external interfaces |
| 36 | # There can be multiple interfaces defined |
| 37 | - name: eth0 |
| 38 | virtual-interface: |
| 39 | type: OM-MGMT |
| 40 | bandwidth: '0' |
| 41 | vpci: 0000:00:0a.0 |
| 42 | vnfd-connection-point-ref: eth0 |
| 43 | |
| 44 | connection-point: |
| 45 | - name: eth0 |
| 46 | type: VPORT |