summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/vFW_spinup.json
diff options
context:
space:
mode:
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2020-01-10 12:35:01 -0800
committerKAPIL SINGAL <ks220y@att.com>2020-01-22 15:07:38 +0000
commitf29702c7952c99768f7ec2f378ae39916071b420 (patch)
tree9ca84982beb9f8dd35c6b184353a18235b2c42bf /components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/vFW_spinup.json
parent0e5c78cec1e1b1ce4d1f6488f6264ca1daffef58 (diff)
Update vFW_CDS packages
Issue-ID: CCSDK-1825 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: I53668b3df0cf13ceaa78cbffc92df05db23fe642 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Diffstat (limited to 'components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/vFW_spinup.json')
-rw-r--r--components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/vFW_spinup.json116
1 files changed, 0 insertions, 116 deletions
diff --git a/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/vFW_spinup.json b/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/vFW_spinup.json
deleted file mode 100644
index 9ff4f3a1f..000000000
--- a/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/vFW_spinup.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "tosca_definitions_version" : "controller_blueprint_1_0_0",
- "metadata" : {
- "template_author" : "Alexis de Talhouƫt",
- "author-email" : "adetalhouet89@gmail.com",
- "user-groups" : "ADMIN, OPERATION",
- "template_name" : "vFW_spinup",
- "template_version" : "1.0.0",
- "template_tags" : "vFW"
- },
- "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" : {
- "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" : "artifact-name"
- }
- }
- }
- }
- }
- },
- "artifacts" : {
- "base-template" : {
- "type" : "artifact-template-velocity",
- "file" : "Templates/base-template.vtl"
- },
- "base-mapping" : {
- "type" : "artifact-mapping-resource",
- "file" : "Templates/base-mapping.json"
- },
- "vfw-template" : {
- "type" : "artifact-template-velocity",
- "file" : "Templates/vfw-template.vtl"
- },
- "vfw-mapping" : {
- "type" : "artifact-mapping-resource",
- "file" : "Templates/vfw-mapping.json"
- },
- "vfw-vnf-template" : {
- "type" : "artifact-template-velocity",
- "file" : "Templates/vfw-vnf-template.vtl"
- },
- "vfw-vnf-mapping" : {
- "type" : "artifact-mapping-resource",
- "file" : "Templates/vfw-vnf-mapping.json"
- },
- "vpg-template" : {
- "type" : "artifact-template-velocity",
- "file" : "Templates/vpg-template.vtl"
- },
- "vpg-mapping" : {
- "type" : "artifact-mapping-resource",
- "file" : "Templates/vpg-mapping.json"
- },
- "vsn-template" : {
- "type" : "artifact-template-velocity",
- "file" : "Templates/vsn-template.vtl"
- },
- "vsn-mapping" : {
- "type" : "artifact-mapping-resource",
- "file" : "Templates/vsn-mapping.json"
- }
- }
- }
- }
- }
-} \ No newline at end of file