aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller
AgeCommit message (Collapse)AuthorFilesLines
2023-06-12Bump version to 1.13.0-SNAPSHOTLukasz Rajewski1-1/+1
Issue-ID: SO-4084 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: I6d63f41967b1e43e54f2431b1c6afccee4354b97
2023-03-28Bump version to 1.12.1-SNAPSHOTLukasz Rajewski1-1/+1
Issue-ID: SO-4084 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Ib302b5a2cb0dd206a0309e9fcae047b508169146
2022-11-08[SDC-DIST] Upgrade asdc-controller to use client version 2.0.0efiacor9-85/+68
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1789 Change-Id: Icd08dcc39dd86eb2d0efdbdfd583b16d26a41627
2021-08-05SO Critical vulnerabilityshashikanth.vh@huawei.com1-1/+1
Issue-ID: SO-3732 Signed-off-by: SHASHIKANTH VH <shashikanth.vh@huawei.com> Change-Id: I4a975090b3832b8a5affa48695f33edbd72da13e
2021-06-30Reducing org.reflections package loggingwaqas.ikram1-6/+4
Change-Id: I05c95912a2f7ed5fef7d76728b8a4c0a6cecca10 Issue-ID: SO-3702 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-24Updating pom version to 1.9.0-SNAPSHOTwaqas.ikram1-1/+1
Change-Id: Idb3e497148225d4158390b944f74e82ff9f771c8 Issue-ID: SO-3688 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-06-17Merge "Fixed sdc-controller ingestion logic for cds values"Seshu Kumar M4-6/+54
2021-04-21Added logging statements for skip post inst conf classKalkere Ramesh, Sharan (sk720x)1-3/+3
Issue-ID: SO-3626 Change-Id: I618b6b6b6049f94bc6c9bfe6be893ac022f2449e Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2021-03-18Fixed sdc-controller ingestion logic for cds valueskuldipr4-6/+54
sdc controller was not picking the cds values because logic expected the values in the 'metadata' block however the cds values exist in the 'input' block. Logic is modified to look for values at the correct location. Issue-ID: SO-3591 Signed-off-by: kuldipr <kuldip.rai@amdocs.com> Change-Id: I59778fde00025e22446446df560b5f85bfda7469 Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
2021-03-15update swagger to v3 open api versionBOSLET, CORY2-22/+32
Upgraded all projects and services to use the new v3 swagger, discontinued use of old swagger. Updated unit test to account for swagger change and removed apis Issue-ID: SO-3587 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: Iddcfe92f8ab240691f92ce2bf23e1ab2ad159780
2021-03-09version upgrades plus cleanupBOSLET, CORY1-23/+0
Removed over 125 dependencies and added to dependency management Added in a few dependencies and removed some Change the swagger version to so pom Removed version property reference in the pom Added in missing dependency for bpmn blocks Added in missing dependecy for common bpmn Updated the camunda-bpm-assert to use a version that is compatible with assertj-core 3.11. The camunda-bpm-assert namespace group also changed. This fixes the no method found error. Updated unit test to account for class name change Updated the unit test to account for lib change Fixed unit test for software upgrade stuff Exclude older versions of javassist to fix null pointer caused by incompatible javassist version with hibernate and bowman Added in missing dependency for task test Added missing dependency and fixed formatting Remove files that got added back in by merge conflict Use the new namespace for the swagger annotations Need to exclude swagger annoatations from the old namespace Updated to fix compilation error due to use of legacy swagger and cxf swagger Use the swagger v3 plugin for gen resources Use the openapi v3 swagger in all bpmn packages Fix null pointer to create the OpenApiFeature in cxf Issue-ID: SO-3578 Signed-off-by: AT&T Open Source <g22940@att.com> Change-Id: I7093376b2d8271e9c5b911b901133e01b957da84
2021-02-22fix default software version sourcetragait3-25/+167
This commit fixes default software version source input for pnfcustomization table. If pnfcustomization has a value in default software version field that will be picked. Else first entry of software versions will be picked. Issue-ID: SO-3543 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I10261c2d4c8e816fdaa2ef54d20c7e83b9f41701
2021-02-17Merge "update camunda and spring to latest versions"Steve Smokowski3-4/+5
2021-02-16update camunda and spring to latest versionsBenjamin, Max (mb388a)3-4/+5
Updated camunda to 7.14 and updated spring boot camunda to 3.4 Started to clean up duplicate maven dependencies Issue-ID: SO-3521 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ic65b04772b91dd989e41d6b6b93872978bc4e4e2
2021-02-15update the version for the H releaseseshukm1-1/+1
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I563295123f7f8de7164495a7db3bc58872863098
2021-02-02Merge "set connection timeout as well as read timeout"Steve Smokowski1-1/+8
2021-02-01set connection timeout as well as read timeoutBenjamin, Max (mb388a)1-1/+8
set connection timeout as well as read timeout correct dependency version in openstack pom limit timeout test to a single retry add connection timeout property for A&AI client Issue-ID: SO-3491 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I576c143822ba45fc79648fd0a1edb6ccd3aff8b2
2021-01-28force not null with default valuesBenjamin, Max (mb388a)1-4/+4
force not null with default values update JUnit test setting default value update NULL fields before altering column sync beans with flyway changes updating test schema.sql files Issue-ID: SO-3494 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I53f000531cfb653a20bfdfae274622553420cdc8
2021-01-27Merge "adding test case for Csar distribution Issue-ID: SO-3080"Byung-Woo Jun22-3/+1477
2021-01-18Removing ETSI Catalog Manager trigger from ONAP SOwaqas.ikram29-1565/+62
for package distribution Change-Id: I75bcd4c7d1924cc9a4dc16e72e53e92138a9f28e Issue-ID: SO-3220 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-01-12clean up imports in asdc controllerBenjamin, Max (mb388a)1-5/+9
clean up imports in asdc controller Issue-ID: SO-3479 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I34f9efc637c323b420a8ddbc55525e000217df18
2020-12-08software-version fixtragait4-27/+170
In this commit software_versions added to the pnf customization table. A test case is also written to verify if the software_versions of type string is added to the pnfcustomization. Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: Id07fe79e67ac96e71e6fe3775cce801edd81a42a Signed-off-by: tragait <rahul.tyagi@est.tech> Issue-ID: SO-3119 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-11-30Remove policyName retrieval for Tosca handling.Kuleshov, Elena1-22/+0
Remove policyName retrieval for Tosca handling. Add assertion that policy name is not set. Issue-ID: SO-3405 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2ecc32bd18f9e42862765168a394dc19d7e4c875
2020-11-19add caching to graph inventory clientBenjamin, Max1-0/+20
add caching to graph inventory client updated properties files to read cache properties Issue-ID: SO-3398 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib3e67ae014b6668c9b004aae1e8b5d49b9ce6b06
2020-11-11added configurable read timeout value for A&AIBenjamin, Max1-0/+7
added configurable read timeout value for A&AI Issue-ID: SO-3370 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1216608a09f6a8649a57aa4b320fbea4982a7efe
2020-11-10adding test case for Csar distributionarun chapagain22-3/+1477
Issue-ID: SO-3080 Signed-off-by: arun chapagain <arun.chapagain@huawei.com> Change-Id: I7d734dfffe5b216a4b1fddc9a3bb2a076715b94f
2020-10-31ignore dummy filearun chapagain1-0/+7
Issue-ID: SO-3080 Signed-off-by: arun chapagain <arun.chapagain@huawei.com> Change-Id: Id037dde9eb1ab31f2b4b5c7993787f354b2fc75f
2020-10-22Changing ETSI folder dir per SDC-3244 requirementwaqas.ikram8-4/+4
Change-Id: I69b5f72add73868626acf0c0951da12e4e29607a Issue-ID: SO-3327 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-22fix template parsing problemszm3302-3/+7
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I4eac0ddc5909076c4b83a7866b9a14a69e7b32c7
2020-09-29Adding Helm typearun chapagain2-1/+4
Issue-ID: SO-3080 Signed-off-by: arun chapagain <arun.chapagain@huawei.com> Change-Id: I4908cb73fd960b3573a607a4a56c15fa423e5336
2020-09-23removed references to AAIObjectTypeBenjamin, Max1-3/+3
removed references to AAIObjectType and AAIObjectPlurals additional corrections for removal of aai object type corrected additional java files updated groovy files to match aai fluent builder style Issue-ID: SO-3259 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifdf12fcacb34cc648548eb18b638afd06dad67a9
2020-09-17Update template analysis processzm3302-36/+79
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I2a1190191e18b8a580e421847a5143ef45a7877d
2020-09-04Error logging in SO-SDC adapter - in case of service distribution without ↵Agata Stanislawska1-0/+6
any resources. Issue-ID: SO-2978 Signed-off-by: astanisl <agata.stanislawska@nokia.com> Change-Id: I6a176143b004dfc19633e678ea7ee063d9e6df42 Signed-off-by: astanisl <agata.stanislawska@nokia.com>
2020-08-06bump the master to 1.7.1seshukm1-1/+1
Issue-ID: SO-2940 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I888677f7d32ff35619be0f5bb2b677f56215f2e0
2020-06-18Prepare for java 11Benjamin, Max2-2/+5
final changes for java11 groovy compatibility removed unnecessary dependencies and cleaned up poms added missing jaxws-api dependency to pom.xml java8 profile is now active by default in parent pom update beans to have RemoteResource annotation always use the compiler plugin from parent pom Update external task timeout to longer value to hold lock update remote resource annotation to match catalog db client add remote resource annotation to bean for bowman completely remove bowman from requests db client Issue-ID: SO-2059 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If6f0df36e8077ccd703abce9f64290daed63955b
2020-06-03Merge "added assert statements in JUnits in 4 files"Steve Smokowski1-0/+1
2020-06-02make sure maven plugins only run when we wantBenjamin, Max1-3/+4
make sure maven plugins only run when we want Issue-ID: SO-2972 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5fe1b4836f597cf6bda5fee02ca6c234c7917f33
2020-05-26added assert statements in JUnits in 4 filesRupinder1-0/+1
Issue-ID: SO-2804 Change-Id: I63c5ff0fd23d0d30beaf32658115b7403f0dcfbf Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-20Began adding pluging to lifecycle mappingBoslet, Cory1-0/+28
Began adding pluging to lifecycle mapping metadata to get rid of eclipse workspace pom errors/markers Issue-ID: SO-2948 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I78946c59e6aaf440e014ed06e9ff476bac5c2613
2020-05-15Merge "[SDC] Update SDC Distribution Client"Seshu Kumar M3-4/+15
2020-05-14[SDC] Update SDC Distribution ClientSylvain Desbureaux3-4/+15
Use the latest (currently on SNAPSHOT) version od SDC Distribution Client on SO, in order to be able to (later) discuss also with HTTP protocol Issue-ID: SO-2792 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8d49361ba4889a0c4200a9f35901c49534a8f03d
2020-05-13switch to docker-maven-plugin because that's allBenjamin, Max1-1/+1
switch to docker-maven-plugin because that's all we need Issue-ID: SO-2933 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I65783d3a7c172f4ce7fc39d64a3987eeae58feed
2020-04-29rename package for external useBenjamin, Max4-10/+10
rename package for external use Issue-ID: SO-2852 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id883f0c847c24a260dbf8c63ce5e1330c045d6de
2020-04-28move aai-client into its own projectBenjamin, Max1-0/+5
move aai-client into its own project Issue-ID: SO-2837 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I20b700d160efbdf81ff22c9ca0fab73b28d3649b
2020-04-12reduced code smellsRupinder1-2/+0
Removed some unused imports Issue-ID: SO-2804 Change-Id: Ib0a7716585448ade0c9571479ed06effaf25738b Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
2020-04-07Add notification test for e2eSlicingzm3306-0/+104
Issue-ID: SO-2758 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I4635d3b4ef911c8bd2269407a5aa8709027244bf
2020-03-27initial commit of testing of grabbing cvnfc custKalkere Ramesh, Sharan1-1/+1
initial commit of testing of grabbing cvnfc cust Update SQL so it properly inserts test data remove unnecessary test in mso catalog db updated tosca resource installer to use list not set fixed compilation issue in asdc rest interface test Issue-ID: SO-2769 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I9c6e7b6cbb96d9f395903a5a54b5af567eba62f8
2020-03-24Ingest and Process Service FunctionSmokowski, Steven2-0/+2
Intial commit of writing service function to AAI Update schema.sql table to pass all unit tests Update local sql to setup CI server for test Update schema to work and fix passwords Issue-ID: SO-2763 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I8c517a485841574cde849e1c4e86c3bb7b7dcf89
2020-03-24Update Asdc DB tablezm3303-26/+14
Issue-ID: SO-2758 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: Ic916e55effe0e3688b8d014fb70ea0e2ad23c16a
2020-03-10Merge "create custom spring aop annotation for logging"Steve Smokowski7-20/+13