X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=descriptor-packages%2Fsrc%2Fvnfd%2Fref22_vnf%2Fref22_vnfd.yaml;fp=descriptor-packages%2Fsrc%2Fvnfd%2Fref22_vnf%2Fref22_vnfd.yaml;h=7dddc6f011b50292c3f71892009326ac03a7992a;hb=8f83069696a74f3fc9272a5c65d5e75e923e7ff9;hp=0000000000000000000000000000000000000000;hpb=c7a82d0be7c72183e6db9e0fb522b484f9c8df84;p=osm%2Fdevops.git diff --git a/descriptor-packages/src/vnfd/ref22_vnf/ref22_vnfd.yaml b/descriptor-packages/src/vnfd/ref22_vnf/ref22_vnfd.yaml new file mode 100644 index 00000000..7dddc6f0 --- /dev/null +++ b/descriptor-packages/src/vnfd/ref22_vnf/ref22_vnfd.yaml @@ -0,0 +1,39 @@ +vnfd:vnfd-catalog: + vnfd: + - connection-point: + - name: mgmt + type: VPORT + - name: west + type: VPORT + - name: east + type: VPORT + description: A simple VNF descriptor w/ one VDU + id: Ref_Vnf_22 + name: Ref_VNF_22 + short-name: Ref_VNF_22 + vdu: + - external-interface: + - name: iface60 + virtual-interface: + type: OM-MGMT + vnfd-connection-point-ref: mgmt + - name: iface61 + virtual-interface: + type: PCI-PASSTHROUGH + vnfd-connection-point-ref: west + - name: iface62 + virtual-interface: + type: SR-IOV + vnfd-connection-point-ref: east + id: abd6831e-f811-4580-9aad-1de9c6424180 + image: ref_vm22.qcow2 + name: Ref_VM6 + guest-epa: + cpu-pinning-policy: DEDICATED + mempage-size: "LARGE" + vm-flavor: + memory-mb: '1024' + storage-gb: '16' + vcpu-count: '1' + vendor: ETSI + version: '1.0'