dcaegen2 vescollector seedcode 47/8347/2
authorVENKATESH KUMAR <vv770d@att.com>
Tue, 22 Aug 2017 22:36:51 +0000 (23:36 +0100)
committerVENKATESH KUMAR <vv770d@att.com>
Wed, 23 Aug 2017 04:57:24 +0000 (00:57 -0400)
commit64dd2f365ce28e8254ba8fa4407dc5d7f192dacf
treef950dd24404a02acfdd0a853cbb9fef3fb4b65ce
parentef607b769611ddb809a4c13ce421f88ece16017d
dcaegen2 vescollector seedcode

Initial seed code delivery for vescollector for support
on the gen2dcae platform

Issue-ID: DCAEGEN2-52
Change-Id: Id2477eb266f05caf64c67dd809b1ad146ff4fb92
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
58 files changed:
.gitignore [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
data-formats/VES-4.27.2-dataformat.json [new file with mode: 0644]
data-formats/VES-5.28.3-dataformat.json [new file with mode: 0644]
data-formats/healthcheck-docker-config.json [new file with mode: 0644]
data-formats/ves-dmaap-config.json [new file with mode: 0644]
data-formats/ves-response.json [new file with mode: 0644]
docker-build.sh [new file with mode: 0644]
dpo/blueprint/blueprint_ves.yaml [new file with mode: 0644]
dpo/spec/vescollector-componentspec.json [new file with mode: 0644]
dpo/tosca_model/schema.yaml [new file with mode: 0644]
dpo/tosca_model/template.yaml [new file with mode: 0644]
dpo/tosca_model/translate.yaml [new file with mode: 0644]
etc/CommonEventFormat_27.2.json [new file with mode: 0644]
etc/CommonEventFormat_28.3.json [new file with mode: 0644]
etc/CommonEventFormat_Vendors_v25.json [new file with mode: 0644]
etc/CommonEventFormat_Vendors_v26.0.json [new file with mode: 0644]
etc/DmaapConfig.json [new file with mode: 0644]
etc/ExceptionConfig.json [new file with mode: 0644]
etc/collector.properties [new file with mode: 0644]
etc/eventTransform.json [new file with mode: 0644]
etc/keystore [new file with mode: 0644]
etc/log4j.xml [new file with mode: 0644]
etc/passwordfile [new file with mode: 0644]
pom.xml [new file with mode: 0644]
settings.xml [new file with mode: 0644]
src/assembly/dep.xml [new file with mode: 0644]
src/main/java/org/onap/dcae/commonFunction/CommonStartup.java [new file with mode: 0644]
src/main/java/org/onap/dcae/commonFunction/ConfigProcessors.java [new file with mode: 0644]
src/main/java/org/onap/dcae/commonFunction/CustomExceptionLoader.java [new file with mode: 0644]
src/main/java/org/onap/dcae/commonFunction/DmaapPropertyReader.java [new file with mode: 0644]
src/main/java/org/onap/dcae/commonFunction/EventProcessor.java [new file with mode: 0644]
src/main/java/org/onap/dcae/commonFunction/EventPublisher.java [new file with mode: 0644]
src/main/java/org/onap/dcae/commonFunction/VESLogger.java [new file with mode: 0644]
src/main/java/org/onap/dcae/controller/FetchDynamicConfig.java [new file with mode: 0644]
src/main/java/org/onap/dcae/controller/LoadDynamicConfig.java [new file with mode: 0644]
src/main/java/org/onap/dcae/restapi/RestfulCollectorServlet.java [new file with mode: 0644]
src/main/java/org/onap/dcae/restapi/endpoints/EventReceipt.java [new file with mode: 0644]
src/main/java/org/onap/dcae/restapi/endpoints/Ui.java [new file with mode: 0644]
src/main/resources/org/onap/dcae/ecomplog/seclogger.properties [new file with mode: 0644]
src/main/resources/routes.conf [new file with mode: 0644]
src/main/resources/seclogger.yaml [new file with mode: 0644]
src/main/resources/templates/hello.html [new file with mode: 0644]
src/main/scripts/VESrestfulCollector.sh [new file with mode: 0644]
src/main/scripts/VESrestfulCollector_Status.sh [new file with mode: 0644]
src/main/scripts/build.sh [new file with mode: 0644]
src/main/scripts/docker-entry.sh [new file with mode: 0644]
src/main/scripts/reconfigure.sh [new file with mode: 0644]
src/main/scripts/run-dcae-controller-ves-collector-daemon.sh [new file with mode: 0644]
src/main/scripts/run-dcae-controller-ves-collector-interactive.sh [new file with mode: 0644]
src/test/java/org/onap/dcae/vestest/InputJsonValidation.java [new file with mode: 0644]
src/test/java/org/onap/dcae/vestest/VESCollectorJunitTest.java [new file with mode: 0644]
src/test/java/org/onap/dcae/vestest/VESCollectorJunitTestRunner.java [new file with mode: 0644]
src/test/resources/VES_invalid.txt [new file with mode: 0644]
src/test/resources/VES_valid.txt [new file with mode: 0644]
swagger_vescollector.yaml [new file with mode: 0644]