Skip to content
Snippets Groups Projects
ref21_vnfd.yaml 874 B
Newer Older
chamarty's avatar
chamarty committed
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'