Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: SO-2963
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: I4ab9272501a76c93e1c56d4bf0ed646699363ecb
|
|
Issue-ID: SO-3260
Change-Id: Iaebcca2a137198aebba42f0d5667eeecaca3c12e
Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
|
|
|
|
Issue-ID: SO-2963
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I073d6160573df10d1d3f3722cc4262e482b9cd8a
|
|
Issue-ID: SO-2963
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: Ic792896cc3e7b23f02fd7f8b8305402271eb0d78
|
|
|
|
Issue-ID: SO-3234
Signed-off-by: aleemraja <ar00500721@techmahindra.com>
Change-Id: I37ce7d21eaba8ea60a91a7034509696b2cf3a987
|
|
Issue-ID: SO-3235
Signed-off-by: aleemraja <ar00500721@techmahindra.com>
Change-Id: I37ce7d21eaba8ea60a91a7034508965b2cf3a987
|
|
|
|
|
|
|
|
|
|
|
|
Issue-ID: SO-2963
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I2a1190191e18b8a580e421847a5143ef45a7877d
|
|
|
|
|
|
|
|
|
|
Issue-ID: SO-3228
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
Change-Id: I49b99cfb0afbdd34a83ef81dac6a62301e79e4fd
|
|
common methods in oofUtils"
|
|
|
|
Issue-ID: SO-3227
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
Change-Id: I4354d68b307bd008b242deb57a87f5de2bb66487
|
|
(1) Workflow of Allocate TN NSSI
(2) Workflow of Deallocate TN NSSI
(3) Workflow of Activate and Deactivate TN NSSI
(4) Workflow of Modify TN NSSI
NOTE:
1. The full implementation of TN NSSMF consists of two layers:
(1) The TN Sice definition layer, which is an orchestration
layer that provides the NBI of TN NSSMF to its consumers
(i.e., it concerns the "what" question), and (2) the TN slice
realization layer, which is responsible for the actual network
configurations of TN slicing (i.e., the "how" question). The first
layer is done on the SO (i.e., this changeset), while the 2nd
layer is implemented on the SDNC. That's why this changeset is
relatively simple, since the "real work" is done by the SDNC.
2. This changeset depends on the common NSSMF WF
(https://gerrit.onap.org/r/c/so/+/111477)
Issue-ID: SO-2959
Signed-off-by: hyu2010 <henry.yu1@huawei.com>
Change-Id: I9d4e77b7706d28fb4133ddca0ff1d6e307be613d
Signed-off-by: hyu2010 <henry.yu1@huawei.com>
|
|
Issue-ID: SO-3239
Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
Change-Id: Ice1f528d5fe155ea0e84cb3fa7502be32626ba31
|
|
Guilin release
Issue-ID: SO-2963
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: I20c6b880cc26b0e0dbd096f4de6f39fd936b4bc0
|
|
Issue-ID: SO-3222
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I1797aeb1f2b4b461cee627200bda8312a0803524
|
|
Issue-ID: SO-3238
Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it>
Change-Id: I751c2b5f0ea5fba3f814ab70c627fb96242a54c3
|
|
Issue-ID: SO-3231
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I5ebeea9e7e79ba1c7c236478f4acf34af674eb77
|
|
Issue-ID: SO-3229
Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com>
Change-Id: I309da1227f1db8faec10f198351fda66421293b6
|
|
Issue-ID: SO-3230
Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com>
Change-Id: I37ce7d21eaba8ea60a91a7034501211b2cf3a987
|
|
-Also added common methods in oofUtils
Issue-ID: SO-3215
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
Change-Id: Id85112db648f6607d7075da857a45e1ed5ca23ec
|
|
- Add NSI/NST selection callback for Networkslicing
Issue-ID: SO-3205
Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com>
Change-Id: Ica88d503495949ecce8b897c3a990fbdaa5d4f0e
|
|
Issue-ID: SO-2919
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: Idf4ad514abdb21131c684edb4294b3ddff03efb2
|
|
Began impelenting new network external task.
Made the vnfAdapterTask subflow an openstack subflow, refactored infra
flows and BB to call it for network functions.
Fixed bugs discovered through a robot dry run, added unit test, added
support for rollback network request
Updated junit test files for comparison due to not polling for response
Removed the no longer used network adapter rest task from bpmn tasks
Removed the unused network adapter async and its beans
Removed network async client package from open pojo scan
Issue-ID: SO-2813
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I4c25892012cc86659ab122448ed1aca5cab91671
|
|
Use external tasks to communicate with openstack adapter
Will be more resilient to failures
Refactored all flows to use external tasks not REST calls
Rollback is now an external task
Ensured backwards compatibility
Issue-ID: SO-2767
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I8afdb89c688d756aed0f25f7d9a7fb898142554d
|
|
Added service-name update OTN service for Create flow
Added new request format for OTN service Delete flow
Change-Id: Iea3362c2a57a376f181de813158462390aaf27e3
Issue-ID: SO-2460
Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
|
|
|
|
Issue-ID: SO-2368
Change-Id: I1160fd3b312992c841b60d09515407f3d3a3e83a
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
Issue-ID: SO-2368
Change-Id: I85e0f50ac2efce57ae8d39a31526bbbbdb730a31
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
|
|
|
|
|
|
|
|
Added new BPMN flow for creating 5G slice NSSI.
Issue-ID: SO-2368
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
Change-Id: Ibcd5210de446c90b0955eee21b065bccd9f6efac
|
|
Added new BPMN flow for NSI.
Issue-ID: SO-2368
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
Change-Id: I307edff40b2447240b0ffa07733cd8677ea32472
|
|
Added new flow for creating 5G slice options.
Issue-ID: SO-2368
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
Change-Id: Ibec1254bec9bbee61e8b83a1d6e369b315a63e8c
|
|
Added new flow for creating 5G slice service.
Issue-ID: SO-2368
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
Change-Id: I156bf40c52ec30d4cc0c9a94589e947e2b655255
|
|
Issue-ID: SO-2368
Change-Id: Iee4d4c937947d01196a85c8a45387c5a3cb0aa19
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
|
|
Issue-ID: SO-2368
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I0e0ff064fc21c0b0c2d47823c1495feeb22253a5
|
|
|
|
Issue-ID: SO-2368
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: Ibf443a3d490e48d397f1f3240207b5c00b92695f
|