summaryrefslogtreecommitdiffstats
path: root/components
AgeCommit message (Collapse)AuthorFilesLines
2022-11-17Fix bug in wrong SNSSAI value being appended with MeasType string1.0.11-kpi-computation-msmalar8-34/+33
The SNSSAI can be a alphanumeric also, so modified the code acording to that. Issue-ID: DCAEGEN2-3310 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Iac3e66e8d12a817681c15100ba80d2efee8e0498
2022-10-12Revert "KPI-MS Switch from Cambria library to dmaap-sdk"1.0.10-kpi-computation-msmalar12-181/+193
This reverts commit 8db39359abef9f94c8cbec10189cd295cf1d814f. Issue-ID: DCAEGEN2-3180 Change-Id: I41c3fc52ec93aac5473869f2098fede89b340d34 Signed-off-by: malar <malarvizhi.44@wipro.com>
2022-09-30Merge "CodeCoverage improvement for dcaegen2-service-datalake-handler"Vijay Venkatesh Kumar34-1509/+2413
2022-09-28CodeCoverage improvement for dcaegen2-service-datalake-handlerdeepikasatheesh34-1509/+2413
Issue-ID: DCAEGEN2-3161 Change-Id: Ice517896647cd7b90c6c1014a09547e3ad712aee Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
2022-09-27[SLICEANALYSIS] Bugfix for sliceanalysis startup Exception, break the ↵1.1.5-slice-analysis-msdecheng zhang7-48/+225
circular dependency Break the circular dependency by seperating networkpolicymonitor from bandwidthEvaluator Issue-ID: DCAEGEN2-3270 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I2632e5ea500121b8c223bdbcda16bdc24dc36895 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-09-27[SLICEANALYSIS] Bugfix for sliceanalysis startup Exception, springcontext ↵decheng zhang3-129/+78
config issue Remove duplicated SpringContextUtil Issue-ID: DCAEGEN2-3270 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I463e6f8c1b33db61f64b4fe5f3dc38a1bc94f0f6 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-09-27Merge "[SLICEMS]Fix bug that config thread hang up when cbs policy is empty"Vijay Venkatesh Kumar5-18/+18
2022-09-27[SLICEMS]Fix bug that config thread hang up when cbs policy is emptyqingshuting5-18/+18
Fix bug for config thread Issue-ID: DCAEGEN2-3273 Signed-off-by: qingshuting <qingshuting1@huawei.com> Change-Id: I3de62d62b5dc91ada70060c0820b0b4b701df728
2022-09-21Merge "[SLICEMS] Add bw decrease logics and enhance runtime config feature"Vijay Venkatesh Kumar21-74/+732
2022-09-20[SLICEMS] Add bw decrease logics and enhance runtime config featureqingshuting21-74/+732
Add closed loop assurance decrease bw logics. Add a thread transfers latest data from cbs client configs to corresponding value. Add runtime configuration function. Fix the bug that cll service info didn't get updated when a cll service is deleted. Issue-ID: DCAEGEN2-3240 Issue-ID: DCAEGEN2-3264 Issue-ID: DCAEGEN2-3255 Issue-ID: DCAEGEN2-3238 Signed-off-by: qingshuting <qingshuting1@huawei.com> Change-Id: Id611d10973fca1e1715e9e220819dfcf51bbd1ba
2022-09-14[Datalake/Admin] Fix build issues related to npmVijay Venkatesh Kumar4-75/+118
Change-Id: I97a92f09e82320b1a4abfe820709baa98443b286 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3004 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2022-09-08Merge "[SLICEANALYSIS] Enhance BandwidthEvaluator to listen on user's ↵Vijay Venkatesh Kumar20-168/+678
bandwidth threshold"
2022-09-08[SLICEANALYSIS] Enhance BandwidthEvaluator to listen on user's bandwidth ↵decheng zhang20-168/+678
threshold Put bandwidth evaluation into seperated evaluationStrategy; minor enhance to bandwidth evalution and adjustment; adding ratelimiter for each network function calling. Issue-ID: DCAEGEN2-3239 Issue-ID: DCAEGEN2-3195 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: Id5e64fea0a03b0b41054840911ea6a7336956415 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-09-08Merge "Kpi-computation-ms - Vulnerability updates"Vijay Venkatesh Kumar3-15/+13
2022-09-08Kpi-computation-ms - Vulnerability updatesdharani3-15/+13
Issue-ID: DCAEGEN2-3216 Signed-off-by: Dharani <dharani.s84@wipro.com> Change-Id: I49373eec788cd24d027514bc4112a24169ede814
2022-09-07slice-analysis-ms vulnerability updatesJithendra4-13/+12
Issue-ID: DCAEGEN2-3221 Signed-off-by: Jithendra <veeravalli.kumar@wipro.com> Change-Id: If53a9432f812c2c3976c37185e804dc565ab0355
2022-09-06Fix Sent Wrong Dmaap Message IssueChuanyuChen2-4/+7
Fix Sent Wrong Dmaap Message Issue Issue-ID: DCAEGEN2-3245 Signed-off-by: ChuanyuChen <chenchuanyu@huawei.com> Change-Id: I8ff10e85bffc044022cfc3bcba21bdd757ffe8ce
2022-09-02KPI-MS Switch from Cambria library to dmaap-sdkAhila12-188/+193
Issue-ID: DCAEGEN2-3180 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: Ib4c483f56588a345096278510d8deb16a6a6fb7f
2022-08-30Merge "Append SNSSAI with MeasType string and handle multiple operands"Vijay Venkatesh Kumar7-27/+148
2022-08-30[SLICEANALYSIS] Fix bug of SDK fetch getting hung when policy config inqingshuting2-17/+22
pdp engine is empty Issue-ID: DCAEGEN2-3242 Signed-off-by: qingshuting <qingshuting1@huawei.com> Change-Id: I5dbc0db9fbb23f33b4651e917b9eee0ca257d4da
2022-08-30Append SNSSAI with MeasType string and handle multiple operandsmalar7-27/+148
- For Network Slicing usecase, we require the published event to have the measType return the SNSSAI along with the string. - Also handle multiple operands from the incoming PM data with different SNSSAIs. Issue-ID: DCAEGEN2-3243 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I6aae7604a5e87a07244cf841762c205836290abe
2022-08-12CodeCoverage improvement for dcaegen2-services-slice-analysis-mszhaoyh68-0/+56
Issue-ID: DCAEGEN2-3157 Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com> Change-Id: I54d579f3b045db61dbc7cdbbd0f90fe56fd21b27
2022-08-09Merge "feat:Enhance sliceanalysis MS to use DCAE SDK dmaap-client lib"Vijay Venkatesh Kumar37-815/+1986
2022-08-08feat:Enhance sliceanalysis MS to use DCAE SDK dmaap-client libzhaoyh637-815/+1986
Issue-ID: DCAEGEN2-3120 Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com> Change-Id: I946c7a4b49906cb402062235a97452fb7856c8f0
2022-08-05KPI-Computation-MS Code coverage improvementAhila11-17/+326
Issue-ID: DCAEGEN2-3162 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: I26ec8c7cd591c059395c0cedd471643e3e87c114
2022-08-03Merge "Revert "Fix bug in handleNotification function and improve test code ↵Vijay Venkatesh Kumar5-26/+14
coverage""
2022-08-03Revert "Fix bug in handleNotification function and improve test code coverage"Shuting Qing5-26/+14
This reverts commit f7371ed8b15bd23d5b63ca4808da7d1673bac46a. Reason for revert: @Autowired instance does not need to be created manually. Issue-ID: DCAEGEN2-3208 Change-Id: Iba33e54241925189c5abbb0590452c47d29b0e11 Signed-off-by: qingshuting <qingshuting1@huawei.com>
2022-07-27Merge "Enhancements to KPI Computation MS for Kohn Release"Vijay Venkatesh Kumar10-15/+452
2022-07-27Enhancements to KPI Computation MS for Kohn Releasemalar10-15/+452
- Changes to support two types of PM XML schema - Throw an exception for Ratio and SumRatio computation when minimum operand size is not satisfied Issue-ID: DCAEGEN2-3193 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: Ie9672bb11a5e98aa681bd1c7c7db59ea2be46112
2022-07-18Fix bug in handleNotification function and improve test code coverageqingshuting5-14/+26
Issue-ID: DCAEGEN2-3208 Change-Id: I5edc573b169ef45735951d2f691e4e80a00f33df Signed-off-by: qingshuting <qingshuting1@huawei.com>
2022-05-11[SLICEANALYSIS] Fix bug in fetching PM data from DES1.1.3-slice-analysis-msNiranjana5-6/+9
Issue-ID: DCAEGEN2-3156 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I0ffa262b15701958c50312c7549e09ce94bb9617
2022-05-03[SLICEANALYSIS] Fix CCVPN CLL Payload to Policy and Suppress Warnings in ↵1.1.2-slice-analysis-msdecheng zhang7-48/+94
Compilation. Fix the message content that SLICEANALYSISMS sends to Policy for CCVPN bw adjustment and suppress exceptions and error in job builder Issue-ID: DCAEGEN2-3147 Issue-ID: DCAEGEN2-3143 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I3c0c2b526960ab0e08945ba47d06aeb8a6471d9f Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-04-29[SLICEANALYSIS] Filter RAN related service instances in AAI and Fetch CU ↵Niranjana12-26/+119
Cells data for intelligent slicing Issue-ID: DCAEGEN2-3145 Issue-ID: DCAEGEN2-3146 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I5c53bc05f43de09554b02a763d7f5c22435c9962
2022-04-26[DCAE/BBS-Ep] Readme updated to include deprecation noticevv770d1-1/+6
Change-Id: Iafac92c7fa54d68cc48ff5082d7558b5ca466a17 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2974
2022-04-15[SLICEANALYSIS] Bugfix1.1.1-slice-analysis-msdecheng zhang16-63/+187
- Add two attributes in policy payload: modelInvariantUuid and modelUuid - Fix MrTopicParams builder bug - Fix aai-subscriber server configuration and AAI-EVENT topic name - Add safeguard for processing network-policy-list - Fix AAI-EVENT entity format changes - Add debug log lines - Turn on scan in logback setting Issue-ID: DCAEGEN2-3141 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I0885035d85c55a6bff985b13f534c9db99e8fd09 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-04-12[SLICEANALYSIS] Filter data from AAI to avoid possible exceptions, remove ↵Niranjana7-11/+31
null parameters in policy payload and add logs. Issue-ID: DCAEGEN2-3142 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I3734c666e030b010a1922ba0282fd0ccae83fce6
2022-03-21Merge "[PMSH] Bug fix for Create MG"Vijay Venkatesh Kumar7-12/+18
2022-03-18Jakarta changes in slice-analysis-ms for IBN Cloud leased line update and ↵1.1.0-slice-analysis-msdecheng zhang40-428/+3293
CCVPN closed-loop. This commit contains work in sub-task: 1) AAI monitor thread; 2) bandwidth evaluator; 3) policy notification code. Issue-ID: DCAEGEN2-3063 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I9029ffd7563e65be59f7fd76adc2a749ff624172 Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-03-17[PMSH] Bug fix for Create MG2.2.2-pmshegernug7-12/+18
Object parse error in save_measurement_group DB Commit missing Issue-ID: DCAEGEN2-3118 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I47362d5233cca3fef01e2e069f5ea68781e9ac7d
2022-03-12Merge "[PMSH] Swagger Indentation Error"Tony Hansen5-9/+12
2022-03-11[PMSH] Swagger Indentation Error2.2.1-pmshegernug5-9/+12
Issue-ID: DCAEGEN2-3103 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Ib6ba3aeaef26b46354961e88f08fbd0d512a5749
2022-03-10Merge "[DCAEGEN2] Update Slice Analysis MS test data"Vijay Venkatesh Kumar2-1/+3
2022-03-09[DCAEGEN2] Update Slice Analysis MS test data1.0.7-slice-analysis-msdenilson.l652-1/+3
Issue-ID: DCAEGEN2-3100 Signed-off-by: denilson.l65 <denilson.l65@wipro.com> Change-Id: I1fda5bb20ca99597fa0e2a23a16ecab24b260c23
2022-03-09[PMSH] Create Measurement Group APIegernug7-41/+213
Creates Measurement Group for an associated Subscription POST: /subscription/{subscription_name}/measurementGroups/{measurement_group_name} Measurement Group structure: { "measurementGroup": { "measurementGroupName": "string", "fileBasedGP": 0, "fileLocation": "string", "administrativeState": "LOCKED", "measurementTypes": [ { "measurementType": "string" } ], "managedObjectDNsBasic": [ { "DN": "string" } ] } } Returns: Success: 201 Invalid Data: 400 when measurement_group_name in URI and body do not match Not Found: 404 when subscription does not exist to associate measurement group to Duplicate Data: Measurement group with that name already exists Error raised for any server failure Issue-ID: DCAEGEN2-2920 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I812c5a891e9bed5433000f5da24e2667bf9a5d65
2022-03-07Merge "[PMSH] Cleaning up old App Config, subscription handler and it's ↵Tony Hansen30-1881/+256
subsequent calls"
2022-03-03[PMSH] Cleaning up old App Config, subscription handler and it's subsequent ↵raviteja.karumuri30-1881/+256
calls Issue-ID: DCAEGEN2-3085 Signed-off-by: Raviteja, Karumuri <raviteja.karumuri@est.tech> Change-Id: I7b862648eebf59844aaa9d09697b7f2a693c9d94
2022-03-03[DCAEGEN2] Calculate slice utilization dataNiranjana42-1216/+3432
Issue-ID: DCAEGEN2-2942 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Id16d2a36cf964b15495531a54094cad96471bdcb
2022-03-02[PMSH] Update Filter APISagarS16-65/+650
Issue-ID: DCAEGEN2-2922 Change-Id: Ibf0ef167642027429b3ba91daea60228cf5fa4c6 Signed-off-by: SagarS <sagar.shetty@est.tech>
2022-02-22[PMSH] Fixes for Flask, MarkupSafe versions + toxegernug8-13/+22
Fixes due to version issues and minor fixes for tox and unit test Patch 3+4: Version bump Issue-ID: DCAEGEN2-3086 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Ibbb83bb50f96737ad127c4c2463957500f7581db
2022-02-16[PMSH] Delete Measurement Group APIegernug8-9/+148
API to delete MG when admin status allows Issue-ID: DCAEGEN2-2921 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I4116d0096baf2f803e965385eaeac11da97ac65e