Extract modules names and relations 01/79901/3
authorPiotr Darosz <piotr.darosz@nokia.com>
Thu, 7 Mar 2019 12:04:52 +0000 (13:04 +0100)
committerPiotr Darosz <piotr.darosz@nokia.com>
Fri, 8 Mar 2019 09:11:44 +0000 (10:11 +0100)
commitc2ac232af66853dc6bc06f6cf4b03e5319eceb85
tree5f5d2316db98c888f6eb4c1116b71564d017c9d6
parente577b6a44e1dda60fb68543bcdfc627f111b4a97
Extract modules names and relations

Extract modules names and relations from DCAE_INVENTORY_BLUEPRINT

Change-Id: Ia419b946e15f399d3c4e8c75f836fde6b4b3dbed
Issue-ID: CLAMP-283
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
13 files changed:
src/main/java/org/onap/clamp/clds/sdc/controller/installer/BlueprintParser.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/sdc/controller/installer/ChainGenerator.java [new file with mode: 0644]
src/main/java/org/onap/clamp/clds/sdc/controller/installer/CsarInstallerImpl.java
src/main/java/org/onap/clamp/clds/sdc/controller/installer/MicroService.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/sdc/controller/installer/BlueprintParserTest.java [new file with mode: 0644]
src/test/java/org/onap/clamp/clds/sdc/controller/installer/ChainGeneratorTest.java [new file with mode: 0644]
src/test/resources/clds/blueprint-with-microservice-chain.yaml [new file with mode: 0644]
src/test/resources/clds/holmes-old-style-ms.yaml [new file with mode: 0644]
src/test/resources/clds/single-microservice-fragment-valid.yaml [new file with mode: 0644]
src/test/resources/clds/single-microservice-fragment-without-name.yaml [new file with mode: 0644]
src/test/resources/clds/single-microservice-fragment-without-properties.yaml [new file with mode: 0644]
src/test/resources/clds/single-microservice-fragment-without-relationships.yaml [new file with mode: 0644]
src/test/resources/clds/tca-old-style-ms.yaml [new file with mode: 0644]