Versions Compared

Key

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

...

Info

Huawei SPGW Package is updated on 26/10/2017, self-test on latest SDC env successfully.

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.

...

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


fixed vSPGW from Huawei: Huawei_vSPGW_fixed.csar


Info

ZTE SPGW last updated 24/10/2017

...