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/clds/templates/bpmn/holmes-template.xml b/src/main/resources/clds/templates/bpmn/holmes-template.xml
new file mode 100644
index 0000000..0ea1587
--- /dev/null
+++ b/src/main/resources/clds/templates/bpmn/holmes-template.xml
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL"
+		xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI"
+		xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+		id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">
+		<bpmn:process id="Process_1" isExecutable="false">
+				<bpmn:startEvent id="StartEvent_1">
+						<bpmn:outgoing>SequenceFlow_1c9hzec</bpmn:outgoing>
+				</bpmn:startEvent>
+				<bpmn:holmes id="Holmes_0bsv00m">
+						<bpmn:incoming>SequenceFlow_1ig3gix</bpmn:incoming>
+						<bpmn:outgoing>SequenceFlow_0zwbn2r</bpmn:outgoing>
+				</bpmn:holmes>
+				<bpmn:vesCollector id="VesCollector_1ljyqg8">
+						<bpmn:incoming>SequenceFlow_1c9hzec</bpmn:incoming>
+						<bpmn:outgoing>SequenceFlow_1ig3gix</bpmn:outgoing>
+				</bpmn:vesCollector>
+				<bpmn:policy id="Policy_114xo8j">
+						<bpmn:incoming>SequenceFlow_0zwbn2r</bpmn:incoming>
+						<bpmn:outgoing>SequenceFlow_0ox6r95</bpmn:outgoing>
+				</bpmn:policy>
+				<bpmn:endEvent id="EndEvent_0b4m6bk">
+						<bpmn:incoming>SequenceFlow_0ox6r95</bpmn:incoming>
+				</bpmn:endEvent>
+				<bpmn:sequenceFlow id="SequenceFlow_1c9hzec"
+						sourceRef="StartEvent_1" targetRef="VesCollector_1ljyqg8" />
+				<bpmn:sequenceFlow id="SequenceFlow_1ig3gix"
+						sourceRef="VesCollector_1ljyqg8" targetRef="Holmes_0bsv00m" />
+				<bpmn:sequenceFlow id="SequenceFlow_0zwbn2r"
+						sourceRef="Holmes_0bsv00m" targetRef="Policy_114xo8j" />
+				<bpmn:sequenceFlow id="SequenceFlow_0ox6r95"
+						sourceRef="Policy_114xo8j" targetRef="EndEvent_0b4m6bk" />
+		</bpmn:process>
+		<bpmndi:BPMNDiagram id="BPMNDiagram_1">
+				<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
+						<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2"
+								bpmnElement="StartEvent_1">
+								<dc:Bounds x="50" y="162" width="36" height="36" />
+						</bpmndi:BPMNShape>
+						<bpmndi:BPMNShape id="Holmes_0bsv00m_di"
+								bpmnElement="Holmes_0bsv00m">
+								<dc:Bounds x="438" y="140" width="120" height="80" />
+						</bpmndi:BPMNShape>
+						<bpmndi:BPMNShape id="VesCollector_1ljyqg8_di"
+								bpmnElement="VesCollector_1ljyqg8">
+								<dc:Bounds x="213" y="140" width="120" height="80" />
+						</bpmndi:BPMNShape>
+						<bpmndi:BPMNShape id="Policy_114xo8j_di"
+								bpmnElement="Policy_114xo8j">
+								<dc:Bounds x="678" y="140" width="120" height="80" />
+						</bpmndi:BPMNShape>
+						<bpmndi:BPMNShape id="EndEvent_0b4m6bk_di"
+								bpmnElement="EndEvent_0b4m6bk">
+								<dc:Bounds x="901" y="162" width="36" height="36" />
+								<bpmndi:BPMNLabel>
+										<dc:Bounds x="874" y="198" width="90" height="20" />
+								</bpmndi:BPMNLabel>
+						</bpmndi:BPMNShape>
+						<bpmndi:BPMNEdge id="SequenceFlow_1c9hzec_di"
+								bpmnElement="SequenceFlow_1c9hzec">
+								<di:waypoint xsi:type="dc:Point" x="86" y="180" />
+								<di:waypoint xsi:type="dc:Point" x="213" y="180" />
+								<bpmndi:BPMNLabel>
+										<dc:Bounds x="104.5" y="170" width="90" height="20" />
+								</bpmndi:BPMNLabel>
+						</bpmndi:BPMNEdge>
+						<bpmndi:BPMNEdge id="SequenceFlow_1ig3gix_di"
+								bpmnElement="SequenceFlow_1ig3gix">
+								<di:waypoint xsi:type="dc:Point" x="333" y="180" />
+								<di:waypoint xsi:type="dc:Point" x="438" y="180" />
+								<bpmndi:BPMNLabel>
+										<dc:Bounds x="340.5" y="170" width="90" height="20" />
+								</bpmndi:BPMNLabel>
+						</bpmndi:BPMNEdge>
+						<bpmndi:BPMNEdge id="SequenceFlow_0zwbn2r_di"
+								bpmnElement="SequenceFlow_0zwbn2r">
+								<di:waypoint xsi:type="dc:Point" x="558" y="180" />
+								<di:waypoint xsi:type="dc:Point" x="678" y="180" />
+								<bpmndi:BPMNLabel>
+										<dc:Bounds x="573" y="170" width="90" height="20" />
+								</bpmndi:BPMNLabel>
+						</bpmndi:BPMNEdge>
+						<bpmndi:BPMNEdge id="SequenceFlow_0ox6r95_di"
+								bpmnElement="SequenceFlow_0ox6r95">
+								<di:waypoint xsi:type="dc:Point" x="798" y="180" />
+								<di:waypoint xsi:type="dc:Point" x="901" y="180" />
+								<bpmndi:BPMNLabel>
+										<dc:Bounds x="804.5" y="170" width="90" height="20" />
+								</bpmndi:BPMNLabel>
+						</bpmndi:BPMNEdge>
+				</bpmndi:BPMNPlane>
+		</bpmndi:BPMNDiagram>
+</bpmn:definitions>
\ No newline at end of file