Versions Compared

Key

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

this is the DM agreed to R2 and maintenance release page version 7.

the final R3 DM is still under discussion.


any change to this page done by someone other then  Victor Gao or Michael Lando will be reverted thank you.

Code Block
languagexml
titleArtifact Types
linenumberstrue
collapsetrue
tosca.artifacts.nfv.SwImage: #don't need move to clean version
  derived_from: tosca.artifacts.Deployment.Image
  properties or metadata:
    #id:
      # node name
    name:
      type: string
      required: true
    version:
      type: string
      required: true
    checksum:
      type: string
      required: true
    container_format:
      type: string
      required: true
    disk_format:
      type: string
      required: true
    min_disk:
      type: scalar-unit.size # Number
      required: true
    min_ram:
      type: scalar-unit.size # Number
      required: false
    size:
      type: scalar-unit.size # Number
      required: true
    sw_image:
      type: string
      required: true
    operating_system:
      type: string
      required: false
    supported_virtualisation_environments:
      type: list
      entry_schema:
        type: string
      required: false