First draft Energy Savings POLICY_TO_SDNR handler 85/55985/4
authorCLAPP, GEORGE H (gc731h) <gc731h@att.com>
Fri, 6 Jul 2018 20:12:26 +0000 (20:12 +0000)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Fri, 13 Jul 2018 20:15:28 +0000 (16:15 -0400)
commit10cd619b5e6e34b22b3239a2516f1ca491c87a3a
treebd1d1b7a2bdc2b837cecb216f25e01b0f9a65311
parentfd23f3cf7c22ef284de0338c9fd380d5f189a87f
First draft Energy Savings POLICY_TO_SDNR handler

Initial commit of a karaf feature to process a DMaaP topic sent by
Policy to SDNR as part of the Energy Savings project.  The topic name
is POLICY_TO_SDNR, and the content is a large and complex JSON
structure. Currently, this feature simply forwards the JSON string to
a server and returns the response of the server to Policy in topic
SDNR_TO_POLICY.

Change-Id: I84cb891c98fb23f5dfe44a9e3ad8ce69afb72405
Issue-ID: CCSDK-350
Signed-off-by: George Clapp <gc731h@att.com>
14 files changed:
.gitignore [new file with mode: 0644]
sdnr/northbound/energysavings/README.md [new file with mode: 0644]
sdnr/northbound/energysavings/features/pom.xml [new file with mode: 0644]
sdnr/northbound/energysavings/installer/pom.xml [new file with mode: 0755]
sdnr/northbound/energysavings/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
sdnr/northbound/energysavings/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
sdnr/northbound/energysavings/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
sdnr/northbound/energysavings/model/pom.xml [new file with mode: 0644]
sdnr/northbound/energysavings/model/src/main/yang/Energysavings.yang [new file with mode: 0644]
sdnr/northbound/energysavings/pom.xml [new file with mode: 0644]
sdnr/northbound/energysavings/provider/pom.xml [new file with mode: 0644]
sdnr/northbound/energysavings/provider/src/main/java/org/onap/ccsdk/features/sdnr/northbound/impl/EnergysavingsProvider.java [new file with mode: 0644]
sdnr/northbound/energysavings/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
sdnr/northbound/energysavings/provider/src/main/resources/sdnr-energy-savings.properties [new file with mode: 0644]