aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-04-11Add bounds to sphinx requirementistanbulCédric Ollivier1-0/+2
As ONAP was created before Oct 20 2020 in RTD, we must set bounds to enforce a compatible Sphinx version (see manual). Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I221e1add60e2c2e71ee16556834aaaf1b3621211 (cherry picked from commit a19d122dd2ab0b0ba2d54f41e8f0ff6c24113635)
2022-01-25Upgrade to log4j v 2.17.1Dan Timoney0-0/+0
Update to parent version 2.2.4 to pick up log4j upgrade to 2.17.1 Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I910c3968b6d734899b2dfca9aca451d056377883
2022-01-24Upgrade log4j to 2.17.1Dan Timoney5-5/+5
Upgrade log4j version by updating parent pom version Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic8ff50f319a7398168d9e30cc69f6e17f3eff89c
2021-10-26Release version 1.2.2 maven artifactsDan Timoney8-8/+13
Release version 1.2.2 maven artifacts and roll to next snapshot Issue-ID: CCSDK-3504 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I4886eae777d4b574dbc212012f4fa446e85b5446
2021-10-26Release version 1.2.1 containerDan Timoney1-0/+11
Release version 1.2.1 docker containers with fix to disable host verification. Issue-ID: CCSDK-3501 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ied04a987ffeaeeff970bda49ecc2675fc29cec47
2021-10-25Support disabling host verification in naming service1.2.1Dan Timoney10-8/+55
As a workaround for an issue found in processing SAN certificates, allow for hostname verification to be diabled by setting the environment variable DISABLE_HOST_VERIFICATION=true. By default, host name verification remains enabled ... it must be explicitly disabled for this environment variable setting. Issue-ID: CCSDK-3501 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0e3260cc5b8640814dd2f092aee20bca183dc34b
2021-10-22Leverage upper-constraints files to pin all dependenciesCédric Ollivier2-15/+4
It leverages the latest change from lfdocs-conf and the upper-constraints.txt now centralized in ONAP docs. In a long run, upperconstraints.os.txt should be removed once ONAP is synced with OpenStack. It removes tox and setuptools from requirements as nothing depends on them (most requirements should be removed except lfdocsconf) Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I50229191f3a7bc42725f038f9b60eda724d4d4fc (cherry picked from commit 09051f14f1b18de1ed674e30ad0d7d6956a8f0c3)
2021-10-18Set defaultbranch=istanbul in .gitreviewCédric Ollivier1-0/+1
It will also trigger the documentation build. Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I1fd9b18345f17f8b5e1569d18950f929c03a87c9
2021-09-16Release version 1.2.0 maven artifactsDan Timoney8-8/+13
Release version 1.2.0 maven artifacts and roll version Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iad774594dbb62030d7cd62594e527646d9b11a43
2021-09-16Release version 1.2.0 dockersDan Timoney1-0/+11
Release version 1.2.0 docker container Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5018897fdefb45c5fba0c1116e89f9390933728f
2021-09-16Use version 2.2.1 of CCSDK parent pom1.2.0Dan Timoney5-5/+5
Use released version 2.2.1 of CCSDK parent pom Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id9b368ef3d4f4abfbf53c3a3aac13c979abcce83
2021-09-02Carry forward honolulu fixesDan Timoney9-16/+472
This change carries forward the following fixes from Honolulu to master Update to allow ranges for ccsdk.sli.version Update to allow ccsdk.sli.version to be passed with a range as a value Change-Id: Ibb37082bf8162300ae2de37f33b0e4672b796293 Issue-ID: CCSDK-3209 Signed-off-by: Dan Timoney <dtimoney@att.com> (cherry picked from commit c3e800149c947ecc9b76a2e3b990664fc5d41ce1) Minor Refactoring of sliboot pom Issue-ID: CCSDK-3343 Change-Id: I66d4e2840ff86e092a23453384d02ce49b7048ac Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Use CadiFilter instead of shiro Microservices should use CadiFilter rather than shiro to integrate with AAF Change-Id: I95b9a844b7ac868f864134de7345013001357352 Issue-ID: SDNC-1523 Signed-off-by: Dan Timoney <dtimoney@att.com> (cherry picked from commit a90eecf70419ec4acba6f5a8425300eef7f45290) Minor Refactoring of sliboot pom Updating docker-maven-plugin to 0.34.0 and removing docker image build goal (it was there twice) Issue-ID: CCSDK-3343 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I26401befaf235ddfe694c6206cbd547cbc56cc03 (cherry picked from commit 108a13c20757f4a437aea22880f019e6e6043841) missing logs Add filters for audit and request/response log Add filters for audit and request/response log Issue-ID: CCSDK-3367 Signed-off-by: lalena.aria <lalena.aria@att.com> Change-Id: Id292c1f5109f0c3846a0357d0618f607011825a4 Add code to handle content type plain/text Add code to handle content type plain/text Issue-ID: CCSDK-3378 Signed-off-by: lalena.aria <lalena.aria@att.com> Change-Id: Id4a30ad5ca81db0e7e3a328cc5d2496c42c9e150 Signed-off-by: Dan Timoney <dtimoney@att.com> 1201 sanity test Add bean for IpAddressTool plugin Add missing import Add bean for IpAddressTool plugin Add missing import Fx typo (text/plain instead of plain/text) Issue-ID: CCSDK-3379 Signed-off-by: lalena.aria <lalena.aria@att.com> Change-Id: I208a6eaf462f86c2a3015af9bf9026ad11efa14b Signed-off-by: Dan Timoney <dtimoney@att.com> Use version 1.1.8 of parent Use version 1.1.8 of parent in order to use APL-licensed version of liquibase Issue-ID: CCSDK-3423 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1db475fa8991d617d22536ce38d51f96c7806f85
2021-08-17Update for Java 11Dan Timoney2-4/+4
Update to use java 11 to compile Issue-ID: CCSDK-3415 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Icbdd1522df5de619729b1f1ee56a2e2687c326e6
2021-08-17Upgrade to springboot 2.5Dan Timoney9-39/+37
Upgrade to springboot version 2.5 to address third party vulnerabilities Issue-ID: CCSDK-3415 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id7d3d3ab9bf161600412b33862526181f2444224
2021-08-03Add explicit dependencies on junitDan Timoney2-0/+11
Add dependencies on junit. These are needed for latest version of spring boot 2.3 (older versions seem to have included junit in spring boot starter parent) Issue-ID: CCSDK-3291 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0a37fc82bab1509c6deb04eff4cd1663ededcfb3
2021-07-29Address weak crypto issuesDan Timoney3-2/+10
Fix 2 weak cryptography issues identified by SonarCloud scans. Issue-ID: CCSDK-3196 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0fee14e7a96badeac8a278de4d74ef244c24f06f
2021-07-21WO for MariaDB transaction creation issuek.kedron1-11/+38
Add retry mechanism Issue-ID: CCSDK-3381 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ib47939d979683ef25155d40ac0e2dd3fb609af4b
2021-06-23Minor Refactoring of sliboot pomSingal, Kapil (ks220y)1-56/+53
Updating docker-maven-plugin to 0.34.0 and removing docker image build goal (it was there twice) Issue-ID: CCSDK-3343 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I26401befaf235ddfe694c6206cbd547cbc56cc03
2021-06-23Only enable CadiFilter if prop file setDan Timoney1-0/+4
Only enable CadiFilter if cadi.properties.path property is set Issue-ID: CCSDK-3349 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If275fb839996ebb93317e9de8a2f2256c99b87b9
2021-04-20Use CadiFilter instead of shiroDan Timoney3-85/+51
Microservices should use CadiFilter rather than shiro to integrate with AAF Change-Id: I95b9a844b7ac868f864134de7345013001357352 Issue-ID: SDNC-1523 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-22Fixed permissions issue in /app.jarDan Timoney1-1/+2
Updated Dockerfile to install app.jar in / (as expected by start script) and changed file ownership to non-root user used to run container. Change-Id: I8f9ffef662f831cb7d9c6fd56be463cc73639329 Issue-ID: CCSDK-3228 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-15Update to allow ranges for ccsdk.sli.versionDan Timoney1-12/+13
Update to allow ccsdk.sli.version to be passed with a range as a value Change-Id: Ibb37082bf8162300ae2de37f33b0e4672b796293 Issue-ID: CCSDK-3209 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-09Roll master version for IstanbulDan Timoney7-14/+14
Roll versions of ccsdk parent poms to 2.2.0-SNAPSHOT and of ccsdk/apps to 1.2.0-SNAPSHOT for Istanbul release. Change-Id: Ia252e92b10bcec18fe88ac1174e6cff519cd927a Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-25Release 1.1.0 dockers and roll versionDan Timoney8-8/+19
Release version 1.1.0 dockers for ccsdk/apps and roll version Change-Id: Iaf72b61e48d2d0b9235341b32a1bba1e83854f19 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-25Release 1.1.0 maven artifactsDan Timoney1-0/+5
Release version 1.1.0 maven artifacts for ccsdk/apps Change-Id: I254140a5d1b1bb86e75f5f3d15a2216257b9147a Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-24Use latest base image versionDan Timoney6-7/+17
Update ccsdk/apps containers to use latest version of base CCSDK alpine image Change-Id: I76c435ee939a21640c8d73f75644059497da3084 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-22Use released version of parent pomsDan Timoney6-7/+7
Use released version 2.1.1 of parent poms Change-Id: I6460478663d7b5a1343f8456669b1bf5d61f6171 Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-18Support env variables in svclogic.propertiesDan Timoney1-1/+2
Use EnvProperties class to load svclogic.properties in order to support environment variables for property values. Change-Id: I2a0e0753ae0e067d73c298c3a18800e5d0928482 Issue-ID: SDNC-1482 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-08Use latest Honolulu parent pomDan Timoney5-5/+5
Update to use parent pom version 2.1.1-SNAPSHOT Change-Id: I7dfe6080d6801231b817d9cd5c97c7ce17e1c7d9 Issue-ID: CCSDK-3139 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-15Use released version of ccsdk parent pomsDan Timoney5-6/+7
Use released version 2.1.0 of parent poms Change-Id: I63b89ffef53b99c0b8996ec5ed6ed7b5b949c325 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-17Add integration test for sliboot dockerDan Timoney5-133/+351
Added integration test for sliboot docker. Change-Id: I582d41ac1a041466e16bd0f38ef3b9ccfef4747a Issue-ID: CCSDK-2986 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-11Fix initialization errorsDan Timoney6-25/+83
Updated database initialization to correctly handle differences between mysql/mariadb syntax and h2 syntax. Change-Id: I6f2732da5d26201fc61ef8de7d30e3137220c184 Issue-ID: CCSDK-2978 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-10Add content-type header if missingDan Timoney2-1/+90
Added new filter that inserts a Content-Type header (default value application/json) if none is provided. Change-Id: I4e06913851816448576aad35deb9a809a0dbcda7 Issue-ID: CCSDK-2977 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-10Add aai-service beanDan Timoney3-0/+12
Added bean for aai-service to allow aai-service to be called from directed graphs Change-Id: I8a617aabce8cb14de5c481276c520809e3917181 Issue-ID: CCSDK-2976 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-27Enhancements to reuse sliboot controllerDan Timoney9-8354/+22
Update sliboot implementation so that controller can be imported into other apps to implement SLI-API API (notably healthcheck) Change-Id: I1f1e37eb3af583c609c0b074946abdfe58b25a33 Issue-ID: CCSDK-2948 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-20Add bean wrappersDan Timoney2-4/+64
Add bean wrappers for additional nodes in sli/adaptors Change-Id: I728d8e92d0ce50919d221339d7d9ab703a22d12e Issue-ID: CCSDK-2924 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Roll to initial Honolulu snapshotDan Timoney7-14/+14
Roll to initial Honolulu snapshot version Change-Id: I30fffe4ee61e329291ed0af835ae16579d08dffc Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-10Release M4 version of ccsdk/apps dockersDan Timoney1-0/+11
Release M4 version of ccsdk/apps docker containers Change-Id: Ic7cc9e2b6c8c5b8af717241cd33cd677317484dc Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-09Release M4 version of ccsdk/appsDan Timoney1-0/+5
Release M4 version of ccsdk/apps Change-Id: I8b65ef835e7e6622d4850ed43b46d88ba827eb53 Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-03Update lifecycle stateDan Timoney1-1/+1
Update lifecycle state to Mature Change-Id: Idbce0adb7ec90bce318e3e97a92a3e3eae190bba Issue-ID: CCSDK-2660 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-03Add spring-boot-starter-validation dependencyDan Timoney3-46/+5
Springboot starter version 2.3 no longer includes spring-boot-starter-validation which now needs to be added as a separate dependency Change-Id: I11b5dd40d96f3c1692bc23c75d508d5a39bcbbd7 Issue-ID: CCSDK-2633 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-31Upgrade to SECCOM recommended elasticsearch releaseDan Timoney1-1/+1
Upgrade to elasticsearch version 7.6.1 Change-Id: I1d2c98de629d1f023e726d5e474033a0e39f55b0 Issue-ID: CCSDK-2632 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-21Roll to next snapshotDan Timoney7-17/+15
Roll to next Guilin snapshot release Change-Id: I00617e1f532302077a5576115f8c4e91007e9428 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-07Release version 1.0.0 of ccsdk/apps dockersDan Timoney1-0/+11
Release version 1.0.0 of ccsdk/apps docker containers Change-Id: I8fb99787364412a630c10396f22366ac76da411a Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-07Release version 1.0.0 of ccsdk/appsDan Timoney1-0/+5
Release version 1.0.0 of ccsdk/apps maven artifacts Change-Id: I2cf32812dee2eaeaa28401d6fa3446923b9e9317 Issue-ID: CCSDK-2635 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-07-31Register SqlResource in SvcLogicMapDan Timoney5-61/+23
Register SqlResource in hashmap used to locate services in springboot Change-Id: I48ee488848db1e2f593cc332f5b69c804f78edc7 Issue-ID: CCSDK-2626 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-29Add RFC 8040 compliant error handlerDan Timoney23-22/+968
Add a new error handler that formats error responses consistent with RFC 8040 (RESTCONF) standards. Change-Id: I67a6ab626d943115570f2e74d0a8132933726bc8 Issue-ID: CCSDK-2482 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-09Export SvcLogicFactory as serviceDan Timoney5-2/+131
Expose SvcLogicFactory bean as a service so it can be reused in other microservices. Change-Id: I55a6e08ad2a4fa81a91151a3b437514fab70c96a Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-06-09Refactor sliapi springbootDan Timoney45-0/+10715
Moved sli-api springboot microservice from ccsdk/sli/core to ccsdk/apps Change-Id: Ibecae568cf90b71575403052111e7be9ff543376 Issue-ID: CCSDK-2096 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-05-28Update css file name in conf.pylf-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: I6b011f0480f4542883323b6f1fb4a0043b40a76b