Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to c319ab77392429d8fd71f031097aafe513cf822d
- Automation adds ccsdk-platform-plugins-architecture.rst
Issue-ID: CIMAN-376
Change-Id: Ifc37e0c2837592a81c10c5497adcb428d0a4341f
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to c949a7b05b1de7a2306368028a48cb582b10c956
- Merge "Automation adds release-notes.rst"
- Automation adds release-notes.rst
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>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to ff7e3007636a327dddecc129dd4b3a7062776aed
- Automation adds index.rst
Issue-ID: CIMAN-376
Change-Id: I5d2c1d7a3f896150135a6c2631395d8b209b97e4
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 9ca8e4a4a9e94f51506fb856ba64650cff322c4d
- Update parent versions
Update parent versions to fix broken build
Change-Id: I1fa29fe77f736519ce9d2c458f452d962d5141f1
Issue-ID: CCSDK-2114
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 6a407a45c77662a42160462c8fa69261f3fc76b3
- Merge "Support python3 in all plugins"
- Support python3 in all plugins
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
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 87d14cfc2cdcdfecbc75396d5347eae295bfb570
- Merge "Migrate ccsdk-platform-plugins docs"
- Migrate ccsdk-platform-plugins docs
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
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 4daa9d9a30306cfa6d25999cdc992d886fa405a8
- updates to pom.xml files for sonar-cloud
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>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 83b1669c0ec3139557172946f98dab1fd337f028
- Upgrade oparent version for sonarcloud
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>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to b5ea66623c1d6178cfcc325687f03abe81d23575
- Merge "Do not use get_secret in test blueprint"
- Do not use get_secret in test blueprint
Signed-off-by: Miroslav Los <miroslav.los@pantheon.tech>
Issue-ID: CCSDK-1971
Change-Id: Ia81041b683d57ed1a4828d9c45eb49f5556c8f31
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 0b0a6ca5d765ea2bda591c34b6c995aae00bcd4c
- Make DMaaP tests independent of each other
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
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 8e573aa799c96cbe2a0404e58d67f48eea50b9db
- Merge "Make pgaas tests propagate test failures"
- Make pgaas tests propagate test failures
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
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 7e1f8a90d2fd18a5169cea04b6bb53dd9288092e
- Fix minor issues revealed by pylint
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
|
|
Automated submodules updated is currently broken.
Let's update repos manually.
Issue-ID: DOC-552
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I1851c5f2b1ae0b0433b2fd60da2e3de8213753f3
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to b50321b613a139d7cb1732d1814194bafb657430
- Disable deploy plugin
Disable deploy plugin in pgaas/pom.xml
Change-Id: I8f4dd9d1d9b96f85c489b38b29881250e1628c88
Issue-ID: CCSDK-1757
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to ee9341e37f22c8cef87c48569ffdff1057c27ebe
- Fix errors in INFO.yaml
Fix errors in INFO.yaml file
Change-Id: I1bba9f43725833a9f75a8c7eff5821ab58569827
Issue-ID: CCSDK-1696
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 85b8365c69b25191ba53390ba8ae9c7ad8e9f18b
- PGaaS plugin -- modify code to support python3
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>
|
|
It removes 2 submodules which don't contain any readthedoc section.
Issue-ID: DOC-505
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I234eec3993db4bf3a61ed39af52f2ed7fe9cf9d7
|
|
It removes repositories which are no more in use (locked).
Issue-ID: DOC-505
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I76a1cf809146ebfc11477a776ef08878ecc8c8c8
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 556b233513db587f5d3982628dbca200fd3a9e2a
- DMaaP add support for useExisting
Issue-ID: DCAEGEN2-1670
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I0a945117b7f4084191245ea56af2712b2cd20d4c
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 2aa97d09d9fc97a1562a3e3ac966bd48130086a4
- Move DR subscriber creation before container start
Issue-ID: DCAEGEN2-1651
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I6a158fbf2cd4d3f3e81fbd88e90a52a91242afaf
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to d7275e776cbfa0484d82700bdabf47da91b46114
- Disable deploy plugin
Disable maven-deploy-plugin to resolve build failure.
Change-Id: I9158b158a8ccd1e64aac556452b168a310a0329e
Issue-ID: CCSDK-1475
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 6b5636fe2ddaab95d180876127701e71639faf78
- Update DMaaP plugin - DataRouter subscriber creation
- Add privileged subscriber flag.
- Add decompression flag.
Change-Id: Id3c2e7fb88d858f4a1ebe4e1ab86598c0f3f30a0
Issue-ID: DCAEGEN2-1581
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to d206b39f669ff86e469918ef1db5d3e75f4d18d4
- Set up for new staging method
Set up pom.xml for new staging method
Change-Id: I889d5560a416562c75d56cd49f7041a7794e6b62
Issue-ID: CCSDK-1362
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 906f5e2dc9b12074a12b69cc874056ef4a185dcc
- Enhance Helm Plugin
Change-Id: I82fea00651d726147276e0bba378f3b76ebbd4e6
Issue-ID: CCSDK-1330
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 0dc5f5a63db8cdacd39dbc3aefa0b22698154e27
- Prepare for release
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>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 4f32aa90356e982b81940739414a4f28d384d7da
- Merge "[20190329]: unit test code for dmaap plugin"
- [20190329]: unit test code for dmaap plugin
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>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 789a8a03a36c588e67a33ba583f0f2d28f0942c3
- [20190326] change package name to dmaap
change package name from cloudifydmaapplugin to dmaap for build
Issue-ID: CCSDK-794
Change-Id: Ib7eb3154273660c684d3dbb450cf251a241a95e3
Signed-off-by: xufeiliu <xl085b@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 1daa029162f0d51f1ea682c5b09990d3f31e6f43
- [20190325] add module dmaap into root pom.xml
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>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 9cdef01070d0227b7a03e907d55de4a3b7295ce2
- [20190304] update copyright and __init__.py
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>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to eb7a73a1ed6fac775dc09dc581d11367e4262598
- rm pkcrypto, CommonLogger.config, update version
Issue-ID: CCSDK-794
Change-Id: Iaeac587a9697945eb9525d31fa950aea3594e187
Signed-off-by: xufeiliu <xl085b@att.com>
|
|
* Update docs/submodules/ccsdk/platform/plugins.git from branch 'master'
to 1bcb3352a0819764954e6f301190e1041d5afa49
- Update Helm plugin version for Dublin
Change-Id: I927e6a856aa7e33fadd050b908d5c6a8acfcae17
Issue-ID: CCSDK-1104
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master 4bdd986c840b025b7eee18be24254a6aabc6d2ca
Update Helm plugin type file artifact path
Change-Id: I61f0bef6f5bb9d65bf8fcfa1bdfd7cee7bba0acb
Issue-ID: CCSDK-1007
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master f429e8f161c95c35d7247f928482dba5491d3665
sync ONAP DMaaP-plugin with AT&T internal
Changes: security enhancement, support topic-name, more logs
Change-Id: I7649505847a49b32d56d6e891aebb2521b54a7bd
Issue-ID: CCSDK-794
Signed-off-by: xufeiliu <xl085b@att.com>
|
|
Project: ccsdk/platform/blueprints master 0bb45f0d88abb94cadfcc462f31bc8c7453be204
Update INFO.yaml file
- Add Gaurav Agrawal as committer
- Add missing info sections
- Fix indentation to pass verify
Change-Id: I63e577032b654461c85a5dcd8b773b87b223bacd
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/platform/plugins master 2e93164490b3ad9cd85f63ad6619ec02947dd3a3
Update INFO.yaml file
- 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>
|
|
Project: ccsdk/platform/blueprints master d1cce465cc3d281b8bd7f2c9fee067c5f7c36169
Update INFO.yaml file
Remove Ryan Goulding
Change-Id: Ia092409914fac76b17724a24332e489d2e7e3504
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/platform/plugins master 9745a3c068a8fe5e062ddae3904d3d25df6b2681
Update INFO.yaml file
Remove Ryan Goulding
Change-Id: I6839187da6b3c3d9c287f8eb7b15466f343074e6
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/platform/plugins master 2e7361cf94af3d57ae57610118a8a8975e022f74
Add a new 'status' workflow for Helm Plugin
Change-Id: I87aa50b5ab5524494f035b290323c697169f26b9
Issue-ID: CCSDK-788
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master ac39f88aa15b511dab1230720057b9737d38c102
Enhance the helm plugin error message
Change-Id: I872b799142b1bb7fe7f1f546646fa4fb325f7698
Issue-ID: CCSDK-619
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master ff744f3655438bd10de1f6b4558c2d4715e9518c
Update Helm Plugin type file version number
Change-Id: Icee747ffd91832dbc1854685233a8d68bc25c13f
Issue-ID: CCSDK-605
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master 9685feac47f3e6510fc5a2e40e8160c9296d0e83
Added passenv line to use system proxy variables
Change-Id: I98de7f4a7f5e43bbb4f4c688578ba6a9a1f300cf
Issue-ID: CCSDK-561
Signed-off-by: Arash Hekmat <arash.hekmat@amdocs.com>
|
|
Project: ccsdk/platform/plugins master 8904e10722eddd6de6fb92e2cbb953a306079227
Use managed guava version
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>
|
|
Project: ccsdk/platform/plugins master 03bac46783200b036b769411b773c87d0ee2cd1e
add mechanism to force a password change
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>
|
|
Project: ccsdk/platform/plugins master 59e33384d34340c2608e089bb03c5c118ff15142
Change XPath Option for CentOS
Change-Id: I8f2e77a3806a555c89bed38019c36613a983948f
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master 11aaa9e4cd2374daa970e6a1db362256e2e02ff8
Change helm plugin version
Change-Id: Icc2fe6309a96f324c535de3f447408260e0bab02
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master 47d44eca38257781b884544f7ef1c97d6a02b2ce
Add sonar test coverage
Change-Id: I7cf494a34d60c90a9e0d137e710b16f9f83bdcbb
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master b1a32c3ee2dc4fe2b6c72edbf18d4526003aef36
set "pip install -U setuptools"
Change-Id: I3897d81c8fd23ece198b5dcf34b21ea24859928a
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master d325d65c7bd63fa1709e3d1f0d5327a6a330c01f
fixed type file name mismatch
Change-Id: If78d213f38c3bc672cf542cd7f1f7496781cb83b
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master 72e2ba6f74c73a3bfbc4a438036ea9d8c7679612
Add Helm Plugin maven build
Change-Id: I111db7511658bfff73e85cf9efed69e1a4e44713
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/platform/plugins master e76d177a713b10a92525f09dbd3199a090d14d8f
Fix bug in basic authentication
Change-Id: If3f8231b5a3330009379d6d20d47f0be895ecdc8
Issue-ID: CCSDK-425
Signed-off-by: jh245g <jh245g@att.com>
|