summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidyashree Rama <vidyashree.rama@huawei.com>2019-05-28 11:27:21 +0530
committerVidyashree Rama <vidyashree.rama@huawei.com>2019-05-28 11:27:53 +0530
commitdccfbfc62bf1548e49f6e2b4b100c717fc2736fd (patch)
tree088266085b89f8033dce5419296b8babdbac80e6
parent7d911f7d7960d6ac71c65b9a3b8de49e1c16b230 (diff)
closedLoopControlName is not present in event generated by holmes
package name is same as ccvpn rule Change-Id: Iad613d3efeaeaf9738f57c37accebbebc6bd1e23 Issue-ID: HOLMES-230 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
-rw-r--r--rules/ccvpn2-rule.drl4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/ccvpn2-rule.drl b/rules/ccvpn2-rule.drl
index 89ce5ca..6636397 100644
--- a/rules/ccvpn2-rule.drl
+++ b/rules/ccvpn2-rule.drl
@@ -1,4 +1,4 @@
-package org.onap.holmes.ccvpn;
+package org.onap.holmes.ccvpnBandwidth;
dialect "java"
@@ -51,7 +51,7 @@ dialect "java"
m.setPolicyVersion("2.0.0");
m.setPolicyName("ccvpn");
m.setPolicyScope("service=SOTNService,type=SampleType,closedLoopControlName=CL-CCVPN-d925ed73-8231-4d02-9545-db4e101f88f8");
- m.setClosedLoopControlName(DmaapService.loopControlNames.get("org.onap.holmes.ccvpn"));
+ m.setClosedLoopControlName(DmaapService.loopControlNames.get("org.onap.holmes.ccvpnBandwidth"));
m.setRequestID(UUID.randomUUID().toString());
m.setClosedLoopAlarmStart(alarm.getStartEpochMicrosec());
m.setClosedLoopAlarmEnd(alarm.getLastEpochMicrosec());