Rework of the csarinstaller

Csarinstaller rework to save Template and Model to database

Issue-ID: CLAMP-81
Change-Id: I5edf9716146975ed3751a93b78f5c9b0b9ff2af9
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
diff --git a/src/test/resources/clds/blueprint-parser-mapping.json b/src/test/resources/clds/blueprint-parser-mapping.json
index a16ef0c..a22e9fc 100644
--- a/src/test/resources/clds/blueprint-parser-mapping.json
+++ b/src/test/resources/clds/blueprint-parser-mapping.json
@@ -1,6 +1,7 @@
 [
 	{
 		"blueprintKey": "tca_",
+		"dcaeDeployable":"true",
 		"files": {
 			"bpmnXmlFilePath": "classpath:/clds/templates/bpmn/tca-template.xml",
 			"svgXmlFilePath": "classpath:/clds/templates/bpmn/tca-img.xml"
@@ -8,6 +9,7 @@
 	},
 	{
 		"blueprintKey": "holmes_",
+		"dcaeDeployable":"false",
 		"files": {
 			"bpmnXmlFilePath": "classpath:/clds/templates/bpmn/holmes-template.xml",
 			"svgXmlFilePath": "classpath:/clds/templates/bpmn/holmes-img.xml"