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