summaryrefslogtreecommitdiffstats
path: root/holmes-actions/src/test/resources/dcae.config.json
blob: f5aa3ae802bd35808f94cb6c194878f6fd524417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "holmes.default.rule.volte.scenario1": "loopname$$$package dcae.ves.test\nimport org.onap.some.related.packages;\nrule\"SameVNF_Relation_Rule\"\nsalience 120\nno-loop true\nwhen\n$root : VesAlarm(\n$sourceId: sourceId, sourceId != null && !sourceId.equals(\"\"),\nspecificProblem in ( \"LSS_cpiPCSCFFailReg(121297)\", \"LSS_cpiSIPRetransmitInvite(120267)\" ),\n$eventId: eventId)\n$child : VesAlarm( eventId != $eventId,\nCorrelationUtil.getInstance().isTopologicallyRelated(sourceId, $sourceId),\nspecificProblem in (\"LSS_externalLinkDown(4271)\",\"LSS_failedAttachReqsRateExceeded(4272)\"),\nthis after [-60s, 60s] $root)\nthen\nDmaapService.publishResult(...);\nend",
  "collector.schema.file": "./etc/CommonEventFormat_27.2.json",
  "collector.service.port": 8080,
  "collector.dmaap.streamid": "fault=sec_fault,roadm-sec-to-hp|syslog=sec_syslog|heartbeat=sec_heartbeat|measurementsForVfScaling=sec_measurement|mobileFlow=sec_mobileflow|other=sec_other|stateChange=sec_statechange|thresholdCrossingAlert=sec_thresholdCrossingAlert",
  "collector.schema.checkflag": 1,
  "tomcat.maxthreads": "200",
  "collector.keystore.passwordfile": "/opt/app/dcae-certificate/.password",
  "streams_subscribes": {},
  "services_calls": {},
  "services_provides": {},
  "collector.inputQueue.maxPending": 8096,
  "header.authflag": 0,
  "collector.keystore.file.location": "/opt/app/dcae-certificate/keystore.jks",
  "collector.service.secure.port": -1,
  "header.authlist": "userid1,base64encodepwd1|userid2,base64encodepwd2",
  "collector.keystore.alias": "dynamically generated",
  "streams_publishes": {
    "sec_measurement": {
      "type": "message_router",
      "aaf_password": "aaf_password",
      "dmaap_info": {
        "location": "mtl5",
        "client_id": "111111",
        "client_role": "com.att.dcae.member",
        "topic_url": "https://mrlocal:3905/events/com.att.dcae.dmaap.FTL2.SEC-MEASUREMENT-OUTPUT"
      },
      "aaf_username": "aaf_username"
    },
    "sec_fault_unsecure": {
      "type": "message_router",
      "aaf_password": null,
      "dmaap_info": {
        "location": "mtl5",
        "client_id": null,
        "client_role": null,
        "topic_url": "http://ueb.global:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV"
      },
      "aaf_username": null
    },
    "sec_measurement_unsecure": {
      "type": "message_router",
      "aaf_password": null,
      "dmaap_info": {
        "location": "mtl5",
        "client_id": null,
        "client_role": null,
        "topic_url": "http://ueb.global:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV"
      },
      "aaf_username": null
    },
    "sec_fault": {
      "type": "message_router",
      "aaf_password": "aaf_password",
      "dmaap_info": {
        "location": "mtl5",
        "client_id": "222222",
        "client_role": "com.att.dcae.member",
        "topic_url": "https://mrlocal:3905/events/com.att.dcae.dmaap.FTL2.SEC-FAULT-OUTPUT"
      },
      "aaf_username": "aaf_username"
    }
  }
}