Versions Compared

Key

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

...

Code Block
title tosca.artifacttype.onap.asdDeploymentItem
collapsetrue
artifact_types:
   asdDeploymentItem:
    version: 1.0
    description: "Describes the artifact type of asd deployment item"
    properties:
      itemid:
        description: "The identifier of this asd deployment item"
        required: true
        type: string
      artifactType: 
        description: >
           Specify artifact type. Valid values: "helm_chart", "helmfile", "crd", "terraform"
        required: true
        type: string       
        constraints:
          - valid_values: ["helm_chart", "helmfile", "crd", "terraform" ]
      deploymentOrder:
        description: >
           Specifies the deployment stage that the DeploymentArtifact belongs to. 
           A lower value specifies that the DeploymentArtifact belongs to an earlier deployment stage
        required: true
        type: integer
      lifecycleParameters:
        description: "list of parameters that can be overridden at deployment time "
        required: false
        type: list
        entry_schema: 
           type: string