Added informing dmaap client in pnf-ready workflow 05/41905/2
authorbiniek <lukasz.biniek@nokia.com>
Tue, 10 Apr 2018 08:48:54 +0000 (10:48 +0200)
committerbiniek <lukasz.biniek@nokia.com>
Tue, 10 Apr 2018 09:39:12 +0000 (11:39 +0200)
commit402e5e2cad8320dcfe7bd49cc9724d3071a4224d
tree2d8f9cbe47251555f938adf93511ba28fc8d91f1
parentf115334f0e8711e36dd43bc79335f2c98c77723f
Added informing dmaap client in pnf-ready workflow

Change-Id: I0d7b610e24da56aad32a9b02b987f98f932456f6
Issue-ID: SO-506
Signed-off-by: biniek <lukasz.biniek@nokia.com>
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/InformDmaapClient.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/implementation/DmaapClient.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateAndActivatePnfResource.bpmn
bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/DmaapClientTestImpl.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/InformDmaapClientTest.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/pnf/delegate/bpmn/CreateAndActivatePnfResourceTest.java
bpmn/MSOInfrastructureBPMN/src/test/resources/applicationContext_forPnfTesting.xml