Versions Compared

Key

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

...

removed all links to invalide instances


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

before change: 

Code Block
  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
Code Block
  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





View file
namevCSCF.csar
height250

...