Add CSIT for son-handler
[integration/csit.git] / plans / dcaegen2-services-son-handler / testsuites / config / sonhms / config_all.json
1 {
2   "config": {
3     "sonhandler.badCountThreshold": 1,
4     "streams_subscribes": {
5       "performance_management_topic": {
6         "aaf_password": null,
7         "type": "message-router",
8         "dmaap_info": {
9           "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.VES_MEASUREMENT_OUTPUT",
10           "client_role": "son-subscriber",
11           "location": "onap",
12           "client_id": "sdnr-son-1"
13         },
14         "aaf_username": null
15       },
16       "fault_management_topic": {
17         "aaf_password": null,
18         "type": "message-router",
19         "dmaap_info": {
20           "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.SEC_FAULT_OUTPUT",
21           "client_role": "son-subscriber",
22           "location": "onap",
23           "client_id": "sdnr-son-1"
24         },
25         "aaf_username": null
26       },
27       "nbr_list_change_topic": {
28         "aaf_password": null,
29         "type": "message-router",
30         "dmaap_info": {
31           "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/PCI-NOTIF-TOPIC-NGHBR-LIST-CHANGE-INFO",
32           "client_role": "son-subscriber",
33           "location": "onap",
34           "client_id": "sdnr-son-1"
35         },
36         "aaf_username": null
37       },
38       "dcae_cl_response_topic": {
39         "aaf_password": null,
40         "type": "message-router",
41         "dmaap_info": {
42           "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/DCAE_CL_RSP",
43           "client_role": "son-subscriber",
44           "location": "onap",
45           "client_id": "sdnr-son-1"
46         },
47         "aaf_username": null
48       }
49     },
50     "postgres.port": "5432",
51     "sonhandler.pciOptimizer": "pci",
52     "sonhandler.maximumClusters": 5,
53     "sonhandler.numSolutions": 5,
54     "sonhandler.poorCountThreshold": 1,
55     "sonhandler.minCollision": 5,
56     "streams_publishes": {
57       "CL_topic": {
58         "aaf_password": null,
59         "type": "message-router",
60         "dmaap_info": {
61           "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.DCAE_CL_OUTPUT",
62           "client_role": "son-subscriber",
63           "location": "onap",
64           "client_id": "sdnr-son-1"
65         },
66         "aaf_username": null
67       }
68     },
69     "sonhandler.namespace": "onap",
70     "sonhandler.oof.endpoint": "/api/oof/v1/pci",
71     "postgres.password": "postgres",
72     "sonhandler.minConfusion": 5,
73     "sonhandler.sourceId": "SONHMS",
74     "postgres.username": "sonhms_admin",
75     "postgres.host": "postgres",
76     "sonhandler.policyRespTimer": 10,
77     "sonhandler.dmaap.server": [
78       "dmaap"
79     ],
80     "sonhandler.poorThreshold": 70,
81     "sonhandler.oofTriggerCountTimer": 30,
82     "cbsPollingInterval": 60,
83     "sonhandler.cg": "sonhms-cg",
84     "sonhandler.pollingInterval": 20,
85     "sonhandler.badThreshold": 50,
86     "sonhandler.bufferTime": 60,
87     "sonhandler.cid": "sonhms-cid",
88     "sonhandler.configDb.service": "http://configdb_oof_sim:5000",
89     "sonhandler.oofTriggerCountThreshold": 5,
90     "sonhandler.oof.service": "http://configdb_oof_sim:5000",
91     "sonhandler.pciAnrOptimizer": "pci_anr",
92     "sonhandler.policyNegativeAckThreshold": 1,
93     "sonhandler.policyFixedPciTimeInterval": 10000,
94     "sonhandler.pollingTimeout": 60,
95     "sonhandler.nfNamingCode": "RansimAgent",
96     "service_calls": {
97       "sdnr-getpnfname": [],
98       "sdnr-getpci": [],
99       "sdnr-getnbrlist": [],
100       "sdnr-getcelllist": [],
101       "oof-req": [],
102       "policy-req": []
103     }
104   },
105   "policies": {
106     "event": {
107       "action": "gathered",
108       "timestamp": "2019-09-18T14:57:55.320Z",
109       "update_id": "dbb88da8-8df1-489d-b51d-8d5cbbfbcd99",
110       "policies_count": 1
111     },
112     "items": [
113       {
114         "policyName": "com.Config_PCIMS_CONFIG_POLICY.1.xml",
115         "name": "com.Config_PCIMS_CONFIG_POLICY",
116         "config": {
117           "PCI_SDNR_TARGET_NAME": "SDNR",
118           "PCI_OPTMIZATION_ALGO_CATEGORY_IN_OOF": "OOF-PCI-OPTIMIZATION",
119           "PCI_NEIGHBOR_CHANGE_CLUSTER_TIMEOUT_IN_SECS": 60,
120           "PCI_MODCONFIGANR_POLICY_NAME": "ControlLoop-vSONH-7d4baf04-8875-4d1f-946d-06b874048b61",
121           "PCI_MODCONFIG_POLICY_NAME": "ControlLoop-vPCI-fb41f388-a5f2-11e8-98d0-529269fb1459"
122         },
123         "type_version": "1.0.0",
124         "version": "1.0.0",
125         "policyVersion": "1",
126         "type": "onap.policies.monitoring.docker.sonhandler.app",
127         "metadata": {
128           "policy-id": "com.Config_PCIMS_CONFIG_POLICY",
129           "policy-version": "1"
130         }
131       }
132     ]
133   }
134 }