summaryrefslogtreecommitdiffstats
path: root/adapters/mso-vnfm-adapter
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11corrected inlucde filter for formatterBenjamin, Max (mb388a)4-475/+471
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-11CLEANED UP IMPORTS IN MSO-VFNM-ETSI AdaptereHanan12-18/+102
Change-Id: I7db043edc382a2812f9e17a47e02701d645d031f Issue-ID: SO-1771 Signed-off-by: eHanan <eoin.hanan@est.tech>
2019-04-10Fixed latest Sonar blocker issuesr.bogacki1-8/+12
Fixed blockers according to Sonar analysis. Change-Id: I2c2d053b66019b74ee20b0a56fb7b93bf931bb61 Issue-ID: SO-1734 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Signed-off-by: Katsia Kazak <k.kazak@samsung.com>
2019-04-09Add sending create request to VNFMMichaelMorris26-207/+506
Change-Id: Id1c3f8b32533150a8983706bc28b3b02b9124bf5 Issue-ID: SO-1623 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-09SO-ETSI Alignment. Handle Grant Requestrope2529-10/+3341
Change-Id: Ic54892fd52f4125f0d1515db3224e99b5c40f47f Issue-ID: SO-1625 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-04-09Added handling for OAM IP addressMichaelMorris5-7/+115
Change-Id: Iaae7f17517dc44767b73495e62549765edc4e343 Issue-ID: SO-1637 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-09Ran formatter to fix build failureMichaelMorris13-25/+1
Issue-ID: SO-1628 Change-Id: I585d264bf25f45ec39c3d954ef498516537d0d92 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-08Merge "Add subscription for notifications"Steve Smokowski9-3/+137
2019-04-08Replaced all tabs with spaces in java and pom.xmlBenjamin, Max (mb388a)6-19/+15
Added in maven plugins to enforce coding style rules Added in eclipse java formatting xml Change-Id: I3727bbf4ce8dc66abfd8ad21b6cfd0890c5d3ff0 Issue-ID: SO-1765 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-08Add subscription for notificationsMichaelMorris9-3/+137
Issue-ID: SO-1628 Change-Id: I302e5c65f9b01a8608053b6f83696d0161cd2bf2 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-05Notification handling for terminateMichaelMorris9-44/+256
Issue-ID: SO-1634 Change-Id: Idd5e06554cb7714d9107042cd4f7426cdf764cef Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-05Send terminate VNF to VNFMMichaelMorris11-61/+292
Issue-ID: SO-1633 Change-Id: I2d1010496725a47af7af108a681e1c16c749126c Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-04Notification handling for instantiateMichaelMorris9-0/+2535
Issue-ID: SO-1629 Change-Id: I3ef8aae6f40c83600b723d5c8a5e8a2c7d7b1516 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-03Send instantiate VNF Request to VNFMMichaelMorris13-182/+718
Issue-ID: SO-1624 Change-Id: Ida69ecaed5323e42ecebe189ef79c323133855f3 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-02Add job handlingMichaelMorris10-16/+485
Issue-ID: SO-1624 Change-Id: I84c089d7b0ad610f0fe38be220a81a1f0762f394 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-02Check for existing VNF in VNFMMichaelMorris20-17/+9241
Issue-ID: SO-1622 Change-Id: I6aa6af3c6988032f436c5da79c0140370469439e Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-03-25Create empty implementation of delete VNF requestMichaelMorris2-3/+44
The implementation provides no functionality (just logs the call and returns 202 with a job id) but enables invocation of the adapter from a flow Issue-ID: SO-1632 Change-Id: Ie71699e917173c77b217e8a9f5eb9e5b794155a7 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-21Create empty implementation of create VNF requestMichaelMorris3-1/+142
The implementation provides no functionality (just logs the call and returns 202 with a job id) but enables invocation of the adapter from a flow Issue-ID: SO-1621 Change-Id: I1a4aa263fee0bc10dd74c8611a48a611ace6872f Signed-off-by: MichaelMorris <michael.morris@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 shellMichaelMorris11-0/+413
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>