aboutsummaryrefslogtreecommitdiffstats
path: root/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-service
AgeCommit message (Collapse)AuthorFilesLines
2021-02-17Merge "update camunda and spring to latest versions"Steve Smokowski1-1/+6
2021-02-16update camunda and spring to latest versionsBenjamin, Max (mb388a)1-1/+6
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
2020-10-22Changing save to saveAndFlush to flush the data towaqas.ikram1-1/+1
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-13SO-ETSI-NFVO Get NS Operation Status Backend ServiceAndrewLamb4-11/+213
Issue-ID: SO-2871 Change-Id: I1b17bbc5750abb38bf017df4088c4b40db3552ab Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-10-07Fixing vulnerabilities and code smellswaqas.ikram1-4/+4
and increasing code coverage Change-Id: If345b669433f754aedfbc81bef9c9b8a7686e92f Issue-ID: SO-2867 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-10-02SO-ETSI-NFVO Delete NS Backend ServiceAndrewLamb3-10/+32
Issue-ID: SO-2870 Change-Id: I476e78a7f528d460eb6dc9bd9019e7407ff167e3 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-09-24Terminate NS Backend ServiceAndrewLamb4-12/+50
Issue-ID: SO-2869 Change-Id: I9c2b268d4f9aba7179633b71c8994065acacb742 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-09-09Adding NS instantiationwaqas.ikram5-21/+52
Change-Id: I06a8e1c9bfeb82f5fc61604030ec62bd17193e90 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-08Adding NS instantiationwaqas.ikram1-0/+10
Change-Id: I41d32ddab1ba1e4eea42129a5918bdea3312de94 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-04Implementing Create NSwaqas.ikram12-36/+390
Change-Id: Ib54e7476820fe716137e6d5e08e4d0deb9f104b9 Issue-ID: SO-3179 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-04Initialise NFVO Database Tablesrope2522-0/+38
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-14Adding support for SOL005 NBI (SO-3155)waqas.ikram7-0/+516
and creating docker image (SO-3156) Change-Id: Ic1bc83d260c87c112dda66fedf52d5fe098262b3 Issue-ID: SO-3155 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-08-12[SO] Create basic maven modules structure in ONAP SO project.MukeshKumar1-0/+11
Issue-ID: SO-2842 Change-Id: I5be370e7ba834c8cc0fb972389c2aa2496f8f1cd Signed-off-by: Mukesh <mukeshsharma@est.tech>