aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-04restapicallnode fixSmokowski, Kevin (ks6305)2-4/+70
restapicallnode should support commas in urls Issue-ID: CCSDK-2399 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: If177498b6f854aaa6f89811ab8a134f696e7e700 (cherry picked from commit ad5c70ad6ab8514c5a5e4ed87d76877b1b451ccd)
2020-05-21Use released RC2 parent pomDan Timoney31-31/+31
Use released RC2 parent pom Change-Id: I636681c8cd6ec8dc5f38f6f73a247d91c25d0f95 Issue-ID: CCSDK-2345 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-15Use RC2 versions of parent pomsDan Timoney31-59/+31
Update to use RC2 version of parent poms and use version of ccsdk.sli.core.version specified in parent pom rather than assuming it as same as sli/plugins version Change-Id: Icca1a9ab7627b98be4168b298fdbbe00781ee04c Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-30Roll to next snapshotDan Timoney32-63/+63
Roll to next Frankfurt snapshot Change-Id: I76dda190d8e9ccc65635956499b83b66ead91ad3 Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-29Release version 0.7.2Dan Timoney1-0/+5
Release version 0.7.2 of ccsdk artifacts Change-Id: I0da0afc6b6ed02dc512610ce4e2d2911adda6224 Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-04-27Use RC1 version of parent pomsDan Timoney31-31/+31
Update to use RC1 version of parent poms Change-Id: If4dc484043838f5d075580b7a0b4e196d2d89a80 Issue-ID: CCSDK-2344 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Roll to next Frankfurt snapshotDan Timoney32-32/+32
Roll to next Frankfurt snapshot (0.7.2-SNAPSHOT) Change-Id: Ib8ab73e10e9efc3c016b2c1131e8b026605e9573 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-05Release version 0.7.1Dan Timoney1-0/+5
Release version 0.7.1 (Frankfurt M4) Change-Id: I613836d98517a3877cce9a366c9a9796730aeec6 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-03Use released 1.5.2 CCSDK parentDan Timoney31-31/+31
Update to use released version of CCSDK parent pom Change-Id: Ie2db3e1f9f8e2aa411a456cb3f29916226aa6b10 Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-02Restapi-call-node: Fix sending big files to DMAAP data routersb53563-63/+112
Issue-ID: CCSDK-2122 Signed-off-by: Stan Bonev <sb5356@att.com> Change-Id: If71e6d3ee0bd649994ce4b9a23dcbd1b42a64101
2020-02-24Fix dblib dependency scopeDan Timoney1-0/+1
Scope of dependency on dblib must be provided to avoid conflicting definition of embedded tomcat dependency in derived feature.xml Change-Id: I14ab926da13aae64bd819dbb05c66e373e1cb3ac Issue-ID: CCSDK-2117 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-20rest api call node target entitySmokowski, Kevin (ks6305)2-3/+8
rest api call node target entity Issue-ID: CCSDK-2109 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ib754a02cc64862de6518eac2a1c28b9f637616bc
2020-02-18Escaping multi-line stringSingal, Kapil (ks220y)3-19/+45
Supporting multiline json string if embedding within Rest payload template Change-Id: I6a96f58732734fca0127d57fa5de3ba3cb7276c4 Issue-ID: CCSDK-2103 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2020-01-24Roll versions to next snapshotDan Timoney32-63/+63
Roll CCSDK to next snapshot version Change-Id: Ic16bc8c82ac5f3daba558bfb315437505ff06475 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-24Release CCSDK version 0.7.0Dan Timoney1-0/+5
Release version 0.7.0 of CCSDK maven artifacts. Change-Id: I3ddddc9315ae4f188f408c48976897f83c8f56cb Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-23Use released parent pomDan Timoney31-31/+31
Use released version of ccsdk/parent poms Change-Id: I9637c4f8912f7c6583c4764928facbb706deb785 Issue-ID: CCSDK-1963 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-12-20MultiDimension JSON Array ParserSingal, Kapil (ks220y)4-40/+109
Adding Code to support MutiDimensional json parsing logic Change-Id: I487f25c9c7eaeb466ac6903bea80175fa4c50728 Issue-ID: CCSDK-2008 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-12-19Fixing JSONParser for JSONArray elementSingal, Kapil (ks220y)29-584/+56
Refactoring Related JUnit and fixing test JSON Files Change-Id: I1cd7ba04f53798e4b3f5451de6bfed24054d3ea5 Issue-ID: CCSDK-2008 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-12-18RestapiCallNode unit testsSmokowski, Kevin (ks6305)9-94/+386
Validate JsonParser in RestapiCallNode Issue-ID: CCSDK-2008 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Idd062d9614b89b1c0142591af600ea8ff61c019a
2019-12-12Refactor karaf features into single moduleTimoney, Dan (dt5972)34-400/+123
Refactor karaf features installation into a single installation bundle instead of embedding in each module's installer. Change-Id: I281973c5d6fda5eeb0483cf9e6d058b8a4992ed3 Issue-ID: CCSDK-1754 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-11Generate dependency listTimoney, Dan (dt5972)2-4/+46
Generate list of direct dependencies for repository and publish to Nexus. Change-Id: I05820144bab2820cb00d8796f361d16172069eaa Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-09[CCSDK-1985]GR Toolkit RefactorHaddox, Anthony (ah0647)56-753/+4193
Refactor of the GR Toolkit provider module to allow for more flexibility for different architectures. Health checking and failover logic has been extracted into an abstract HealthResolver class and several implementations for Single, Three, and Six node controller architectures. Resolvers can be specified in the gr-toolkit.properties file, or a fallback resolver can be used if one is not specified. Signed-off-by: Haddox, Anthony (ah0647) <ah0647@att.com> Issue-ID: CCSDK-1985 Change-Id: I262407e9d8830d91c39c4e75134a9f1cb1d259fe
2019-12-09Exclude problematic nested commitTimoney, Dan (dt5972)1-0/+6
Add dependency exclusion for java.xml:jsr173 to avoid issue in derived feature.xml. Change-Id: I2c5a25895e3ad85764687352c72159cc6d106de7 Issue-ID: CCSDK-1979 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-05Clean up installerTimoney, Dan (dt5972)4-20/+4
Clean up installers to install only ONAP code, not third party dependencies. Third party dependencies should be installed in ccsdk/distribution/dependencies only. Change-Id: Icd7b7d34d1f0b5c07b8f0badd28e33330e518774 Issue-ID: CCSDK-1979 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-12-02Use 1.5.1-SNAPSHOT version of parent pomTimoney, Dan (dt5972)43-43/+43
Fixed version of parent pom to use snapshot version Change-Id: Iee98265e71ade4a4af65614c2280732c153537d8 Issue-ID: CCSDK-1935 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-19Fix versions of sli core dependenciesTimoney, Dan (dt5972)7-0/+26
Fix to override ccsdk sli core version from parent pom with current version Change-Id: I0d4dfad609fb7c838d3750ef36b8656ad102dda6 Issue-ID: CCSDK-1944 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-19Add id for KapilTimoney, Dan (dt5972)1-0/+5
Add Kapil's ATT id as committer Change-Id: Ie51725159237d9eac9903667c0b27ee83b78bc6a Issue-ID: CCSDK-1934 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-18Merge "[CCSDK-1921]Connection Timeout and Info Logging"Dan Timoney1-1/+12
2019-11-15Add new committers Kevin and KapilTimoney, Dan (dt5972)1-0/+16
Add new committers Kevin Smokowski and Kapil Singal Change-Id: I0c0abb07d2575f51b81949d3b997cb1e9f00a8aa Issue-ID: CCSDK-1934 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-13Use 1.5.0 parent pomTimoney, Dan (dt5972)43-46/+47
Use released 1.5.0 version of parent pom Change-Id: I16d9e82401447829e6b853790553623cc2a03117 Issue-ID: CCSDK-1920 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-11-12[CCSDK-1921]Connection Timeout and Info LoggingHaddox, Anthony (ah0647)1-1/+12
Add connection timeout when creating HTTPUrlConnection. Additionally, add some logging verbosity to the health check RPCs for at-a-glance recognition. Signed-off-by: Haddox, Anthony <ah0647@att.com> Issue-ID: CCSDK-1921 Change-Id: I5dcf8c4b4899f121080eedd546e1a1f6fe120a94
2019-10-31pom updatesSmokowski, Kevin (ks6305)1-1/+0
inherit version for org.onap.logging-analytics artifacts Issue-ID: CCSDK-1882 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I0d4d1dce823d9d826ad88eeb8f42e1b61eacc69c
2019-10-18add metric log filterSmokowski, Kevin (ks6305)3-4/+14
integrate restapicallnode with MetricLogClientFilter Issue-ID: CCSDK-1846 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I2be5ff327caedfc93cec31d3273c97aa4f924eb7
2019-09-12rest api call node content type fixSmokowski, Kevin (ks6305)1-3/+9
Don't set content-type header when there is no content/body Issue-ID: CCSDK-1703 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I247f571bf0d4fc021a1b32936b3dc33473b35f89
2019-09-11Specify sli scope as providedTimoney, Dan (dt5972)1-23/+20
Specify scope of sli dependency as provided to avoid issue in generated feature.xml Change-Id: I16caad2df85b1a8c103d942815c08e9ea037372a Issue-ID: CCSDK-1445 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-11Roll versions for Frankfurt developmentTimoney, Dan (dt5972)44-88/+88
Roll master version for Frankfurt development Change-Id: Ibdc691d8ff93b74ac9bc4baae95c5988dd7e34d4 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-10Release version 0.6.1Timoney, Dan (dt5972)1-0/+5
Release CCSDK version 0.6.1 Change-Id: Ib29832bdc531512b6d527195e968b0692e34d3e1 Issue-ID: CCSDK-1701 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-06Fix errors in INFO.yamlTimoney, Dan (dt5972)1-17/+5
Fix errors in INFO.yaml file Change-Id: If31a4e259580c1014389b57ebcfbbb44e5285e47 Issue-ID: CCSDK-1696 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-04Merge "iptables fix"Dan Timoney1-2/+2
2019-09-04Merge "sync restapi-call-node with ecomp"Dan Timoney7-71/+181
2019-08-29iptables fixsteigerwald, christopher (cs741q)1-2/+2
Update modifyIpTables() in GRToolkitProvider.java. Signed-off-by: steigerwald, christopher (cs741q) <cs741q@att.com> Issue-ID: CCSDK-1664 Change-Id: I7a6c93aed540c083b4b1eb05c42f6e614fcdb4b0
2019-08-29Revert "Proposal to remove OSGi dependencies from the CCSDK project"Timoney, Dan (dt5972)18-663/+0
This reverts commit 7a37199ebccccd03bbea9b37df09ef610f89bb01. This must be reverted due to lack of jUnit testing Change-Id: I0050a6052d5daddb0a5e8474d96c1f6b1055d1a4 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28Roll versionsTimoney, Dan (dt5972)50-99/+99
Roll versions in master branch Change-Id: I38f82f09f8cdf7324145895a053f5513117502ea Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-28sync restapi-call-node with ecompAgarwal, Ruchira (ra1926)7-71/+181
sync onap rest-api-call-node with ecomp Issue-ID: CCSDK-1659 Signed-off-by: Agarwal, Ruchira (ra1926) <ra1926@att.com> Change-Id: I08b0b8332b68a22710cd412997f3763de4b5b8d3
2019-08-27Release version 0.6.0Timoney, Dan (dt5972)1-0/+5
Release version 0.6.0 of ccsdk artifacts Change-Id: Ifc88da2fdb575ae74a7d279bac89faa89b9ffd9c Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-27Fix groupId in lighty.io artifactsSamuel Kontris6-10/+10
Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech> Change-Id: I77dd64ebda9b361eab7673e9da389aad810e23f6
2019-08-26Proposal to remove OSGi dependencies from the CCSDK projectMatej Perina18-0/+663
Dependencies on the OSGi frameworks and libraries are removed by integrating the CCSDK project with the lighty.io. It's a toolkit that allows to use ODL services (in this case core services and the Restconf) without the dependency on the Karaf framework and the Blueprint DI. In this change are created the lighty.io modules which initialize and expose same services as the Blueprint DI in the blueprint.xml files. More info about the lighty.io - https://lighty.io Change-Id: I3e549e19374ccf04bc430b515e1df7d8d61d8ea7 Signed-off-by: Matej Perina <matej.perina@pantheon.tech> Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech>
2019-08-21RestapiCallNode URL Formatting FixSingal, Kapil (ks220y)1-53/+56
URL should be Encoded to related space or speical chars with respective encoded values. Example: space should be replaced with %20 Change-Id: Id58ffdb7d68c5440a33d229a2ac8683d5428a81e Issue-ID: CCSDK-1631 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
2019-08-15Code changes for NeonTimoney, Dan (dt5972)49-94/+224
Updated code via ccsdk/parent/tools/fluorine2neon.sh script. Change-Id: Ice154214e118ca6ad5043eb0fe337095fd2246d9 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-14Release version 0.5.2Timoney, Dan (dt5972)1-0/+5
Release version 0.5.2 (last Fluorine SR2 version of CCSDK) Change-Id: Iee99b136a4c7646a78c17c423e3822a9bc5b7ff5 Issue-ID: CCSDK-1401 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>