aboutsummaryrefslogtreecommitdiffstats
path: root/so-etsi-nfvo
AgeCommit message (Collapse)AuthorFilesLines
2021-02-18Removing so-etsi-nfvo modulewaqas.ikram124-37789/+0
Change-Id: I5ab5d409bad26abd83b2d8338c4c5ab5fa6be97c Issue-ID: SO-3485 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2021-02-17Merge "update camunda and spring to latest versions"Steve Smokowski7-17/+33
2021-02-16update camunda and spring to latest versionsBenjamin, Max (mb388a)7-17/+33
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 releaseseshukm7-7/+7
Issue-ID: SO-2765 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I563295123f7f8de7164495a7db3bc58872863098
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
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-1/+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-10-22Changing save to saveAndFlush to flush the data towaqas.ikram12-58/+72
DB immediately and Updating Camunda configuration to use separate transaction manager than other datasources Change-Id: Id621827a9de61dec08c4bae92741fbd7296824a7 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-21Fixing Update status query for NfvoNfInstwaqas.ikram7-51/+79
Change-Id: Iaa9119532c3005001c5af73f904a9395048ffd11 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-13SO-ETSI-NFVO Get NS Operation Status Backend ServiceAndrewLamb9-28/+277
Issue-ID: SO-2871 Change-Id: I1b17bbc5750abb38bf017df4088c4b40db3552ab Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-10-13Fixing SQL deadlock issuewaqas.ikram3-28/+33
Change-Id: I8d3d49c8c76e9190a512a818d154bc5be2a0c42a Issue-ID: SO-3300 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-09Fixing Basic Auth value paramwaqas.ikram1-1/+1
Change-Id: Idb9591038a832f792d6010735222997d9b3b4dd9 Issue-ID: SO-3241 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-09Adding nullable values to columnswaqas.ikram6-30/+24
and removing duplicate dependencies Change-Id: Iddd8ed1e405c1f348b42b39e8c93504ba527864b Issue-ID: SO-3159 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-08Fixing vulnerabilities and code smellswaqas.ikram10-26/+22
Change-Id: I204a59b0b1d140953b14cfd1aec2b676aff54fb9 Issue-ID: SO-2867 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-07Fixing vulnerabilities and code smellswaqas.ikram15-67/+136
and increasing code coverage Change-Id: If345b669433f754aedfbc81bef9c9b8a7686e92f Issue-ID: SO-2867 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-02Increasing code coverage ns-lcm-database-servicewaqas.ikram11-23/+140
Change-Id: Iee314c28e9f65e5bcac542b390df0d8b05ed2e31 Issue-ID: SO-2867 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-02SO-ETSI-NFVO Delete NS Backend ServiceAndrewLamb24-69/+717
Issue-ID: SO-2870 Change-Id: I476e78a7f528d460eb6dc9bd9019e7407ff167e3 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-09-30Changing vnfProfileId from vnfPkgId to vnfdIdwaqas.ikram3-52/+48
Change-Id: I82c955e6a819502577fc247c743881482b069216 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-25Fix getJob status bugwaqas.ikram7-5/+96
Change-Id: I1a3bab4de5c6cfaa5b7874bccff79fbf72f8dc03 Issue-ID: SO-3268 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-25Merge "Terminate NS Backend Service"Byung-Woo Jun29-94/+1946
2020-09-24Terminate NS Backend ServiceAndrewLamb29-94/+1946
Issue-ID: SO-2869 Change-Id: I9c2b268d4f9aba7179633b71c8994065acacb742 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-09-23removed references to AAIObjectTypeBenjamin, Max1-9/+13
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-21Fix for flyway picking up wrong datasourcewaqas.ikram2-9/+17
Change-Id: Ia607dc9723dc9c837f754bfb2e3cf321e8c26326 Issue-ID: SO-3248 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-14Increasing Ns request timeout for testswaqas.ikram2-3/+3
Get Job status takes more then 10s if there is full GC so increasing the timeout Change-Id: I1c0d38b8ef8df4f78fdf2c54e5375ab45f8f15ae Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-11Fixing intermediate test failurewaqas.ikram1-15/+23
Change-Id: I2dacb86ea48125535f513d95e8cd42fc6308ed9c Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-09Fixing intermediate test failurewaqas.ikram1-2/+10
Change-Id: I115657fee925cd0c3e582e70d9cd8f498cf4f59a Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-09Adding NS instantiationwaqas.ikram6-23/+54
Change-Id: I06a8e1c9bfeb82f5fc61604030ec62bd17193e90 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-08Adding NS instantiationwaqas.ikram15-5/+1755
Change-Id: I41d32ddab1ba1e4eea42129a5918bdea3312de94 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-07Adding logic to communicate with SOL003 Adpaterwaqas.ikram24-31/+1324
Change-Id: I130df6c2977b73beb3f4afd0d09791b58f93a945 Issue-ID: SO-3221 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-07Adding Basic NSD parserwaqas.ikram12-1/+842
Change-Id: I9b34054aac1649f71e0dece2a3a17e958d74d5be Issue-ID: SO-3219 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-04Adding entities and repositories forwaqas.ikram8-12/+209
NS Instantiation Change-Id: Id7cb2452a8821969ebec5c3f8148f292ded9812e Issue-ID: SO-3194 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-04Implementing Create NSwaqas.ikram59-56/+3573
Change-Id: Ib54e7476820fe716137e6d5e08e4d0deb9f104b9 Issue-ID: SO-3179 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-04Initialise NFVO Database Tablesrope25217-0/+1574
Adding Entity files and SQL Script for initalising the NFVO DB using flyway. Also updated order of dependencies between pom.xmls with the so-etsi-nfvo module. Change-Id: I9ba682398df5a6cba22452f08caa565dec631b5d Issue-ID: SO-3159 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-08-26Fixing missing type info inwaqas.ikram1-34/+23
SOL005-NSLifecycleManagement-API Swagger File Change-Id: I26326d538de757bcb21f9909273b1e230aed17f6 Issue-ID: SO-3166 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-08-14Adding support for SOL005 NBI (SO-3155)waqas.ikram15-4/+782
and creating docker image (SO-3156) Change-Id: Ic1bc83d260c87c112dda66fedf52d5fe098262b3 Issue-ID: SO-3155 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-08-13[SO] Create SOL005 object models from SOL005-NSLifecycleManagement-API.json ↵MukeshKumar4-0/+24593
2.7.1 swagger file. Issue-ID: SO-2842 Change-Id: I20c74ced4186562de6498c3ff7991899606e6e87 Signed-off-by: Mukesh <mukeshsharma@est.tech>
2020-08-12[SO] Create basic maven modules structure in ONAP SO project.MukeshKumar7-0/+90
Issue-ID: SO-2842 Change-Id: I5be370e7ba834c8cc0fb972389c2aa2496f8f1cd Signed-off-by: Mukesh <mukeshsharma@est.tech>