aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-17Implement Allocate Core NSSMF workflowaleemraja9-0/+3158
Issue-ID: SO-3234 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I37ce7d21eaba8ea60a91a7034509696b2cf3a987
2020-09-17Merge "NSMF Functionality improvements - NSI Termination"Byung-Woo Jun4-293/+425
2020-09-17Merge "Implement Subnet Capability query functionality"Byung-Woo Jun6-12/+363
2020-09-17Merge "Implement Workflows to handle NSSMF Common functionalities"Byung-Woo Jun13-0/+2049
2020-09-16Implement Workflows to handle NSSMF Common functionalitiesPriyadharshini13-0/+2049
Issue-ID: SO-3190 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I38ce91415fc5ced083e017ed4306873d17d5fa24
2020-09-17Merge "Heat bridge cron 2.0, changes due to cloud and"Byung-Woo Jun1-0/+27
2020-09-17Merge "Update template analysis process"Chuanyu Chen6-43/+87
2020-09-17Merge "update service query"Chuanyu Chen3-12/+17
2020-09-16Heat bridge cron 2.0, changes due to cloud andBoslet, Cory1-0/+27
Heat bridge cron 2.0, changes due to cloud and tenant privs Removed unness repeat calls to token and loop. Issue-ID: SO-3245 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If8fbc2be2f227b236c8b934a6cfc665a2600348f
2020-09-16Merge "Implement Deallocate Core NSSMF workflow"Byung-Woo Jun2-0/+1184
2020-09-16Merge "Implement Modify Core NSSMF workflow"Byung-Woo Jun2-0/+1043
2020-09-17Update template analysis processzm3306-43/+87
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I2a1190191e18b8a580e421847a5143ef45a7877d
2020-09-16Merge "Implementation of TN NSSMF WF on SO"Byung-Woo Jun15-0/+3522
2020-09-16Merge "Imlpement RAN NSSMF Modify Workflow"Byung-Woo Jun4-0/+1826
2020-09-16Merge "Implement Activate/Deactivate RAN NSSMF Workflow"Byung-Woo Jun3-0/+1622
2020-09-16Merge "Implement Deallocate RAN NSSI Workflow"Byung-Woo Jun3-1/+1792
2020-09-16Imlpement RAN NSSMF Modify WorkflowReshmasree4-0/+1826
Issue-ID: SO-3228 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: I49b99cfb0afbdd34a83ef81dac6a62301e79e4fd
2020-09-16Merge "Implement subprocess for calling SDNR from RAN NSSMF -Also added ↵Byung-Woo Jun4-1/+315
common methods in oofUtils"
2020-09-16Merge "added fragment support to generated objects"Steve Smokowski19-26/+186
2020-09-16Merge "Removed authentication methods"Steve Smokowski3-60/+11
2020-09-16Merge "Implement RAN NSSMF Allocate workflow"Byung-Woo Jun3-0/+2449
2020-09-16Implement RAN NSSMF Allocate workflowReshmasree3-0/+2449
Issue-ID: SO-3227 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: I4354d68b307bd008b242deb57a87f5de2bb66487
2020-09-16update service queryzm3303-12/+17
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I7489dd5b02fa19b25eec0162dd239c1d40e943d3
2020-09-15Implementation of TN NSSMF WF on SOhyu201015-0/+3522
(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>
2020-09-15Merge "Update NSMF workflow to implement the E2E Network Slicing ↵Chuanyu Chen15-0/+3236
requirements for Guilin release"
2020-09-15Merge "modify the actionType of querySubnetCapability"Chuanyu Chen1-3/+3
2020-09-15Merge "cnf-adapter service impl and updates Issue-ID: SO-3242"Seshu Kumar M14-207/+939
2020-09-14cnf-adapter service impl and updatessekharhuawei14-207/+939
Issue-ID: SO-3242 Signed-off-by: sekharhuawei <reddi.shekhar@huawei.com> Change-Id: I63dab335845125b319eeed129b2d7dfd4a31c84c
2020-09-14Increasing Ns request timeout for testswaqas.ikram2-3/+3
Get Job status takes more then 10s if there is full GC so increasing the timeout Change-Id: I1c0d38b8ef8df4f78fdf2c54e5375ab45f8f15ae Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-13Implement Modify Core NSSMF workflowalexanb2-0/+1043
Issue-ID: SO-3239 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it> Change-Id: Ice1f528d5fe155ea0e84cb3fa7502be32626ba31
2020-09-11Fixing intermediate test failurewaqas.ikram1-15/+23
Change-Id: I2dacb86ea48125535f513d95e8cd42fc6308ed9c Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-11Update NSMF workflow to implement the E2E Network Slicing requirements for ↵hetengjiao15-0/+3236
Guilin release Issue-ID: SO-2963 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I20c6b880cc26b0e0dbd096f4de6f39fd936b4bc0
2020-09-10added fragment support to generated objectsBenjamin, Max19-26/+186
added fragment support to generated objects updated objects to support singular and plural fragments Issue-ID: SO-3240 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia010c99ad36422db5f5b3729af3991767fe5138f
2020-09-10Implement Subnet Capability query functionalitydeepikasatheesh6-12/+363
Issue-ID: SO-3222 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I1797aeb1f2b4b461cee627200bda8312a0803524
2020-09-10Implement Deallocate Core NSSMF workflowalexanb2-0/+1184
Issue-ID: SO-3238 Signed-off-by: alexanb <alexander.borovitzky@guest.telecomitalia.it> Change-Id: I751c2b5f0ea5fba3f814ab70c627fb96242a54c3
2020-09-10Merge "multiple pnf fix"Byung-Woo Jun13-411/+574
2020-09-10NSMF Functionality improvements - NSI Terminationdeepikasatheesh4-293/+425
Issue-ID: SO-3231 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I5ebeea9e7e79ba1c7c236478f4acf34af674eb77
2020-09-10Implement Activate/Deactivate RAN NSSMF WorkflowPriyadharshini3-0/+1622
Issue-ID: SO-3229 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I309da1227f1db8faec10f198351fda66421293b6
2020-09-10multiple pnf fixtragait13-411/+574
Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I3d9d0ebb38da1fb286f097828551e981a0f95a65 Signed-off-by: tragait <rahul.tyagi@est.tech> Issue-ID: SO-3223 Signed-off-by: tragait <rahul.tyagi@est.tech>
2020-09-10Implement Deallocate RAN NSSI WorkflowPriyadharshini3-1/+1792
Issue-ID: SO-3230 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I37ce7d21eaba8ea60a91a7034501211b2cf3a987
2020-09-09Removed authentication methodsBoslet, Cory3-60/+11
Keystone token authentication methods no longer needed for ONAP use case Issue-ID: SO-3226 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I17867f05fdc47070292c59f955188568ea5b9367
2020-09-09Fixing intermediate test failurewaqas.ikram1-2/+10
Change-Id: I115657fee925cd0c3e582e70d9cd8f498cf4f59a Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-09-09Merge "Developer guide for cxf-logging Issue-ID: SO-3153"Seshu Kumar M2-0/+211
2020-09-09Merge "Bpmn to cnf adapter implementation testing bpmn"Seshu Kumar M2-0/+116
2020-09-09Merge "Update of mso_adapters_rest_interface"Seshu Kumar M6-0/+288
2020-09-09Merge "Adding NS instantiation"Byung-Woo Jun6-23/+54
2020-09-09Merge "Update AAI schema version"Chuanyu Chen2-2/+2
2020-09-09Merge "[SO] Add logs to STDOUT"Seshu Kumar M1-1/+8
2020-09-09Update AAI schema versionzm3302-2/+2
Issue-ID: SO-2963 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I24ff43f3d7a3e617b51f59c402719073065d5692
2020-09-09Adding NS instantiationwaqas.ikram6-23/+54
Change-Id: I06a8e1c9bfeb82f5fc61604030ec62bd17193e90 Issue-ID: SO-2868 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>