aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-vnfm-adapter/mso-vnfm-adapter-api
AgeCommit message (Collapse)AuthorFilesLines
2020-04-09Refactor SOL003 Adapter to organize its moduleswaqas.ikram4-2809/+0
based on functions Change-Id: I10b2376a552272ac3b405b2dae718adcb7e1e489 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-03-17add m2e helpers for swaggerBenjamin, Max1-0/+32
add m2e helpers for swagger Issue-ID: SO-2746 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ie98a6b3ed092edcaf45400a5ca7b76e8aba6d3b3
2020-03-16update poms to be compatible with eclipse IDEBenjamin, Max1-0/+18
add groovy sources to eclipse projects automatically replace groovy maven plugins with more modern one remove unused dependency causing compilation issues Issue-ID: SO-2735 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ibeddddcc289c25e6208b69ac4f0cc220386e9344
2020-02-26bump the versions for all the SO to 1.6.0seshukm1-1/+1
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Id0993b244b0978375ff8476e4bf8ef79e1bb9e68
2020-02-24SOL003 Adapter Package Management - NotifyAndrewLamb1-35/+84
Change-Id: Iaa428d259c23df581c1aced1978302ede0e854c0 Issue-ID: SO-2420 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2020-02-10Add SOL003 Package Management Notification Swagger filerope2522-1/+1798
Change-Id: Ic5c34177adc6901c020b9f554e9da94270c142c1 Issue-ID: SO-2654 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-12-20Add Notification Swagger for VNFM-Adapterrope2522-0/+278
Change-Id: I1eda686ec9038c22406dd4c576ceb46cb168e351 Issue-ID: SO-2578 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-12-11SOL003 Adapter Package Management - Fetch VNF Package Contentrope2521-0/+4
Change-Id: I86f1541098c7694b1624f9cdaf4e4c5cb91df3dd Issue-ID: SO-2415 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-04-25Fixed issues found in integration testingMichaelMorris1-0/+5
Issue-ID: SO-1814 Change-Id: Ica6929e10cb40d535657eefc9786090af996ba32 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-11corrected inlucde filter for formatterBenjamin, Max (mb388a)1-103/+102
all pom.xml files now have two spaces validation is on for pom.xml files Change-Id: I424ea2e4d6a549f468792e5f90a43f3a97e6c954 Issue-ID: SO-1781 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-02Add job handlingMichaelMorris1-1/+1
Issue-ID: SO-1624 Change-Id: I84c089d7b0ad610f0fe38be220a81a1f0762f394 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-03-22Created new BB for so-etsiwaqas.ikram1-0/+1
Change-Id: I9bf6b4019c280b816925ee5e0d826bff69cb1583 Issue-ID: SO-1621 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-03-13Create VNFM adapter REST APIMichaelMorris2-0/+609
Created swagger YAML file for VNFM Adapter REST API and added generation of classes from the swagger yaml file Issue-ID: SO-1619 Change-Id: Ib9537f57a82f1e0a1ac0c92b452b591831328534 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-03-13Create VNFM adapter shellMichaelMorris1-0/+17
Create maven structure, spring boot application and docker image for the VNFM adapter. Implementation of functionality will follow in subsequent stories. Issue-ID: SO-1620 Change-Id: I735ead3f1c34bf33e6813a3741609409b0da851c Signed-off-by: MichaelMorris <michael.morris@est.tech>