vnfd-catalog:
  vnfd:
  - connection-point:
    - name: vnf-cp0
    - name: vnf-cp1
    description: A basic VNF descriptor w/ one VDU and SRIOV
    id: hackfest_basic_sriov-vnf
    mgmt-interface:
      cp: vnf-cp0
    name: hackfest_basic_sriov-vnf
    short-name: hackfest_basic_sriov-vnf
    vdu:
    - count: 1
      id: hackfest_basic-VM
      image: ubuntu18.04
      cloud-init-file: cloud.config
      interface:
      - external-connection-point-ref: vnf-cp0
        name: vdu-eth0
        type: EXTERNAL
        virtual-interface:
          type: PARAVIRT
      - external-connection-point-ref: vnf-cp1
        name: vdu-eth1
        type: EXTERNAL
        virtual-interface:
          type: SR-IOV
      name: hackfest_basic-VM
      vm-flavor:
        memory-mb: 2048
        storage-gb: 30
        vcpu-count: 2
    version: '1.0'