summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Disable deploy pluginelaltoTimoney, Dan (dt5972)1-0/+8
Disable deploy plugin in pgaas/pom.xml Change-Id: I8f4dd9d1d9b96f85c489b38b29881250e1628c88 Issue-ID: CCSDK-1757 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-06Fix errors in INFO.yamlTimoney, Dan (dt5972)1-19/+5
Fix errors in INFO.yaml file Change-Id: I1bba9f43725833a9f75a8c7eff5821ab58569827 Issue-ID: CCSDK-1696 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-07PGaaS plugin -- modify code to support python3Hansen, Tony (th1395)8-188/+536
add code to work on both python2 and python3 lots of pylinting remove debug logging of a password improve error message when given an invalid cluster name, simplify some code password changing capability for a database tox tests improvements NOTE . . . The PGaaS plugin uses several Cloudify mock libraries, one of which is not compatible with Python3. Until we get an updated version of that Cloudify mock libraries, we will have to leave out py3X from the tox tests. We cannot use py37 yet because Jenkins returns: InterpreterNotFound: python3.7 So tox.ini is using envlist = py27 Change-Id: I795b71cc8a1fdea043e2ff3a0d66bb95e3f93a89 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue: CCSDK-1599 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2019-07-19DMaaP add support for useExistingJack Lucas6-22/+46
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 Lucas2-3/+3
Issue-ID: DCAEGEN2-1651 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I6a158fbf2cd4d3f3e81fbd88e90a52a91242afaf
2019-07-11Disable deploy pluginTimoney, Dan (dt5972)6-5/+63
Disable maven-deploy-plugin to resolve build failure. Change-Id: I9158b158a8ccd1e64aac556452b168a310a0329e Issue-ID: CCSDK-1475 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-25Update DMaaP plugin - DataRouter subscriber creationJoeOLeary4-10/+17
- Add privileged subscriber flag. - Add decompression flag. Change-Id: Id3c2e7fb88d858f4a1ebe4e1ab86598c0f3f30a0 Issue-ID: DCAEGEN2-1581 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
2019-05-31Set up for new staging methodTimoney, Dan (dt5972)2-26/+43
Set up pom.xml for new staging method Change-Id: I889d5560a416562c75d56cd49f7041a7794e6b62 Issue-ID: CCSDK-1362 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-13Enhance Helm PlugindublinHong Guan8-217/+338
Change-Id: I82fea00651d726147276e0bba378f3b76ebbd4e6 Issue-ID: CCSDK-1330 Signed-off-by: Hong Guan <hg4105@att.com>
2019-04-29Prepare for releaseTimoney, Dan (dt5972)1-1/+1
Prepare for release build by updating to version 1.2.3 of oparent, which disables staging plugin. Change-Id: I44e8fbfba8dd1bea040011e4d12b6776c1b657db Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-31Merge "[20190329]: unit test code for dmaap plugin"Dan Timoney6-0/+491
2019-03-29[20190329]: unit test code for dmaap pluginxufeiliu8-2/+493
add unit test code for dmaap plugin. Conaul call in consul interface module is replace by mock function. Issue-ID: CCSDK-794 Change-Id: I01f8bbe4f3aba8f6b3bc1a17d2aa8a63781a575f Signed-off-by: xufeiliu <xl085b@att.com>
2019-03-26[20190326] change package name to dmaapxufeiliu2-2/+2
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-25[20190325] add module dmaap into root pom.xmlxufeiliu1-0/+1
add module dmaap in root pom.xml to ingetrate dmaap plugin into build Issue-ID: CCSDK-794 Change-Id: Ie9d3c0f05409db5bd29e6f34cd2af75fa1ea19ad Signed-off-by: xufeiliu <xl085b@att.com>
2019-03-05[20190304] update copyright and __init__.pyxufeiliu15-25/+26
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 versionxufeiliu9-196/+323
Issue-ID: CCSDK-794 Change-Id: Iaeac587a9697945eb9525d31fa950aea3594e187 Signed-off-by: xufeiliu <xl085b@att.com>
2019-02-23Update Helm plugin version for DublinHong Guan3-3/+3
Change-Id: I927e6a856aa7e33fadd050b908d5c6a8acfcae17 Issue-ID: CCSDK-1104 Signed-off-by: Hong Guan <hg4105@att.com>
2019-01-25Update Helm plugin type file artifact pathHong Guan1-1/+1
Change-Id: I61f0bef6f5bb9d65bf8fcfa1bdfd7cee7bba0acb Issue-ID: CCSDK-1007 Signed-off-by: Hong Guan <hg4105@att.com>
2018-12-17sync ONAP DMaaP-plugin with AT&T internalxufeiliu12-34/+352
Changes: security enhancement, support topic-name, more logs Change-Id: I7649505847a49b32d56d6e891aebb2521b54a7bd Issue-ID: CCSDK-794 Signed-off-by: xufeiliu <xl085b@att.com>
2018-12-11Update INFO.yaml fileJessica Wagantall1-16/+46
- Add Gaurav Agrawal as committer - Add missing info sections - Fix indentation to pass verify Change-Id: I6f25df5c631fba0dd1501046b247bc12b709c0de Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-12-05Update INFO.yaml fileJessica Wagantall1-5/+4
Remove Ryan Goulding Change-Id: I6839187da6b3c3d9c287f8eb7b15466f343074e6 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-12-04Add a new 'status' workflow for Helm PluginHong Guan4-2/+35
Change-Id: I87aa50b5ab5524494f035b290323c697169f26b9 Issue-ID: CCSDK-788 Signed-off-by: Hong Guan <hg4105@att.com>
2018-10-11Enhance the helm plugin error messageHong Guan1-3/+6
Change-Id: I872b799142b1bb7fe7f1f546646fa4fb325f7698 Issue-ID: CCSDK-619 Signed-off-by: Hong Guan <hg4105@att.com>
2018-10-03Update Helm Plugin type file version numberHong Guan1-1/+1
Change-Id: Icee747ffd91832dbc1854685233a8d68bc25c13f Issue-ID: CCSDK-605 Signed-off-by: Hong Guan <hg4105@att.com>
2018-09-13Added passenv line to use system proxy variablesArash Hekmat1-0/+3
Change-Id: I98de7f4a7f5e43bbb4f4c688578ba6a9a1f300cf Issue-ID: CCSDK-561 Signed-off-by: Arash Hekmat <arash.hekmat@amdocs.com>
2018-08-27Use managed guava versionGary Wu1-1/+1
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: Ic1d1419446855a6b15b41c8b1922c58bf0a4cfbc Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-22add mechanism to force a password changeHansen, Tony (th1395)3-17/+102
for plugins/pgaas_plugin Change-Id: Iac969f330683304bc6b6f6a81187cf75ac70815e Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: CCSDK-479 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-08-16Change XPath Option for CentOSHong Guan1-1/+2
Change-Id: I8f2e77a3806a555c89bed38019c36613a983948f Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-15Change helm plugin versionHong Guan2-2/+2
Change-Id: Icc2fe6309a96f324c535de3f447408260e0bab02 Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-15Add sonar test coverageHong Guan1-1/+1
Change-Id: I7cf494a34d60c90a9e0d137e710b16f9f83bdcbb Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-09set "pip install -U setuptools"Hong Guan1-0/+2
Change-Id: I3897d81c8fd23ece198b5dcf34b21ea24859928a Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-09fixed type file name mismatchHong Guan1-2/+2
Change-Id: If78d213f38c3bc672cf542cd7f1f7496781cb83b Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-08Add Helm Plugin maven buildHong Guan6-6/+331
Change-Id: I111db7511658bfff73e85cf9efed69e1a4e44713 Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-08-06Fix bug in basic authenticationjh245g2-2/+2
Change-Id: If3f8231b5a3330009379d6d20d47f0be895ecdc8 Issue-ID: CCSDK-425 Signed-off-by: jh245g <jh245g@att.com>
2018-08-02Support basic authentication in config repojh245g3-8/+39
Change-Id: Ic2f40abfbb54bf006f750e4aab7993cb1f4bd5c5 Issue-ID: CCSDK-425 Signed-off-by: jh245g <jh245g@att.com>
2018-07-25Fixed pgaas test configTimoney, Daniel (dt5972)1-0/+2
Updated pgaas/tox.ini to run tests from local dir instead of from site-packages Change-Id: If1f3f0cb54342ec889a1e63278bc3ee78ce19e9d Issue-ID: CCSDK-403 Signed-off-by: Timoney, Daniel (dt5972) <dt5972@att.com>
2018-07-22Added Helm Plugin unit test codeHong Guan3-48/+323
Change-Id: If35021a7161a2f0f0dba8f045356e52a3bce6ccf Issue-ID: CCSDK-392 Signed-off-by: Hong Guan <hg4105@att.com>
2018-07-10fixed code format bugHong Guan1-5/+5
Change-Id: I159c85f44118ba387c2a5f9438684b45405c6edd Issue-ID: CCSDK-354 Signed-off-by: Hong Guan <hg4105@att.com>
2018-07-05Reformat the helm plugin python codeHong Guan3-103/+147
Change-Id: I9b826964db98dcae59ff6165be9ed0897dcd5f47 Issue-ID: CCSDK-351 Signed-off-by: Hong Guan <hg4105@att.com>
2018-07-05Enhancement to support yaml inputHong Guan4-20/+39
Change-Id: Ib3d638965091a363f0c223012de9748650eb0960 Issue-ID: CCSDK-333 Signed-off-by: Hong Guan <hg4105@att.com>
2018-06-27Update helm plugin source codejh245g15-0/+954
Change-Id: I1689d8d915c8f18a3e8230dcabb33413a2b9043e Issue-ID: CCSDK-322 Signed-off-by: jh245g <jh245g@att.com>
2018-05-04Merge "Add INFO.yaml file"Dan Timoney1-0/+42
2018-05-03Add INFO.yaml fileJessica Wagantall1-0/+42
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: If0f53ba1cfb128d48a8e396202b6cf1812b236f0 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-05Revert "Revert "add capability to take over ...""Hansen, Tony (th1395)8-98/+237
This reverts commit 2fcc882d69dc4a59846ef2ff6b352e40c3f5cf49. Resolve comments from Jack Change-Id: I8e4ff9a04452a3fa5704b948126b508e78e94bdc Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: CCSDK-228 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-03-29Revert "add capability to take over ..."Timoney, Dan (dt5972)8-228/+92
This reverts commit adcb1dfaf4d88062c11630fee59eacb15965c373. Issue-ID: CCSDK-228 Change-Id: Ib88a52888c1b9f9adfcc22fecf2f8c297621a81a Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-03-28add capability to take over an existing DBHansen, Tony (th1395)8-92/+228
add ability to take a port as part of the hostname add IPv6 support as [IPv6address] or [IPv6address]:port Change-Id: Ia7a7309f7964b64fa65b0fa98891e529d7765056 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: CCSDK-228 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2018-03-16Upgrade to latest oparentGildas Lanilis1-1/+1
Update pom.xml file to latest version release of oparent, 1.1.0 Change-Id: I11416c800df883997eeb2d604b0b50ccf57eb9d4 Issue-ID: INT-443 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-02-22Make SONAR code coverage workAndrew Gauld8-45/+47
Change-Id: Id54f9199d4ac7a1a501a875743fa35aecbe60ac4 Issue-ID: DCAEGEN2-355 Signed-off-by: Andrew Gauld <ag1282@att.com>
2018-01-24Roll back version number in types.yamlAndrew Gauld1-1/+1
Change-Id: Ib352f9ad46a5ba5aecf44aeb6bbd105960e735fe Issue-ID: CCSDK-181 Signed-off-by: Andrew Gauld <ag1282@att.com>
2018-01-19dnsdesig plugin support for Identity v3 apiAndrew Gauld6-51/+218
Change-Id: Ic00bf6e18abc680bd99fd02b752b9da065107eb7 Issue-ID: CCSDK-181 Signed-off-by: Andrew Gauld <ag1282@att.com>