Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VNFs

Intended VNF Provider

VNF providedSDC onboarding and certification stateTosca Parser ValidatedNotesFinalized
vCSCF Example----------------------------Provided as an example of passing and valid VNF


CSCF_SI

NokiaYesYes


vCSCFNokiaYesYes


vMMEZTEYesYes
the provided csar was modified by us to make it pass
vMMEHuaweiYesYes
the provided csar was modified by us to make it pass
vSPGWZTEYesYes


vSPGWHuaweiYesNo
Huawei_vSPGW_fixed.csar this package already self-test pass, please check
vHSSHuaweiYesYes


vSBC & vPCSCFHuaweiYesYes
the provided csar was modified by us to make it pass
vPCRFHuaweiYesYes
the provided csar was modified by us to make it pass

vTAS

Nokia

YesNo


...

fixed vSPGW from Huawei: Huawei_vSPGW_fixed.csar

Latest CSAR that fails cause all node templates are commented out.TOSCA yaml file Definitions/MainServiceTemplate.yaml cannot be modeled to VF as it does not contain 'topology_template.

Huawei_vSPGW.csar

Code Block
titleHuawei_vSPGW
collapsetrue
# Property list of fetched capability virtual_compute is empty. 
#    SDU:
#      type: tosca.nodes.nfv.VDU.Compute
#      attributes:
#        tosca_name: SDU
#      capabilities:
#        virtual_compute:
#          properties:
#            virtual_memory:
#              virtual_mem_size: 24G
#            requested_additional_capabilities: {}
#            virtual_cpu:
#              num_virtual_cpu: 4
#      properties:
#        configurable_properties:
#          test: {"additional_vnfc_configurable_properties":{"aaa":"1"}}
##This section replaced by list
##            additional_vnfc_configurable_properties: 
##              aaa: '1'
#        name: SDU
#        descrption: the virtual machine of SDU
#      requirements:
#      - virtual_storage:
#          capability: virtual_storage
#          node: SDU_Storage
##      - local_storage: 
##          node: tosca.nodes.Root


    Base:
      attributes:
        tosca_name: Base
      properties: 
        vl_flavours:
# The value "test2" of type tosca.datatypes.nfv.VlFlavour should be json object
#Cannot parse value "test2" from type tosca.datatypes.nfv.VlFlavour of key flavours
#          flavours: test2
          flavours: 
            flavourId: test2
        connectivity_type:
          layer_protocol: ipv4
          flow_pattern: 
      type: tosca.nodes.nfv.VnfVirtualLinkDesc

...