summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-05-28Update css file name in conf.pyHEADmasterlf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I221b3657f26645b72cc4442e7f9432be70129c57
2020-05-01Added build directory to .gitignoreDan Timoney1-0/+1
Added build directory to .gitignore. Without this, recent sonar scans are including generated source files under build/lib as uncovered source, which is not correct. Change-Id: Ic24a438313bc09271d306c7eff97aab8e083efca Issue-ID: CCSDK-2354 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-08Automation adds ccsdk-platform-plugins-architecture.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: Ifc37e0c2837592a81c10c5497adcb428d0a4341f Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-08Merge "Automation adds release-notes.rst"Jessica Wagantall1-0/+1
2020-04-08Automation adds release-notes.rstLF Jenkins CI1-0/+1
Add _release_notes hook to allow automation. Fix non valid release notes characters in content. Issue-ID: CIMAN-376 Change-Id: I015d322d6a64a7f3a2aa334b2179f78ed5de898f Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-07Automation adds index.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: I5d2c1d7a3f896150135a6c2631395d8b209b97e4 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-02-24Update parent versionsDan Timoney2-2/+2
Update parent versions to fix broken build Change-Id: I1fa29fe77f736519ce9d2c458f452d962d5141f1 Issue-ID: CCSDK-2114 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-20Merge "Support python3 in all plugins"Dan Timoney42-157/+262
2020-02-18Merge "Migrate ccsdk-platform-plugins docs"Dan Timoney9-0/+145
2020-02-14Support python3 in all pluginsMiroslav Los42-157/+262
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
2020-02-13updates to pom.xml files for sonar-cloudHansen, Tony (th1395)7-13/+32
Change-Id: If2d759a264ca98fe9613637b4c81c0aa3bbfe2b3 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: CCSDK-2088 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
2020-02-10Migrate ccsdk-platform-plugins docsJessica Wagantall9-0/+145
Merging this will create https://onap-ccsdk-platform-plugins.readthedocs.io This build will run in parallel to the current docs generation method until we are ready to cut over. Issue-ID: CIMAN-364 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I9aa49187b78337cbe5c3a787c75d52384b755857
2020-01-30Upgrade oparent version for sonarcloudDan Timoney1-1/+24
Update oparent version to 3.0.0-SNAPSHOT to support sonarcloud migration. Note: also had to add repositories and pluginRepositories tags so that snapshot version of oparent could be used, since version of oparent that supports sonarcloud is not yet released. Change-Id: I9de4320f1fad554bbd6fcc8f7ab3c9975f7929ac Issue-ID: CCSDK-1948 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-15Merge "Do not use get_secret in test blueprint"Jack Lucas1-3/+3
2020-01-07Make DMaaP tests independent of each otherMiroslav Los5-149/+79
The tests in controllerif need not run to make the other tests work. Use mockconsul instead of test_get_config_service to feed test_dmaapc. Use mockconsul fixture in all other tests. Do not wrap actual exceptions with NonRecoverableError in test code. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1937 Change-Id: Iacb229cb8569838cc63932bcf572a6692ffd9124
2019-12-02Do not use get_secret in test blueprintMiroslav Los1-3/+3
Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1971 Change-Id: Ia81041b683d57ed1a4828d9c45eb49f5556c8f31
2019-11-18Merge "Make pgaas tests propagate test failures"Dan Timoney2-3/+9
2019-11-15Make pgaas tests propagate test failuresMiroslav Los2-3/+9
Reraise the exceptions so that test harness reports them properly. Fix parameters passed in test_update_database. Ensure strings are encoded before hashing (enforced in python3). Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1929 Change-Id: Iee098fd53bc0fbd1c69d737002d1f63f9548f7f4
2019-11-15Fix minor issues revealed by pylintMiroslav Los3-3/+3
Remove superfluous argument to str.format in dmaap. Fix two tests with the same name in dnsdesig. Raise a proper exception instead of bool in helm. Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech> Issue-ID: CCSDK-1928 Change-Id: I07ff9eaa3b25a4c7864eda2b6189d7357c887dd4
2019-10-16Enhance logic to hide credentials in logHong Guan4-7/+15
Issue-ID: CCSDK-1839 Signed-off-by: Hong Guan <hg4105@att.com> Change-Id: I8687e1de5165851f05dfffe2c45dcad3d844573d
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>