X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-rapp-generator%2Frapp-all%2FDefinitions%2Fasd_types.yaml;fp=sample-rapp-generator%2Frapp-all%2FDefinitions%2Fasd_types.yaml;h=7ac8c104bf653bb939bbda5a6e122e00da8048ca;hb=a46c269e0972357c54378520a4bba531bf7bb12d;hp=e2a788a0f8cd208715443dcd86853396ba2e2f96;hpb=4d1a6cb9ec0dc66cda0cdd2249c5117542f839c7;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/sample-rapp-generator/rapp-all/Definitions/asd_types.yaml b/sample-rapp-generator/rapp-all/Definitions/asd_types.yaml index e2a788a..7ac8c10 100755 --- a/sample-rapp-generator/rapp-all/Definitions/asd_types.yaml +++ b/sample-rapp-generator/rapp-all/Definitions/asd_types.yaml @@ -43,19 +43,30 @@ node_types: artifact_types: tosca.artifacts.asd.deploymentItem: - version: 0.1 - derived_from: tosca.artifacts.Root - description: "Describes the artifact type of asd deployment item" - file: "Relative path of the artifact in the package" - properties: - item_id: - description: "The identifier of this asd deployment item" - required: true - type: string - artifact_type: - description: > - Specify artifact type. - required: true - type: string - constraints: - - valid_values: ["helm_chart"] + version: 0.1 + derived_from: tosca.artifacts.Root + description: "Describes the artifact type of asd deployment item" + file: "Relative path of the artifact in the package" + properties: + item_id: + description: "The identifier of this asd deployment item" + required: true + type: string + artifact_type: + description: > + Specify artifact type. + required: true + type: string + constraints: + - valid_values: ["helm_chart"] + target_server: + description: > + Specify target server for artifact. + required: true + type: string + constraints: + - valid_values: [ "chartmuseum" ] + target_server_uri: + description: "URI of the target server" + required: true + type: string \ No newline at end of file