add template node 13/59513/7
authorSmokowski, Kevin (ks6305) <ks6305@att.com>
Tue, 7 Aug 2018 19:07:35 +0000 (19:07 +0000)
committerKevin Smokowski <ks6305@att.com>
Wed, 8 Aug 2018 19:33:46 +0000 (19:33 +0000)
commit42478b1721879ead6d595a238c45acd1c1f039c6
tree74ff35430b2b214aadb68829fdfb76df8d7ffaf1
parentefd6f9e3d2f770f16a6cb93efc061fe502a56979
add template node

add tempalte node implementation

Change-Id: Ifd3e6e7f2a7b9ff7029b523eab50274e440652cc
Issue-ID: CCSDK-440
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
16 files changed:
pom.xml
template-node/features/ccsdk-template-node/pom.xml [new file with mode: 0644]
template-node/features/features-template-node/pom.xml [new file with mode: 0644]
template-node/features/pom.xml [new file with mode: 0644]
template-node/installer/pom.xml [new file with mode: 0644]
template-node/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
template-node/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
template-node/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
template-node/pom.xml [new file with mode: 0644]
template-node/provider/pom.xml [new file with mode: 0644]
template-node/provider/src/main/java/org/onap/ccsdk/sli/plugins/template/TemplateNode.java [new file with mode: 0644]
template-node/provider/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
template-node/provider/src/test/java/org/onap/ccsdk/sli/plugins/template/MockTemplateNode.java [new file with mode: 0644]
template-node/provider/src/test/java/org/onap/ccsdk/sli/plugins/template/TemplateNodeTest.java [new file with mode: 0644]
template-node/provider/src/test/resources/basic.vtl [new file with mode: 0644]
template-node/provider/src/test/resources/template-node.properties [new file with mode: 0644]