Add seed code for DMaaP plugin 19/9919/1
authorJack Lucas <jflucas@research.att.com>
Fri, 1 Sep 2017 13:48:08 +0000 (13:48 +0000)
committerJack Lucas <jflucas@research.att.com>
Fri, 1 Sep 2017 13:50:18 +0000 (13:50 +0000)
commit0619cb3772a12e0a5a3aecc09b96eeb7df20a000
treeb8a921e0e41578163f7c2db41450301c374361df
parentac3f029edc6bc8b25ab44666b5408c8929e6ba92
Add seed code for DMaaP plugin

Change-Id: I8c7a9c432badd3052a571ed87b9b580760b376e6
Issue-Id: CCSDK-65
Signed-off-by: Jack Lucas <jflucas@research.att.com>
19 files changed:
dmaap/.gitignore [new file with mode: 0644]
dmaap/LICENSE.txt [new file with mode: 0644]
dmaap/README.md [new file with mode: 0644]
dmaap/consulif/__init__.py [new file with mode: 0644]
dmaap/consulif/consulif.py [new file with mode: 0644]
dmaap/dmaap.yaml [new file with mode: 0644]
dmaap/dmaapcontrollerif/__init__.py [new file with mode: 0644]
dmaap/dmaapcontrollerif/dmaap_requests.py [new file with mode: 0644]
dmaap/dmaapplugin/__init__.py [new file with mode: 0644]
dmaap/dmaapplugin/dmaaputils.py [new file with mode: 0644]
dmaap/dmaapplugin/dr_bridge.py [new file with mode: 0644]
dmaap/dmaapplugin/dr_lifecycle.py [new file with mode: 0644]
dmaap/dmaapplugin/dr_relationships.py [new file with mode: 0644]
dmaap/dmaapplugin/mr_lifecycle.py [new file with mode: 0644]
dmaap/dmaapplugin/mr_relationships.py [new file with mode: 0644]
dmaap/requirements.txt [new file with mode: 0644]
dmaap/setup.py [new file with mode: 0644]
dmaap/tests/test_plugin.py [new file with mode: 0644]
dmaap/tox.ini [new file with mode: 0644]