SDNC Blueprints Content Generation Service 59/64559/1
authorSingal, Kapil (ks220y) <ks220y@att.com>
Wed, 5 Sep 2018 02:04:48 +0000 (22:04 -0400)
committerSingal, Kapil (ks220y) <ks220y@att.com>
Wed, 5 Sep 2018 02:04:48 +0000 (22:04 -0400)
commitc09c0fa4ef4c1cd7e7e28a12c9469b783b75d4d8
tree224b50684ace3785d9da69f710706c3d810d0450
parentd280b356afc2595ab9d5492bb5ae55b9553b218f
SDNC Blueprints Content Generation Service

Creating SDNC Blueprints Content Generation Service to mash data into Velocity Templates

Change-Id: I0b5100f1dd242b9d70df7f919c2a7e4105364eed
Issue-ID: CCSDK-504
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
16 files changed:
blueprints-processor/plugin/generator-provider/src/main/java/org/onap/ccsdk/config/generator/ConfigGeneratorConstant.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/main/java/org/onap/ccsdk/config/generator/data/ConfigGeneratorInfo.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/main/java/org/onap/ccsdk/config/generator/service/ConfigGeneratorNode.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/main/java/org/onap/ccsdk/config/generator/service/ConfigGeneratorService.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/main/java/org/onap/ccsdk/config/generator/service/ConfigGeneratorServiceImpl.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/main/java/org/onap/ccsdk/config/generator/tool/CustomJsonNodeFactory.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/main/java/org/onap/ccsdk/config/generator/tool/CustomTextNode.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/main/java/org/onap/ccsdk/config/generator/tool/EscapeUtils.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/test/java/org/onap/ccsdk/config/generator/service/ConfigGeneratorNodeTest.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/test/java/org/onap/ccsdk/config/generator/tool/EscapeUtilsTest.java [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/configdata.json [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/configdata_with_null.json [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/generate_configuration.json [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/velocity/base-config-template.vtl [new file with mode: 0644]
blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/velocity/base-config-template_group.vtl [new file with mode: 0644]