aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients
AgeCommit message (Collapse)AuthorFilesLines
2020-03-16update poms to be compatible with eclipse IDEBenjamin, Max1-0/+23
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-03-12Update ETSI Catalog Swagger file. Change filters to filter for ↵rope2521-4/+4
PkgmSubscriptionRequest object Change-Id: Ie8c6a2939936c49dcbe7e989b273e37cde4e23d1 Issue-ID: SO-2722 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-03-10Updating operationalState and usageState to listwaqas.ikram1-22/+63
Change-Id: I59c22c3a9484a12ebd7831ceb693d90a6d1f4e7e Issue-ID: SO-2714 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
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-05ETSI Package Management - Subscriberope2521-11/+11
Change-Id: I6a01f97a5ec441fb72b3d506d5d7355e4d868e11 Issue-ID: SO-2417 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-01-23Update to Latest ETSI Catalog Swaggerrope2521-6/+10
Change-Id: I51687625cbc7ac52d882fb58fc76a1875528d693 Issue-ID: SO-2578 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-12-19Update ETSI Catalog Swagger to latest and Add Notification Swaggerrope2521-4/+19
Change-Id: Ic2f904a82c3c37e81732d198958b662f01a2d89e Issue-ID: SO-2578 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-11-29Add ETSI Catalog Manager API Swagger filerope2522-0/+3122
Change-Id: I7f53135c628ee5f6e4b5bffe3d9cad2a3264c7ae Issue-ID: SO-2542 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-11-11SOL003 Package Management Swagger file updaterope2522-2/+7332
Change-Id: I2cb1601a6ca446c59bbd514fdbd54e19fe299e9c Issue-ID: SO-2501 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-04-25Fixed issues found in integration testingMichaelMorris1-3/+3
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-226/+225
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-09SO-ETSI Alignment. Handle Grant Requestrope2522-0/+2901
Change-Id: Ic54892fd52f4125f0d1515db3224e99b5c40f47f Issue-ID: SO-1625 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-04-04Notification handling for instantiateMichaelMorris2-0/+1918
Issue-ID: SO-1629 Change-Id: I3ef8aae6f40c83600b723d5c8a5e8a2c7d7b1516 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-02Check for existing VNF in VNFMMichaelMorris2-0/+8212
Issue-ID: SO-1622 Change-Id: I6aa6af3c6988032f436c5da79c0140370469439e 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>