aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2020-03-02Add ServiceProfileHarry Huang1-0/+50
Issue-ID: SO-2368 Add bean to store ServiceProfile in NSMF workflow Change-Id: I4dc80090d283939450ffd1d72333d566f3f91b28 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-02Modify NSMF beansHarry Huang2-2/+3
Issue-ID: SO-2368 Change-Id: I2dd03b364d53fe18d0672b537e5287b2597a81d9 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-03-02Update AAI Client pom and Add Service Profilehetengjiao2-55/+23
Issue-ID: SO-2368 Change-Id: Id757558b08a85a7b98af4ac3bfd78091142d48ed Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-03-02Add SliceTaskParamsHarry Huang1-0/+413
Issue-ID: SO-2368 This bean is used to store parameters which be used in NSMF workflow Change-Id: I015ee2d79abbfd5029a5a962ba3c0a82dcab8749 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2020-02-27SW UP building block and workflowEricMoore2-0/+7
This commit creates two bpmn 1. PNFSoftwareUpgrade.bpmn 2. PNFSWUPDownload.bpmn Respective Testcases are also written for both bpmns. Issue-ID: SO-2514 Issue-ID: SO-2515 Change-Id: Icb1706f1974341182f13b9125e09418b61571c52 Signed-off-by: EricMoore <eric.e.moore@est.tech>
2020-02-27AAI object addition for ESRjananib1-0/+5
AAI info for NSSMF adapter Change-Id: I237b67261c55e70d000ebbee8fa28aa4a5b7538a Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-26Merge "Enhancing SO SDC Controller to invoke ONAP-ETSI Catalog APIs"Seshu Kumar M2-11/+71
2020-02-26Merge "bump the versions for all the SO to 1.6.0"Byung-Woo Jun1-1/+1
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-25Enhancing SO SDC Controller to invoke ONAP-ETSI Catalog APIswaqas.ikram2-11/+71
Change-Id: I9f0ba05c14478b9165c2c470559567513e1919cf Issue-ID: SO-2406 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-02-25Status query Request Beanjananib9-0/+531
Bean addition for NSSMF adapter Change-Id: I6fe2a329341e2d3e91d0e23cd4438a8a0dc590e4 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-25Terminate Request Beanjananib2-0/+106
Bean addition for NSSMF adapter Change-Id: I850a9be36983a638b251805e2c786884b6fad189 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-25Update Request Beanjananib6-0/+450
Bean addition for NSSMF adapter Change-Id: I9da26274c5bddce31ff397d9298a7a71266cb6e7 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-25Deallocate Request Beanjananib2-0/+138
Bean addition for NSSMF adapter Change-Id: I7966b60a04dcacd074420e44ea7d67a21ba18a42 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-25Create Request Beanjananib2-0/+136
Bean addition for NSSMF adapter Change-Id: I0d72046c9b74a707edf5a0a3bc4acd659d8ec075 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-25Allocate Request Beanjananib1-0/+67
Bean addition for NSSMF adapter Change-Id: Ie8549c458ecff15c14bc30408fb9210ad19a513f Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-25Allocate TN Beanjananib2-0/+157
Bean addition for NSSM adapter Change-Id: Iae522ecbfa079fc5d6fbb27a036b431d9699e4f2 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-25Allocate CN Beanjananib7-0/+611
Bean addition for NSSM adapter Change-Id: Ia63e34ab2be025c3abb0cb2877ee182591c45a2e Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-25Allocate AN Beanjananib3-0/+217
Bean addition for NSSM adapter Change-Id: I1dfb227ab026c77e0ad40f8fde89ea7fce831432 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-25Activate Deactivate Beanjananib4-0/+203
Bean addition for NSSM adapter Change-Id: If7c59347c0213e1d0f3a1ec4c2eaa3dc0e827796 Issue-ID: SO-2544 Signed-off-by: jananib <janani.b@huawei.com>
2020-02-24Merge "mso to add tenant name and product family name to"Steve Smokowski3-4/+27
2020-02-21mso to add tenant name and product family name toKuleshov, Elena3-4/+27
Add productFamilyName and tenantName to requests DB and request status results. Add more JUnits, fix JUnit schema files. Robot test adjustments to create service object in AAI when needed. Update robot tests to verify presence of productFamilyName and tenantName in return data. Add missing return of retrieved productFamilyName in robot test Add checking of tenantName on return to another robot test. Update archiving of infra requests for tenantName and productFamilyName. Issue-ID: SO-2674 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2950b7783ee863dc59360c6124f38bee89cb2140
2020-02-21Added prematching to audit filterPlummer, Brittany1-5/+2
Added prematching to audit filter Issue-ID: SO-2673 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib7a4eb662119bb797337a90d9a7c04adb7f045d2
2020-02-21use pnfName in custom pnf workflow execution procedureUbuntu1-7/+7
Issue-ID: SO-2071 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Change-Id: Ia97604b3b3d109d758914c04232256cdb262e121
2020-02-19Adding sync mechanismwaqas.ikram1-0/+12
Change-Id: I81dc737c27092d32bac6457ba015f0b093cb1176 Issue-ID: SO-2418 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-02-13Merge "added in graceful shutdown to spring boot"Steve Smokowski3-0/+66
2020-02-10Fix for SO-2598waqas.ikram3-9/+87
Change-Id: If2086de6cb635f39a03927be35fed9c177919211 Issue-ID: SO-2598 Signed-off-by: waqas.ikram <waqas.ikram@est.tech> Making WebSecurityConfigurerAdapter configurable so that other components can configure it per there requirement Change-Id: I8f7674710ff41195946a710b86c7c8d7b52815f8 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-02-10added in graceful shutdown to spring bootKalkere Ramesh, Sharan3-0/+66
added in graceful shutdown to spring boot updated the poms to include catalina and upped fabric added in eventlistener instead of application listener Issue-ID: SO-2655 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2d8674cc82a9167604b2d38a49bffba42cee32ff
2020-02-10Merge "Initial commit to check client alive"Steve Smokowski2-2/+83
2020-02-10Merge "Remove unused param"Steve Smokowski1-12/+1
2020-02-10Merge "add retry sequence levels"Steve Smokowski3-8/+41
2020-02-07Initial commit to check client aliveSmokowski, Steven2-2/+83
Initial commit to check client alive Issue-ID: SO-2653 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib9f4cf7f5815bd9b8d0d42417f3e5fd83382547a
2020-02-07Remove unused paramSmokowski, Steven1-12/+1
Remove unused param from request parameters Issue-ID: SO-2651 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1c9a8e05aa329ee65f9910ab25319a0a61d54675
2020-02-07add retry sequence levelsBoslet, Cory3-8/+41
Added retry sequence levels so that the different services can specify their desire. Updated to be medium and added to be long sequence in audit. Change retry level to be final and changed default constructor to private Changed default constructor to public so its visible. Updated unit test to reflect change and get verify job to pass Added and updated the unit test for add graph Issue-ID: SO-2649 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I981b90a5dbb1dca5354fba37589b26dabbfc0b0e
2020-02-07Merge "Fix dependency failure for aai-schema"Steve Smokowski1-1/+1
2020-02-07Fix dependency failure for aai-schemamharazin1-1/+1
Updated solution of dependency failure after changes in AAI Issue-ID: SO-2636 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I253c73bf749fe200eda83eaa1761deeb38227c5e
2020-02-07Changed Basic Authorization in receiving NotificationPiotr Borelowski1-3/+9
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I95dfebd0e024af91b9bac4d8a4bb97d271badc70
2020-02-06Fix dependency failure for aai-schemamharazin1-1/+1
Temporary solution until fix AAI-2789 bug Issue-ID: SO-2636 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Ifaee3198bba7f293530b4fed1f6267e54ceeba9d
2020-02-03Fix dependency failure for aai-schemaEnbo Wang1-1/+1
Issue-ID: SO-2636 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I946870c801134dc76b8c55ffd52ace5aaef60a69
2020-01-30Merge "add manual handling to rainy day handling for bbs"Steve Smokowski9-641/+0
2020-01-30Added the communication with AAIPiotr Borelowski1-0/+5
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I32a1a560d2787b966f1634b3679368412af19520
2020-01-24add manual handling to rainy day handling for bbsKuleshov, Elena9-641/+0
Initial Manual Handling addition to Rainy Day BB handling. Reenable task API, add task variable setup. TaskTimeout will come from the configuration settings. Update the base path for the APIH manual tasks junit. Additional JUNIT tests for manual handling Add Manual as a primary policy for Change Management BBs. Error handling changes and robot tests for manual handling. Correct failure data retrieval when serviceSubscription is unavailable. Correct failure data retrieval when serviceSubscription is unavailable. Keep WorkflowException when manual pause gets invoked; improved error reporting. Issue-ID: SO-2616 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I98a84c1a489bb7b24b68e567f604aeb074fd7bf9
2020-01-21Merge "Encryption and decryption of OpenStack Passwords removed"Steve Smokowski1-0/+2
2020-01-17Fix for SO-2598waqas.ikram5-98/+131
Change-Id: I26a8251bd878d95ae3ede8d27bf9f42a6692e338 Issue-ID: SO-2598 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-01-16Merge "mso stores vnf application id from macro create"Steve Smokowski1-2/+11
2020-01-13mso stores vnf application id from macro createBonkur, Venkat1-2/+11
mso stores vnf application id from macro create Issue-ID: SO-2591 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I83aab47ef41b93fa72581823a27c7ae7fa699e52
2020-01-101911 create appc adapter micro serviceKuleshov, Elena5-0/+245
Added new appc adapter micro service. Made required code changes to use the new adapter. Issue-ID: SO-2596 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I880ecace64ec85ca4094a82bc1210798fd3bb85d
2020-01-08configurable aaf user expiresBenjamin, Max1-0/+4
aaf user expires now configurable via properties Issue-ID: SO-2590 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib4cd4f9062862fe8833ee2009a65e8984d8692bf
2020-01-07consolidated security configurationBenjamin, Max4-2/+241
consolidated security configuration into common package Issue-ID: SO-2584 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1e78259ffbf88e792f1f7a5a10cd1fdad8eaea36
2020-01-02SO API to support custom PNF workflowYulian Han1-0/+11
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064418 Issue-ID: SO-2071 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>