aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/activation-blueprint.json
diff options
context:
space:
mode:
authorMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>2019-02-08 12:15:11 -0500
committerMuthuramalingam, Brinda Santh <brindasanth@in.ibm.com>2019-02-08 12:44:58 -0500
commit8d865c28451d63815fb1fd5d1a52800ee33dde91 (patch)
tree155e0dcca5cb8421f2183b646269f53eff835e34 /components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/activation-blueprint.json
parent1eda0bd6e558856ec4631d2dcfde57149c4f981a (diff)
Refactor test blueprint catalog
Change-Id: I948067b25787c7a79f769ac4055c34ffdd2f172d Issue-ID: CCSDK-1047 Signed-off-by: Muthuramalingam, Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/activation-blueprint.json')
-rw-r--r--components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/activation-blueprint.json336
1 files changed, 0 insertions, 336 deletions
diff --git a/components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/activation-blueprint.json b/components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/activation-blueprint.json
deleted file mode 100644
index 822cc68b..00000000
--- a/components/model-catalog/blueprint-model/starter-blueprint/baseconfiguration/Definitions/activation-blueprint.json
+++ /dev/null
@@ -1,336 +0,0 @@
-{
- "metadata": {
- "template_author": "Brinda Santh Muthuramalingam",
- "author-email": "brindasanth@in.ibm.com",
- "user-groups": "ADMIN, OPERATION",
- "template_name": "baseconfiguration",
- "template_version": "1.0.0",
- "template_tags": "brinda, tosca"
- },
- "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"
- }
- ],
- "topology_template": {
- "inputs": {
- "request-id": {
- "required": true,
- "type": "string"
- },
- "action-name": {
- "required": true,
- "type": "string"
- },
- "scope-type": {
- "required": true,
- "type": "string"
- },
- "hostname": {
- "required": true,
- "type": "string"
- }
- },
- "node_templates": {
- "resource-assignment-process": {
- "type": "dg-generic",
- "properties": {
- "content": {
- "get_artifact": [
- "SELF",
- "dg-resource-assignment-process"
- ]
- },
- "dependency-node-templates": [
- "resource-assignment"
- ]
- },
- "artifacts": {
- "dg-resource-assignment-process": {
- "type": "artifact-directed-graph",
- "file": "Plans/CONFIG_ResourceAssignment_1.0.0.xml"
- }
- }
- },
- "activate-process": {
- "type": "dg-generic",
- "properties": {
- "content": {
- "get_artifact": [
- "SELF",
- "dg-activate-process"
- ]
- },
- "dependency-node-templates": [
- "activate-jython"
- ]
- },
- "artifacts": {
- "dg-activate-process": {
- "type": "artifact-directed-graph",
- "file": "Plans/CONFIG_ActivateNetconf_1.0.0.xml"
- }
- }
- },
- "assign-activate-process": {
- "type": "dg-generic",
- "properties": {
- "content": {
- "get_artifact": [
- "SELF",
- "dg-assign-activate-process"
- ]
- },
- "dependency-node-templates": [
- "resource-assignment",
- "activate-jython"
- ]
- },
- "artifacts": {
- "dg-assign-activate-process": {
- "type": "artifact-directed-graph",
- "file": "Plans/CONFIG_AssignActivateNetconf_1.0.0.xml"
- }
- }
- },
- "resource-assignment": {
- "type": "component-resource-assignment",
- "interfaces": {
- "ResourceAssignmentComponent": {
- "operations": {
- "process": {
- "inputs": {
- "action-name": {
- "get_input": "action-name"
- },
- "resource-type": "vnf-type",
- "request-id": {
- "get_input": "request-id"
- },
- "resource-id": {
- "get_input": "hostname"
- },
- "artifact-prefix-names": [
- "baseconfig"
- ]
- },
- "outputs": {
- "resource-assignment-params": {
- "get_attribute": [
- "SELF",
- "assignment-params"
- ]
- },
- "status": "success"
- }
- }
- }
- }
- },
- "artifacts": {
- "baseconfig-template": {
- "type": "artifact-template-velocity",
- "file": "Templates/baseconfig-template.vtl"
- },
- "baseconfig-mapping": {
- "type": "artifact-mapping-resource",
- "file": "Definitions/baseconfig-mapping.json"
- }
- }
- },
- "resource-assignment-py": {
- "type": "component-resource-assignment",
- "interfaces": {
- "ResourceAssignmentComponent": {
- "operations": {
- "process": {
- "implementation": {
- "primary": "component-script"
- },
- "inputs": {
- "action-name": {
- "get_input": "action-name"
- }
- },
- "outputs": {
- "resource-assignment-params": "",
- "status": ""
- }
- }
- }
- }
- },
- "artifacts": {
- "component-script": {
- "type": "artifact-script-jython",
- "file": "Scripts/python/SamplePythonComponentNode.py"
- }
- }
- },
- "activate-jython": {
- "type": "component-jython-executor",
- "interfaces": {
- "JythonExecutorComponent": {
- "operations": {
- "process": {
- "implementation": {
- "primary": "component-script"
- },
- "inputs": {
- "instance-dependencies": [
- "json-parser-service",
- "netconf-rpc-service"
- ]
- },
- "outputs": {
- "response-data": "",
- "status": ""
- }
- }
- }
- }
- },
- "artifacts": {
- "component-script": {
- "type": "artifact-script-jython",
- "file": "Scripts/python/SamplePythonComponentNode.py"
- }
- }
- },
- "activate-netconf": {
- "type": "component-netconf-executor",
- "interfaces": {
- "NetconfExecutorComponent": {
- "operations": {
- "process": {
- "implementation": {
- "primary": "component-script"
- },
- "inputs": {
- "instance-dependencies": [
- "json-parser-service",
- "netconf-rpc-service"
- ]
- },
- "outputs": {
- "response-data": "",
- "status": ""
- }
- }
- }
- }
- },
- "requirements": {
- "netconf-connection": {
- "capability": "netconf",
- "node": "sample-netconf-device",
- "relationship": "tosca.relationships.ConnectsTo"
- }
- },
- "artifacts": {
- "component-script": {
- "type": "artifact-script-jython",
- "file": "Scripts/python/DefaultGetNetConfig.py"
- }
- }
- },
- "sample-netconf-device": {
- "type": "vnf-netconf-device",
- "capabilities": {
- "netconf": {
- "properties": {
- "login-key": "sample-key",
- "login-account": "sample-account",
- "target-ip-address": "localhost",
- "port-number": 830,
- "connection-time-out": 30
- }
- }
- }
- }
- },
- "workflows": {
- "resource-assignment": {
- "inputs": {
- "resource-assignment-properties": {
- "required": true,
- "type": "dt-resource-assignment-properties"
- }
- },
- "steps": {
- "call-resource-assignment": {
- "description": "Resource Assignment Workflow",
- "target": "resource-assignment-process",
- "activities": [
- {
- "call_operation": "CONFIG.ResourceAssignment"
- }
- ]
- }
- }
- },
- "activate": {
- "inputs": {
- "request-id": {
- "required": true,
- "type": "string"
- },
- "action-name": {
- "required": true,
- "type": "string"
- },
- "scope-type": {
- "required": true,
- "type": "string"
- },
- "hostname": {
- "required": true,
- "type": "string"
- }
- },
- "steps": {
- "activate-process": {
- "description": "Netconf Activation Workflow",
- "target": "activate-process",
- "activities": [
- {
- "call_operation": "CONFIG.ActivateProcess"
- }
- ]
- }
- }
- },
- "assign-activate": {
- "inputs": {
- "assign-activate-properties": {
- "required": true,
- "type": "dt-assign-activate-properties"
- }
- },
- "steps": {
- "activate-process": {
- "description": "Resource Assign and Netconf Activation Workflow",
- "target": "assign-activate-process",
- "activities": [
- {
- "call_operation": "CONFIG.AssignActivateProcess"
- }
- ]
- }
- }
- }
- }
- }
-} \ No newline at end of file