Merge "switch from CLI to REST for consistency and because the CLI hates question...
[osm/devops.git] / descriptor-packages / vnfd / ref21_vnf / src / ref21_vnfd.yaml
1 vnfd:vnfd-catalog:
2     vnfd:
3     -   connection-point:
4         -   name: mgmt
5             type: VPORT
6         -   name: data
7             type: VPORT
8         description: A simple VNF descriptor w/ one VDU
9         id: Ref_Vnf_21
10         name: Ref_Vnf_21
11         short-name: Ref_Vnf_21
12         vdu:
13         -   interface:
14             -   name: iface50
15                 type: EXTERNAL
16                 virtual-interface:
17                     type: OM-MGMT
18                 external-connection-point-ref: mgmt
19             -   name: iface51
20                 type: EXTERNAL
21                 virtual-interface:
22                     type: VIRTIO
23                 external-connection-point-ref: data
24             id: ref_vm21
25             image: ref_vm21.qcow2
26             name: Ref_VM_5
27             vm-flavor:
28                 memory-mb: '1024'
29                 storage-gb: '16'
30                 vcpu-count: '1'
31         vendor: ETSI
32         version: '1.0'