summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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-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
2022-02-16Merge "[PMSH] Exit Handler Update"Tony Hansen7-49/+36
2022-02-15[PMSH] Exit Handler Updateraviteja.karumuri7-49/+36
Issue-ID: DCAEGEN2-3084 Signed-off-by: Raviteja, Karumuri <raviteja.karumuri@est.tech> Change-Id: Iecda19e7dbac2c612ec72a1ec34f72fdd7ba143b
2022-02-10Merge "[DCAEGEN2] Remove security vulnerabilities"Vijay Venkatesh Kumar2-10/+18
2022-02-10[DCAEGEN2] Remove security vulnerabilitiesNiranjana2-10/+18
Issue-ID: DCAEGEN2-3054 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I336ca6b218db01f892b9b4e8a68c9a2c395f779d
2022-02-10[DCAEGEN2] Vulnerability addressal for KPI-Computation MS1.0.4-kpi-computation-msdenilson.l653-6/+16
Issue-ID: DCAEGEN2-3047 Signed-off-by: denilson.l65 <denilson.l65@wipro.com> Change-Id: Ia795b086353d84f65be57c9bbb1c4b7758231ea5
2022-02-08[PMSH] Release container 2.0.0egernug1-0/+10
Issue-ID: DCAEGEN2-3079 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I965d17abcbf47e6aa830c3276d6a2571ad306256
2022-02-07[DCAEGEN2] Update Administrative status for measurement group2.0.0-pmshSagarS11-35/+496
Issue-ID: DCAEGEN2-2820 Change-Id: I290693edc5061c21bab6e0706eda02acb52e38e1 Signed-off-by: SagarS <sagar.shetty@est.tech>
2022-01-14[PMSH] Delete subscription API by Nameraviteja.karumuri5-5/+151
Issue-ID: DCAEGEN2-2821 Signed-off-by: Raviteja, Karumuri <raviteja.karumuri@est.tech> Change-Id: I22eb00c74e40b5428c3c7bd2b0546175cd6f30ed
2022-01-11Merge "[DCAEGEN2] PMSH Lazy loading error fix"Tony Hansen5-6/+13
2022-01-10Merge "[DCAEGEN2] Enhance (KPI-MS) KpiComputation for SUM-RATIO operation."Vijay Venkatesh Kumar10-4/+470
2022-01-10[DCAEGEN2] PMSH Lazy loading error fixSagarS5-6/+13
Issue-ID: DCAEGEN2-3029 Change-Id: I06937d2268a1dbbacec7618d6b135ab2eba9cc5f Signed-off-by: SagarS <sagar.shetty@est.tech>
2022-01-08[DCAEGEN2] Enhance (KPI-MS) KpiComputation for SUM-RATIO operation.Venkata Molluru10-4/+470
Issue-ID: DCAEGEN2-2989 Signed-off-by: Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com> Change-Id: Iba9dc9cab49fc085dc2f987cea65ad258d937d5b
2021-12-20Merge "[DCAEGEN2] Switch CBS client library to 1.8.7 and fix null pointer ↵Vijay Venkatesh Kumar6-330/+383
exception while fetching slice-config"
2021-12-18Merge "[DCAEGEN2] Use onap/integration-java11 image"Tony Hansen5-290/+316
2021-12-17[DCAEGEN2] Switch CBS client library to 1.8.7 and fix null pointer ↵Niranjana6-330/+383
exception while fetching slice-config Issue-ID: DCAEGEN2-2966 Issue-ID: DCAEGEN2-3025 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I2fb459d461676243e2648be129e71ee51af30d0d
2021-12-16[DCAEGEN2] Use onap/integration-java11 imagedenilson.l655-290/+316
Use onap/integration-java11 image in sliceanalysis ms Issue-ID: DCAEGEN2-2963 Signed-off-by: denilson.l65 <denilson.l65@wipro.com> Change-Id: Ib121ddaa2921ce4443e8a858867394d25e2c98eb
2021-12-14[PMSH] Read NFS associated with MG by using MGName and subNameraviteja.karumuri7-24/+258
Issue-ID: DCAEGEN2-2993 Signed-off-by: Raviteja, Karumuri <raviteja.karumuri@est.tech> Change-Id: I651a687ab7480fc0d42bf976c3d1b34f00e73e98
2021-12-09[DCAEGEN2] PMSH AAI changes with new subscription formatSagarS10-85/+214
Issue-ID: DCAEGEN2-2912 Change-Id: Ibd21f8f7a01a31bd7db19a39af010d6805b41622 Signed-off-by: SagarS <sagar.shetty@est.tech>
2021-12-09[PMSH] Add NF list to the Read by Subname callegernug5-2/+9
Issue-ID: DCAEGEN2-2992 Add the list of NFs when a request is made for a subscription. This will assist with testing and visibility for the user. Change-Id: I6061f1dd1cbc6c579e98605c1d7bcbcea3c4e77b Signed-off-by: egernug <gerard.nugent@est.tech>
2021-12-07Merge "[DCAEGEN2] PMSH Response Event Handler Integration"Tony Hansen8-96/+238
2021-12-02[DCAEGEN2] PMSH Response Event Handler IntegrationSagarS8-96/+238
Issue-ID: DCAEGEN2-2915 Change-Id: I95b34a7b5b011760ae30c1485925dc19fde5e6c8 Signed-off-by: SagarS <sagar.shetty@est.tech>
2021-11-30License.txt correction for dcae services repovv770d4-202/+108
Change-Id: I518db158a98d78a03760cbdb8777176df528388e Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2973 Signed-off-by: vv770d <vv770d@att.com>
2021-11-29[PMSH] Read all subscriptions APIraviteja.karumuri7-28/+173
Issue-ID: DCAEGEN2-2847 Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech> Change-Id: I6a2cbc127e12f2f6b051ed5f58fd2fa584a71908
2021-11-24Merge "[PMSH] Read subscription API by Name"Tony Hansen9-114/+144
2021-11-23[PMSH] Read subscription API by Nameraviteja.karumuri9-114/+144
Issue-ID: DCAEGEN2-2818 Signed-off-by: Raviteja, Karumuri <raviteja.karumuri@est.tech> Change-Id: Ie6925b4f4111e6f50c3b7dcd8eba670b89e63de3
2021-11-22Merge "[DCAEGEN2] Improvements to kpi-computation-ms Microservice"Tony Hansen17-116/+424
2021-11-18[DCAEGEN2] Improvements to kpi-computation-ms MicroserviceVenkata Molluru17-116/+424
Issue-ID: DCAEGEN2-2972 Change-Id: If2eb842a1d75b0770cd14f4e0c571c7a721327fa Signed-off-by: Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com>
2021-11-05[PMSH] Operational policy and control loop updatesraviteja.karumuri19-80/+132
Issue-ID: DCAEGEN2-2913 Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech> Change-Id: Ie64383aa55b07ef4387e9b1e8a2414f37901f0da
2021-10-18[DCAEGEN2] PMSH Create Subscription public APISagarS19-29/+1286
Issue-ID: DCAEGEN2-2819 Change-Id: I80636be25dc4f7b1c5ce7470c7a38c010cb339a1 Signed-off-by: SagarS <sagar.shetty@est.tech>
2021-10-05[PMSH] Schema definitions in Swagger Yaml Fileraviteja.karumuri2-2/+110
Issue-ID: DCAEGEN2-2889 Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech> Change-Id: I15ae36c8f55a708be25eb56dc6b9812c3feec822
2021-10-05Merge "[DCAEGEN2] PMSH AppConfig Update"Vijay Venkatesh Kumar11-33/+283
2021-10-04[DCAEGEN2] PMSH AppConfig Updateajay_dp00111-33/+283
- Simplified existing PMSH Appconfig - Major version bump for J release Issue-ID: DCAEGEN2-2814 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I8ed572ccc7385cfdf91e51a126622821c113c53d
2021-09-15[DCAE] INFO.yaml updateistanbulvv770d1-0/+8
DCAE committer updates (Sept2021) Change-Id: Ifa37996cb71d1539f1c3c7662598b5019e2987cd Issue-ID: DCAEGEN2-2900 Issue-ID: DCAEGEN2-2914 Signed-off-by: vv770d <vv770d@att.com>
2021-09-14[DCAE] INFO.yaml updatevv770d1-5/+3
DCAE committer updates (Sept2021) Change-Id: Ia886875491794608d9b62a1ce56da1b71c042f22 Issue-ID: DCAEGEN2-2900 Issue-ID: DCAEGEN2-2904 Signed-off-by: vv770d <vv770d@att.com>
2021-09-10Merge "Release 2.1.1 BBS-ep"Tony Hansen1-0/+8
2021-09-10Merge "DCAE Add 1.0.1-container release yaml for KPI MS"Vijay Venkatesh Kumar1-0/+10
2021-09-10Merge "[PMSH] Release PMSH 1.3.2"Vijay Venkatesh Kumar1-0/+10
2021-09-10DCAE Add 1.0.1-container release yaml for KPI MSHariharan1-0/+10
Issue-ID: DCAEGEN2-2835 Signed-off-by: Hariharan <rh20085046@wipro.com> Change-Id: Ida9da6748500a4e3dbdfa6e964fe642c62376b3e
2021-09-09Release 2.1.1 BBS-epvv770d1-0/+8
Switched baseimage to integration-java11:8.0.0 Change-Id: Ie2fcd9897d18c5b9ab70eecefb377fed22365f5f Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2904 Issue-ID: DCAEGEN2-2420
2021-09-09DCAE Add 1.0.6-container release yaml for Slice Analysis MSdenilson.l651-0/+10
Issue-ID: DCAEGEN2-2885 Signed-off-by: denilson.l65 <denilson.l65@wipro.com> Change-Id: I7b82af44fb2e6c2961abd61a793935c83eedb61c
2021-09-06[PMSH] Release PMSH 1.3.2egernug1-0/+10
Issue-ID: DCAEGEN2-2823 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: I23906493dc534c2feded1fe03b2694a496d4a410
2021-09-03Add 1.1.1 container release yaml for DL-adminNiranjana1-0/+10
Issue-ID: DCAEGEN2-2329 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Iaabc560de5374974224ea98f2863e0b84113f487