Versions Compared

Key

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

...

resource-ZteEpcMmeVf-csar_fix.csar - Latest fixed

Code Block
themeEclipse
titleFixes
linenumberstrue
collapsetrue
#Next section moved from GlobalSubstitutionTypesServiceTemplate to the MainServiceTemplate
node_types: 
  org.openecomp.resource.vfc.VNF.vMME:
    derived_from: tosca.nodes.Root
    description: MME_VFC
    properties:
      vendor:
        type: string
        default: ERICSSON
      csarVersion:
        type: string
        default: v1.0
      csarProvider:
        type: string
        default: ERICSSON
      id:
        type: string
        default: vMME
      version:
        type: string
        default: v1.0
      csarType:
        type: string
        default: NFAR
    requirements:
    - virtualLink:
        occurrences:
        - 0
        - UNBOUNDED
        capability: tosca.capabilities.network.Linkable

...