From dbecba3a4baffacf9f2da82592b3e3a9e2929f21 Mon Sep 17 00:00:00 2001 From: Saravanan A Date: Mon, 10 Sep 2018 17:31:33 +0530 Subject: Add implementation for OOF PCI use case Receive DMaaP message from PCI-Handler MS with PCI Config change recommendations through DCAE_CL_OUTPUT topic. Trigger SDN-R (if allowed by policy) by sending DMaaP request through SDNR-CL topic. When the response is received from SDNR through SDNR-CL-RSP topic, just parse and print. Code review comments addressed Change-Id: If340a23ae18367b7f98e31fe79c09a09e645b2ad Issue-ID: POLICY-1089 Signed-off-by: Saravanan A --- controlloop/common/model-impl/sdnr/pom.xml | 46 ++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 controlloop/common/model-impl/sdnr/pom.xml (limited to 'controlloop/common/model-impl/sdnr/pom.xml') diff --git a/controlloop/common/model-impl/sdnr/pom.xml b/controlloop/common/model-impl/sdnr/pom.xml new file mode 100644 index 000000000..de67a4d96 --- /dev/null +++ b/controlloop/common/model-impl/sdnr/pom.xml @@ -0,0 +1,46 @@ + + + + 4.0.0 + + + org.onap.policy.drools-applications.controlloop.common.model-impl + model-impl + 1.3.0-SNAPSHOT + + + sdnr + + + + junit + junit + 4.12 + test + + + com.google.code.gson + gson + 2.5 + provided + + + -- cgit 1.2.3-korg