X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fguides%2Fonap-user%2Fdesign%2Fparameter_resolution%2Fubuntu_example%2Fcba-after-enrichment%2FDefinitions%2FubuntuCDS.json;fp=docs%2Fguides%2Fonap-user%2Fdesign%2Fparameter_resolution%2Fubuntu_example%2Fcba-after-enrichment%2FDefinitions%2FubuntuCDS.json;h=0000000000000000000000000000000000000000;hb=55fca955305bb3a44c9aecc93a3e28ecae8a2ade;hp=8933ce14b0c1db4752268cfba2b11b3ed7da12b0;hpb=415f66ae09ed3963420601c36be101fca95be4af;p=doc.git diff --git a/docs/guides/onap-user/design/parameter_resolution/ubuntu_example/cba-after-enrichment/Definitions/ubuntuCDS.json b/docs/guides/onap-user/design/parameter_resolution/ubuntu_example/cba-after-enrichment/Definitions/ubuntuCDS.json deleted file mode 100755 index 8933ce14b..000000000 --- a/docs/guides/onap-user/design/parameter_resolution/ubuntu_example/cba-after-enrichment/Definitions/ubuntuCDS.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "tosca_definitions_version": "ubuntuCDS_1_0_0", - "metadata": { - "template_author": "ONES", - "author-email": "rene.robert@orange.com", - "user-groups": "ADMIN, OPERATION", - "template_name": "ubuntuCDS", - "template_version": "1.0.0", - "template_tags": "ubuntuCDS" - }, - "imports": [ { - "file" : "Definitions/data_types.json" - }, { - "file" : "Definitions/relationship_types.json" - }, { - "file" : "Definitions/artifact_types.json" - }, { - "file" : "Definitions/node_types.json" - }, { - "file" : "Definitions/policy_types.json" - } ], - "dsl_definitions": {}, - "topology_template": { - "workflows": { - "resource-assignment": { - "steps": { - "resource-assignment": { - "description": "Resource Assign Workflow", - "target": "resource-assignment" - } - }, - "inputs": { - "template-prefix": { - "required": true, - "type": "list", - "entry_schema": { - "type": "string" - } - }, - "resource-assignment-properties": { - "description": "Dynamic PropertyDefinition for workflow(resource-assignment).", - "required": true, - "type": "dt-resource-assignment-properties" - } - }, - "outputs": { - "meshed-template": { - "type": "json", - "value": { - "get_attribute": [ - "resource-assignment", - "assignment-params" - ] - } - } - } - } - }, - "node_templates": { - "resource-assignment": { - "type": "component-resource-resolution", - "interfaces": { - "ResourceResolutionComponent": { - "operations": { - "process": { - "inputs": { - "artifact-prefix-names": { - "get_input": "template-prefix" - } - } - } - } - } - }, - "artifacts": { - "ubuntuCDS-template": { - "type": "artifact-template-velocity", - "file": "Templates/ubuntuCDS-template.vtl" - }, - "ubuntuCDS-mapping": { - "type": "artifact-mapping-resource", - "file": "Templates/ubuntuCDS-mapping.json" - }, - "base_ubuntuCDS-template": { - "type": "artifact-template-velocity", - "file": "Templates/base_ubuntuCDS-template.vtl" - }, - "base_ubuntuCDS-mapping": { - "type": "artifact-mapping-resource", - "file": "Templates/base_ubuntuCDS-mapping.json" - } - } - } - } - } - }