summaryrefslogtreecommitdiffstats
path: root/dmaap/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2020-02-14Support python3 in all pluginsMiroslav Los1-4/+24
Unify tox/requirements/setup.py requirement specifications. Use cloudify-common 5.0.5 release. For helm, use a dev cloudify-common build with better python3 code. Use PEP 508 URLs in requirements for the non-PyPI (github) release. Fix mixed indentation and trailing whitespace. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1931 Change-Id: I607957d9e2c299121785f3f02420c6038966a200
2019-07-19DMaaP add support for useExistingJack Lucas1-1/+1
Issue-ID: DCAEGEN2-1670 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I0a945117b7f4084191245ea56af2712b2cd20d4c
2019-07-16Move DR subscriber creation before container startJack Lucas1-1/+1
Issue-ID: DCAEGEN2-1651 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I6a158fbf2cd4d3f3e81fbd88e90a52a91242afaf
2019-06-25Update DMaaP plugin - DataRouter subscriber creationJoeOLeary1-1/+1
- Add privileged subscriber flag. - Add decompression flag. Change-Id: Id3c2e7fb88d858f4a1ebe4e1ab86598c0f3f30a0 Issue-ID: DCAEGEN2-1581 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-03-26[20190326] change package name to dmaapxufeiliu1-1/+1
change package name from cloudifydmaapplugin to dmaap for build Issue-ID: CCSDK-794 Change-Id: Ib7eb3154273660c684d3dbb450cf251a241a95e3 Signed-off-by: xufeiliu <xl085b@att.com>
2019-03-05[20190304] update copyright and __init__.pyxufeiliu1-1/+1
Update all copyrights. Update dmaapplugin/__init__.py to match the ONAP environment. 1) Consul address is "consul". 2) certificate is at /opt/onap/certs/cacert.pem. 3) Consul key name "dmaap-plugin" 4) Bus controller address is "dmaap-bc", port 8080 or 8443. Issue-ID: CCSDK-794 Change-Id: I47c85be11430510e2035f7972f97e63fe11757dc Signed-off-by: xufeiliu <xl085b@att.com>
2019-02-28rm pkcrypto, CommonLogger.config, update versionxufeiliu1-1/+1
Issue-ID: CCSDK-794 Change-Id: Iaeac587a9697945eb9525d31fa950aea3594e187 Signed-off-by: xufeiliu <xl085b@att.com>
2018-12-17sync ONAP DMaaP-plugin with AT&T internalxufeiliu1-1/+1
Changes: security enhancement, support topic-name, more logs Change-Id: I7649505847a49b32d56d6e891aebb2521b54a7bd Issue-ID: CCSDK-794 Signed-off-by: xufeiliu <xl085b@att.com>
2017-09-01Add seed code for DMaaP pluginJack Lucas1-0/+16
Change-Id: I8c7a9c432badd3052a571ed87b9b580760b376e6 Issue-Id: CCSDK-65 Signed-off-by: Jack Lucas <jflucas@research.att.com>