aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-10-07Merge "Fix enrichment for multiplicated assignments" into jakartajakartaKAPIL SINGAL1-3/+1
2022-10-02Fix enrichment for multiplicated assignmentsLukasz Rajewski1-3/+1
When different assignment mappings declare assignments of the same name, only one of the data dictionaries used there is being enriched and others are ignored. This change removes this limitation. Issue-ID: CCSDK-3773 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I492b18e01265471f89459c6dd5a28818aa479e5e
2022-09-30Create dynamic data-type using all workflow stepsJozsef Csongvai1-1/+1
Only the first step was used to create dynamic data-type in imperative workflows. Unless the first step was targeting resource resolution component, the dynamic data-type would not be created. This prevents resolution of workflow input properties. Issue-ID: CCSDK-3764 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Ic51808f2ee0d74d6c4b07565e0caf12adc3e2590 (cherry picked from commit 27778ac1289588a9f68e9b9408819f7bfb1c7d21)
2022-09-19Release version 1.3.1 of ccsdk/cds artifactsDan Timoney70-69/+74
Release version 1.3.1 (Jakarta patch) of ccsdk/cds artifacts Issue-ID: CCSDK-3767 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I6b714e371f46cc487f80f9860d863a7d195bb0c5
2022-09-19Release version 1.3.1 of ccsdk/cds dockersDan Timoney1-0/+17
Release version 1.3.1 (Jakarta patch) of ccsdk/cds dockers Issue-ID: CCSDK-3767 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I75dd5f6bb4072c8225e4aacd16d16548f37da5ea
2022-09-18Fix npm dependency issue for server1.3.1Lukasz Rajewski4-7/+14
Issue-ID: CCSDK-3754 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Id3a43101fcb9b5c5af8d219598283cb57ea8a4d7 (cherry picked from commit 3a31cda1d41e7aa21500a187503b7b637b80e435)
2022-09-12Make UatExecutor accessible inside a CBA JUnit testFrank Kimmlingen15-53/+1037
Issue-ID: CCSDK-3748 Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de> Change-Id: Icbc0a44d91fd08f2e06a12bcdf016655a2b2282d (cherry picked from commit 43496fb210dd08bd934fedf2e5e1bba4636000d1)
2022-09-08Http 204 response results with exception in rest resolutionFrank Kimmlingen2-3/+92
Issue-ID: CCSDK-3746 Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de> Change-Id: I74873bc54a7007bac1eed9223460146fb9724af2
2022-09-06SpyPostInterceptor in UatExecutor does not collect all responsesFrank Kimmlingen1-2/+6
For one mocked backend system (selector) only the last request/response pair is collected. With this fix all request/response pairs will be collected. Issue-ID: CCSDK-3747 Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de> Change-Id: Iccebdb153752988e1644092a8786891bdb17d5e6 (cherry picked from commit 4899f6bd4e00fa20bd0cac4a60c04a959b8e88c7)
2022-08-22Refactoring to support H2 DB for local runSingal, Kapil (ks220y)6-2316/+2314
Updating pom.xml to remove scope test for H2 DB Updating H2DB version to 1.4.200 Updating application-dev.properties DB properties to H2 DB Issue-ID: CCSDK-3740 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I57f90a0b0788510ab736d2f9dce28a0cbf3da12d
2022-08-22Refactoring Code to remove NRMSingal, Kapil (ks220y)4-29/+28
Renaming Classes, API's, variabled and removing NRM word from codebase Issue-ID: CCSDK-3741 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I8150eec7e8fb0bc1d33e80991215e745e9aa79d0
2022-08-22Use all source-db resources instead of only processor-dbMichal Jagiello4-4/+52
In DatabaseResourceAssignmentProcessor class filter resourceSourceMappings to get all source-db resources instead of using only one: processor-db Issue-ID: CCSDK-3699 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I616ca6fe1336427b0b603a0386878ba4c8ea5828 (cherry picked from commit 3395dfa1f31111bb4dd03e89a7e493a2850901f2)
2022-08-22Fixing CDS-UI Build issuesSingal, Kapil (ks220y)7-5/+9
Issue-ID: CCSDK-3744 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I8cd8a11c8ada5a1179b4a791edc12dd810f7f1bf
2022-08-02Change HTTP response code on Blueprint Model APIMichal Jagiello1-1/+1
Blueprint Model API returns 204 NO CONTENT if blueprint model does not exist Issue-ID: CCSDK-3729 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ie19128d1ece6b229e5c2e5636ab3a7add4e2f3ef (cherry picked from commit eb7eb24bf107bbd42537a9557e07b5ca82280c60)
2022-07-22Aligned attributes of CDS componentsLukasz Rajewski17-52/+158
Issue-ID: CCSDK-3698 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Ie5c78a9a347373b5faf588627e42138806d69c0c (cherry picked from commit ea1c8b477e615f4dd45204b221fe7eacfe5474af)
2022-05-02Select the right Jakarta intersphinx mappingCédric Ollivier1-1/+1
Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Icbb3428d7f7f200390935778ad342fb9b686b075
2022-05-02Leverage the right Jakarta upper-constraintsCédric Ollivier1-4/+4
Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I5fd4fd1c1bb6fe1ea51219aff1da12b3d13196a7
2022-05-02Set defaultbranch=jakarta in .gitreviewCédric Ollivier1-0/+1
Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I201161260205dcd749468fd0c772b161bd11f75d
2022-04-28Remove blank line in version.propertiesDan Timoney1-1/+0
This no-op commit was made to provide a Gerrit review to be used to trigger a build in the newly created jakarta branch. Issue-ID: CCSDK-3621 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic0842de909ff2a146680e232880a4f8480541f45
2022-04-14Update cmd-exec for Python 3.7kuldipr1-1/+2
Issue-ID: CCSDK-3632 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: I351203e1935ccee9327edf39b9809b873e391f86
2022-04-13Closing artifact files after vtl templatingLukasz Rajewski3-3/+4
Issue-ID: CCSDK-3631 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I20972afeebafbc0ea47ee22c2ba9b32d760ebbb5
2022-04-13Merge "Return errormessages in failing imperative workflows"KAPIL SINGAL5-4/+55
2022-04-12Prevent stack overflow in BluePrintProcessingGRPCHandlerJozsef Csongvai1-5/+4
The overridden onError is called when a terminating error occurs in the stream, for example when the calling client crashes. It should not be handled the same way as CBA processing errors. Issue-ID: CCSDK-3496 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: Ib0aa416325a5b9708615e0ef9d9c602df24518b9
2022-04-12Return errormessages in failing imperative workflowsJozsef Csongvai5-4/+55
Instead of discarding error messages after each node has executed, they are now kept until the workflow completes. If the workflow completes without exceptions, it means that all errors were handled and the error messages can be cleared. If the workflow does complete with exceptions, all error messages will be propagated in the response. Also update UatExecutor to enable expected status codes other than 200. Issue-ID: CCSDK-3630 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I94fd81c342ad2a798e64051c603beb62bf1aaacd
2022-04-11Add bounds to sphinx requirementCédric Ollivier2-17/+10
As ONAP was created before Oct 20 2020 in RTD, we must set bounds to enforce a compatible Sphinx version (see manual). It also applied fixes which were applied during the previous release in all repos. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I684efed16ac46552bfaa989ded2a4515ee6cc6a0
2022-04-09CCSDK-3472 Maven plugin support of velocity for CBA package creation in IDERudrangi Anupriya2-6/+1
Issue-ID: CCSDK-3472 Change-Id: I419ed795b3fdf31b35ed379010df44bdc4164d7b Signed-off-by: Rudrangi Anupriya <ra00745022@techmahindra.com>
2022-04-04CCSDK-3472 Maven plugin support of velocity for CBA package creation in IDERudrangi Anupriya1-0/+13
Change-Id: Iadfee3898ab2b8b746c0e10d8d04c0d6f862a3cb Issue-ID: CCSDK-3472 Signed-off-by: Rudrangi Anupriya <ra00745022@techmahindra.com>
2022-04-01CCSDK-3472 Maven plugin support of velocity for CBA package creation in IDERudrangi Anupriya6-0/+176
Change-Id: I873be858c44b3ca36f4e292e44a483a2af6e83f1 Signed-off-by: Rudrangi Anupriya <ra00745022@techmahindra.com> Issue-ID: CCSDK-3472
2022-03-29Release Jakarta M4 CDS maven artifactsDan Timoney70-69/+74
Release Jakarta M4 version of CDS maven artifacts and roll to next snapshot Issue-ID: CCSDK-3604 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3335ce0e3f6995c350c5a87691e9922204a67dcb
2022-03-29Release CDS Jakarta M4 dockersDan Timoney1-0/+17
Release Jakarta M4 version of CDS docker containers Issue-ID: CCSDK-3604 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I4dc65bffb0d8a0eb638790747f850c34de3fb12a
2022-03-28Use released parent pom 2.3.31.3.0Dan Timoney1-1/+1
Use released 2.3.3 version of parent pom Issue-ID: CCSDK-3604 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Idf14619680572a4643d587976e49f8c934394111
2022-03-23Merge "Add indexes to Template/Resource resolution"Dan Timoney2-2/+15
2022-03-23Add indexes to Template/Resource resolutionOleg Mitsura2-2/+15
Issue-ID: CCSDK-3611 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I7e761a3a7bd6a107748a4d90d3a335ebf77a759b
2022-03-22Add new committer - Jozsef CsongvaiDan Timoney1-0/+8
Add Jozsef Csongvai as committer Issue-ID: CCSDK-3613 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I10459ce59073229f32bf648142be6c5631b7e1da
2022-03-15Documentation changes for vFW CNF use case and CNFOLukasz Rajewski1-28/+31
Issue-ID: REQ-1147 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Ieb979ddad91fcb82ebf1a3ca7598699559a02bd2
2022-03-07Upgrade commons-compress to version 1.21Dan Timoney2-2/+2
Update commons-compress to version 1.21 per SECCOM recommendation Issue-ID: CCSDK-3585 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I41c9430b1ab0dbfa5442a145ce2d2db7086049e6
2022-03-07Upgrade to okhttp version 4.9.3Dan Timoney1-1/+1
Upgrade to SECCOM recommended version 4.9.3 of okhttp Issue-ID: CCSDK-3585 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I106818767e8d3ac7f4c21745c0fe7bb7190b6110
2022-03-07Remove retired committersDan Timoney1-10/+6
Remove retired committers Brinda and Nicolas Issue-ID: CCSDK-3599 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I640ac6e643668727f406ec28bf9f9622a7676b51
2022-03-05[STRIMZI] Add strimzi docs entryefiacor1-14/+70
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1706 Change-Id: I24a1110e6b30851051f440f7a4af84531caa9a20
2022-03-02DMAAP-1706 - New Kafka Auth optiondavid.mcweeney5-1/+192
Change-Id: I8533721d23d6adb41f65cb96fb2b8f852bda47b8 Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1706
2022-02-14K8sPlugin integration changes for Istanbul APIsLukasz Rajewski2-12/+16
- k8sconfigteamplate component accepts empty source what means that template is the same like definition - fix of the query API namespace param Issue-ID: CCSDK-3537 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I86c6b7e0fd98cd34a1ee89dd183732b113439a23
2022-02-09K8sPlugin integration changes for Istanbul APIsLukasz Rajewski11-34/+646
Implementation of the K8sPlugin new APIs or changes introduced there in the Istanbul release. Issue-ID: CCSDK-3537 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I263dd22bb1d3cbcc9360583cd82a728afbebc09d
2022-01-24Merge "rb-version changed to vf-module-model-customization-uuid"Dan Timoney6-10/+10
2022-01-20rb-version changed to vf-module-model-customization-uuidMaciej Lisowski6-10/+10
rb-version changed to vf-module-model-customization-uuid to be aligned with Istanbul version Issue-ID: CCSDK-3570 Signed-off-by: Maciej Lisowski <m.lisowski2@partner.samsung.com> Change-Id: Ieb30aaf83e498e842bafdb3006b74d3f45317368
2022-01-17Add functions for retrieving multiple artifactsArne Chrestin5-4/+120
Add the functions AbstractComponentFunction .storedArtifactNamesAndResolutionKeysNB() to retrieve all artifact_names and resolution_keys for a given blueprint and AbstractComponentFunction .storedResolutionKeysForArtifactNameNB(artifactName) to retrieve all resolution_keys for a given blueprint and artifact_name. To support the required JPA query, an interface TemplateResolutionSelector was added in resource-resolution. Issue-ID: CCSDK-3543 Signed-off-by: arne.chrestin@telekom.de Change-Id: I1907949e49134ec13d28a876474f08502759762f
2022-01-03Upgrade to log4j2 2.17.1Dan Timoney1-1/+1
Update to use version 2.17.1 to resolve log4shell vulnerability Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I9febd972ef9cee30361894ed11de13f3fb375f91
2021-12-13[SDC Client] Allow HTTPSylvain Desbureaux7-12/+73
By default, SDC client is using only https, which can be problematic when used on top of service mesh for example. Let's override isUseHttpsWithSDC in order to allow use of http thanks to a configuration variable. Issue-ID: OOM-2258 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I029f1dc802bba647b8088fb61a5e60680337aa00
2021-12-13Update formatter-maven-plugin to latest versionDan Timoney1-2/+2
Update version of formatter-maven-plugin Issue-ID: CCSDK-3555 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib344878ef704a5781e92c8974e8f32a15ece7d6e
2021-12-07Revert "Explicitly set NPM registry to public registry"Dan Timoney2-2/+0
Revert workaround to allow LF IT to test proposed fix Issue-ID: CCSDK-3536 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ic93b5ab8a21e97af8a9484789599c3da611a5436
2021-11-30CCSDK-3531 improve cmd-exec returned err msgOleg Mitsura10-117/+232
Issue-ID: CCSDK-3531 Improve end-user CBA's Python scripts ability to return error messages on failues. See JIRA story for examples: https://jira.onap.org/browse/CCSDK-3531 adds functions send_response_err_msg(err_message) and send_response_err_msg_and_exit(ret_err_msg, code=1) Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: Ideda64dd108f987c3c4515c70daf9f7b6d2b1f2f