CsarInstaller introduction

This class is introduced to decode/deploy the dcae blueprint from SDC
and save it to database. This is done based on json templates. Some unit
tests added

Issue-ID: CLAMP-81
Change-Id: I3fac5f7ef41d77aa244414407111b9cb602b50bd
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index f626e1a..17f8581 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -178,6 +178,7 @@
 clamp.config.sdc.header.requestId = X-ECOMP-RequestID

 #

 clamp.config.sdc.csarFolder = /tmp/sdc-controllers

+clamp.config.sdc.blueprint.parser.mapping = classpath:/clds/blueprint-parser-mapping.json

 #

 clamp.config.ui.location.default=classpath:/clds/templates/ui-location-default.json

 clamp.config.ui.alarm.default=classpath:/clds/templates/ui-alarm-default.json