You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

cscf_is from Nokia:  cscf_si.csar

mme from ZTE: resource-ZteEpcMmeVf-csar.csar

spgw from ZTE: resource-ZteEpcSpgwVf-csar.csar


original version:

vCSCF.csar


Updated version after fixes:

virtual link cannot be attached to tosca.nodes.Root need an instance name

    UPIRU2DataNet3:
      attributes:
        tosca_name: UPIRU2DataNet3
      properties:
        role: root
        layer_protocol: ipv4
      requirements:
      - virtual_binding:
          capability: tosca.capabilities.nfv.VirtualBindable
          node: UPIRU
      - virtual_link:
          node: tosca.nodes.Root

removed all links to invalide instances


propertie need to comply with their data type flavor need to be a map

before change: 

  type: tosca.nodes.nfv.VduCpd
    Fabric:
      attributes:
        tosca_name: Fabric
      properties:
        vl_flavours:
          flavours: test1
        connectivity_type:
          layer_protocol: ipv4
          flow_pattern:
      type: tosca.nodes.nfv.VnfVirtualLinkDesc


after change:

flavours changed to map
  type: tosca.nodes.nfv.VduCpd
    Fabric:
      attributes:
        tosca_name: Fabric
      properties:
        vl_flavours:
          flavours:
            flavourId: test1
        connectivity_type:
          layer_protocol: ipv4
          flow_pattern:
      type: tosca.nodes.nfv.VnfVirtualLinkDesc


after change





vCSCF.csar


current failure is on the capabilities missing type:

    USRSU:
      type: tosca.nodes.nfv.VDU.Compute
      properties:
        configurable_properties:
          test:
            additional_vnfc_configurable_properties:
              aaa: '1'
        name: USRSU
        descrption: the virtual machine of USRSU
      attributes:
        tosca_name: USRSU
      requirements:
      - virtual_storage:
          capability: virtual_storage
          node: USRSU_Storage
      - local_storage:
          node: tosca.nodes.Root
      capabilities:
      - virtual_compute:
          properties:
            virtual_memory:
              virtual_mem_size: 24G
            requested_additional_capabilities: {
              }
            virtual_cpu:
              num_virtual_cpu: 4.0
  • No labels