CsarInstaller introduction 67/36267/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 16 Mar 2018 18:49:13 +0000 (19:49 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 16 Mar 2018 18:49:13 +0000 (19:49 +0100)
commitccb7152d2619a72367ba41dadd18812122425bda
tree1dc05008094b2918089fdc3d307a3c2a93cba48e
parent69785b88e46c6bcf5f94f2db2a1c097b08bacc7c
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>
18 files changed:
src/main/java/org/onap/clamp/clds/sdc/controller/installer/CsarInstaller.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/sdc/controller/installer/CsarInstallerImpl.java [new file with mode: 0644]
src/main/resources/application.properties
src/main/resources/clds/blueprint-parser-mapping.json [new file with mode: 0644]
src/main/resources/clds/templates/bpmn/holmes-img.xml [new file with mode: 0644]
src/main/resources/clds/templates/bpmn/holmes-template.xml [new file with mode: 0644]
src/main/resources/clds/templates/bpmn/tca-img.xml [new file with mode: 0644]
src/main/resources/clds/templates/bpmn/tca-template.xml [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/it/sdc/controller/installer/CsarInstallerItCase.java [new file with mode: 0644]
src/test/resources/application.properties
src/test/resources/clds/blueprint-parser-mapping.json [new file with mode: 0644]
src/test/resources/clds/templates/bpmn/holmes-img.xml [new file with mode: 0644]
src/test/resources/clds/templates/bpmn/holmes-template.xml [new file with mode: 0644]
src/test/resources/clds/templates/bpmn/tca-img.xml [new file with mode: 0644]
src/test/resources/clds/templates/bpmn/tca-template.xml [new file with mode: 0644]
src/test/resources/example/sdc/blueprint-dcae/holmes.yaml [new file with mode: 0644]
src/test/resources/example/sdc/blueprint-dcae/not-recognized.yaml [new file with mode: 0644]
src/test/resources/example/sdc/blueprint-dcae/tca.yaml [new file with mode: 0644]