diff options
author | Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com> | 2021-11-25 04:04:35 +0000 |
---|---|---|
committer | Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com> | 2022-01-08 09:31:31 +0000 |
commit | 0e08abbbf9ac8b7bcb84e8f98439822a1cfd99fb (patch) | |
tree | 58b77402496970cfd67ea6685f8aa3922e10b71b /components/kpi-computation-ms/src/test/resources/kpi/cbs_config3.json | |
parent | d7715808aaf9a4f891d2bd571af1a5acc86b4c7b (diff) |
[DCAEGEN2] Enhance (KPI-MS) KpiComputation for SUM-RATIO operation.
Issue-ID: DCAEGEN2-2989
Signed-off-by: Venkata Molluru <venkatamuralimohanreddy.molluru@techmahindra.com>
Change-Id: Iba9dc9cab49fc085dc2f987cea65ad258d937d5b
Diffstat (limited to 'components/kpi-computation-ms/src/test/resources/kpi/cbs_config3.json')
-rw-r--r-- | components/kpi-computation-ms/src/test/resources/kpi/cbs_config3.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/components/kpi-computation-ms/src/test/resources/kpi/cbs_config3.json b/components/kpi-computation-ms/src/test/resources/kpi/cbs_config3.json new file mode 100644 index 00000000..33ae3111 --- /dev/null +++ b/components/kpi-computation-ms/src/test/resources/kpi/cbs_config3.json @@ -0,0 +1,38 @@ +{ + "config": { + "pollingInterval": 20, + "aafUsername": "dcae@dcae.onap.org", + "cbsPollingInterval": 60, + "mongo.host": "192.168.225.61", + "cid": "kpi-cid", + "trust_store_pass_path": "/opt/app/kpims/etc/cert/trust.pass", + "cg": "kpi-cg", + "mongo.port": 27017, + "mongo.databasename": "datalake", + "streams_subscribes": { + "performance_management_topic": { + "aaf_password": "demo123456!", + "type": "message-router", + "dmaap_info": { + "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/org.onap.dmaap.mr.PERFORMANCE_MEASUREMENTS" + }, + "aaf_username": "dcae@dcae.onap.org" + } + }, + "trust_store_path": "/opt/app/kpims/etc/cert/trust.jks", + "pollingTimeout": 60, + "streams_publishes": { + "kpi_topic": { + "aaf_password": "demo123456!", + "type": "message-router", + "dmaap_info": { + "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.DCAE_KPI_OUTPUT" + }, + "aaf_username": "dcae@dcae.onap.org" + } + }, + "aafPassword": "demo123456!", + "kpi.policy": "{\"domain\":\"measurementsForKpi\",\"methodForKpi\":[{\"eventName\":\"perf3gpp_CORE-AMF_pmMeasResult\",\"controlLoopSchemaType\":\"SLICE\",\"policyScope\":\"resource=networkSlice;type=configuration\",\"policyName\":\"configuration.dcae.microservice.pm-mapper.xml\",\"policyVersion\":\"v0.0.1\",\"kpis\":[{\"measType\":\"AMFRegNbr\",\"operation\":\"SUM\",\"operands\":[\"RM.RegisteredSubNbrMean\"]}]},{\"eventName\":\"perf3gpp_AcmeNode-Acme_pmMeasResult\",\"controlLoopSchemaType\":\"SLICE\",\"policyScope\":\"resource=networkSlice;type=configuration\",\"policyName\":\"configuration.dcae.microservice.pm-mapper.xml\",\"policyVersion\":\"v0.0.1\",\"kpis\":[{\"measType\":\"UpstreamThr\",\"operation\":\"SUMRATIO\",\"operands\":[\"GTP.InDataOctN3UPF\",\"GTP.OutDataOctN3UPF\"]},{\"measType\":\"DownstreamThr\",\"operation\":\"SUMRATIO\",\"operands\":[\"GTP.InDataOctN3UPF\",\"GTP.OutDataOctN3UPF\"]}]}]}", + "dmaap.server": ["message-router"] + } +} |