e98acc03e192ee135c8f2d61183960e608fc807d
[integration/csit.git] / scripts / policy / config / sim-all / simParameters.json
1 {
2     "dmaapProvider": {
3         "name": "DMaaP simulator",
4         "topicSweepSec": 300,
5         "restServerParameters": { }
6     },
7     "restServers": [
8         {
9             "name": "DMaaP simulator",
10             "providerClass": "org.onap.policy.models.sim.dmaap.rest.DmaapSimRestControllerV1",
11             "host": "0.0.0.0",
12             "port": 3905,
13             "https": true
14         },
15         {
16             "name": "A&AI simulator",
17             "providerClass": "org.onap.policy.simulators.AaiSimulatorJaxRs",
18             "host": "0.0.0.0",
19             "port": 6666,
20             "https": true,
21             "userName": "policy@policy.onap.org",
22             "password": "demo123456!"
23         },
24         {
25             "name": "SDNC simulator",
26             "providerClass": "org.onap.policy.simulators.SdncSimulatorJaxRs",
27             "host": "0.0.0.0",
28             "port": 6668,
29             "https": true
30         },
31         {
32             "name": "SO simulator",
33             "providerClass": "org.onap.policy.simulators.SoSimulatorJaxRs",
34             "host": "0.0.0.0",
35             "port": 6669,
36             "https": false,
37             "userName": "InfraPortalClient",
38             "password": "password1$"
39         },
40         {
41             "name": "VFC simulator",
42             "providerClass": "org.onap.policy.simulators.VfcSimulatorJaxRs",
43             "host": "0.0.0.0",
44             "port": 6670,
45             "https": true
46         }
47     ],
48     "topicSinks": [
49         {
50             "topic": "APPC-CL",
51             "servers": ["${HOST_NAME}"],
52             "topicCommInfrastructure": "DMAAP",
53             "useHttps": true,
54             "apiKey": "some-key",
55             "apiSecret": "some-secret"
56         },
57         {
58             "topic": "APPC-LCM-WRITE",
59             "servers": ["${HOST_NAME}"],
60             "topicCommInfrastructure": "DMAAP",
61             "useHttps": true,
62             "apiKey": "some-key",
63             "apiSecret": "some-secret"
64         }
65     ],
66     "topicSources": [
67         {
68             "topic": "APPC-CL",
69             "servers": ["${HOST_NAME}"],
70             "topicCommInfrastructure": "DMAAP",
71             "useHttps": true,
72             "apiKey": "some-key",
73             "apiSecret": "some-secret"
74         },
75         {
76             "topic": "APPC-LCM-READ",
77             "servers": ["${HOST_NAME}"],
78             "topicCommInfrastructure": "DMAAP",
79             "useHttps": true,
80             "apiKey": "some-key",
81             "apiSecret": "some-secret"
82         }
83     ],
84     "topicServers": [
85         {
86             "name": "APPC Legacy simulator",
87             "providerClass": "org.onap.policy.simulators.AppcLegacyTopicServer",
88             "sink": "APPC-CL",
89             "source": "APPC-CL"
90         },
91         {
92             "name": "APPC-LCM simulator",
93             "providerClass": "org.onap.policy.simulators.AppcLcmTopicServer",
94             "sink": "APPC-LCM-WRITE",
95             "source": "APPC-LCM-READ"
96         }
97     ]
98 }