summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/src/test/resources/config_all.json
blob: 21a8234423c5b2c819b0c3acce26a9d9cab2f417 (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
{
  "config": {
    "streams_subscribes": {
      "performance_management_topic": {
        "aaf_password": null,
        "type": "message-router",
        "dmaap_info": {
          "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.VES_MEASUREMENT_OUTPUT",
          "client_role": "sliceanalysis-subscriber",
          "location": "onap",
          "client_id": "sdnr-sliceanalysis-1"
        },
        "aaf_username": null
      },
      "dcae_cl_response_topic": {
        "aaf_password": null,
        "type": "message-router",
        "dmaap_info": {
          "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/DCAE_CL_RSP",
          "client_role": "sliceanalysis-subscriber",
          "location": "onap",
          "client_id": "sdnr-sliceanalysis-1"
        },
        "aaf_username": null
      }
    },
    "streams_publishes": {
      "CL_topic": {
        "aaf_password": null,
        "type": "message-router",
        "dmaap_info": {
          "topic_url": "https://message-router.onap.svc.cluster.local:3905/events/unauthenticated.DCAE_CL_OUTPUT",
          "client_role": "sliceanalysis-subscriber",
          "location": "onap",
          "client_id": "sdnr-sliceanalysis-1"
        },
        "aaf_username": null
      }
    },
    "postgres.password": "postgres",
    "postgres.username": "sliceanalysisms_admin",
    "postgres.host": "postgres",
    "postgres.port": "5432",
    "sliceanalysisms.dmaap.server": [
      "dmaap"
    ],
    "cbsPollingInterval": 60,
    "sliceanalysisms.cg": "sliceanalysisms-cg",
    "sliceanalysisms.pollingInterval": 20,
    "sliceanalysisms.cid": "sliceanalysisms-cid",
    "sliceanalysisms.configDb.service": "http://sdnc.onap:8181",
    "service_calls": {
      "policy-req": []
    }
  },
  "policies": {
    
  }
}