cirros test code changes for VCD
[osm/devops.git] / descriptor-packages / vnfd / hackfest_basic_vnf / src / hackfest_basic_vnfd.yaml
1 vnfd:vnfd-catalog:
2     vnfd:
3     -   id: hackfest_basic-vnf
4         name: hackfest_basic-vnf
5         short-name: hackfest_basic-vnf
6         version: '1.0'
7         description: A basic VNF descriptor w/ one VDU
8         logo: osm.png
9         connection-point:
10         -   name: vnf-cp0
11             type: VPORT
12         vdu:
13         -   id: hackfest_basic-VM
14             name: hackfest_basic-VM
15             image: ubuntu1604
16             count: '1'
17             vm-flavor:
18                 vcpu-count: '1'
19                 memory-mb: '1024'
20                 storage-gb: '10'
21             interface:
22             -   name: vdu-eth0
23                 type: EXTERNAL
24                 virtual-interface:
25                     type: VIRTIO
26                 external-connection-point-ref: vnf-cp0
27         mgmt-interface:
28             cp: vnf-cp0
29