X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=descriptor-packages%2Fsrc%2Fvnfd%2Fref21_vnf%2Fref21_vnfd.yaml;fp=descriptor-packages%2Fsrc%2Fvnfd%2Fref21_vnf%2Fref21_vnfd.yaml;h=390ab9d391aa70878175ddba72656f9883615721;hb=8f83069696a74f3fc9272a5c65d5e75e923e7ff9;hp=0000000000000000000000000000000000000000;hpb=c7a82d0be7c72183e6db9e0fb522b484f9c8df84;p=osm%2Fdevops.git diff --git a/descriptor-packages/src/vnfd/ref21_vnf/ref21_vnfd.yaml b/descriptor-packages/src/vnfd/ref21_vnf/ref21_vnfd.yaml new file mode 100644 index 00000000..390ab9d3 --- /dev/null +++ b/descriptor-packages/src/vnfd/ref21_vnf/ref21_vnfd.yaml @@ -0,0 +1,30 @@ +vnfd:vnfd-catalog: + vnfd: + - connection-point: + - name: mgmt + type: VPORT + - name: data + type: VPORT + description: A simple VNF descriptor w/ one VDU + id: Ref_Vnf_21 + name: Ref_Vnf_21 + short-name: Ref_Vnf_21 + vdu: + - external-interface: + - name: iface50 + virtual-interface: + type: OM-MGMT + vnfd-connection-point-ref: mgmt + - name: iface51 + virtual-interface: + type: VIRTIO + vnfd-connection-point-ref: data + id: ref_vm21 + image: ref_vm21.qcow2 + name: Ref_VM_5 + vm-flavor: + memory-mb: '1024' + storage-gb: '16' + vcpu-count: '1' + vendor: ETSI + version: '1.0'