41fc9057472bcae236f63a8634cd47908941d0bc
[policy/models.git] / models-sim / packages / models-simulator-tarball / src / main / resources / etc / 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": 3904,
12             "https": false
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": false,
20             "userName": "policy@policy.onap.org",
21             "password": "demo123456!",
22             "resourceLocation": "/opt/app/policy/simulators/etc/mounted/aairesponse/"
23         },
24         {
25             "name": "SDNC simulator",
26             "providerClass": "org.onap.policy.simulators.SdncSimulatorJaxRs",
27             "host": "0.0.0.0",
28             "port": 6668,
29             "https": false
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": false
46         }
47     ],
48     "topicSinks": [
49         {
50             "topic": "APPC-CL",
51             "servers": ["${HOST_NAME}"],
52             "topicCommInfrastructure": "DMAAP",
53             "useHttps": false,
54             "apiKey": "some-key",
55             "apiSecret": "some-secret"
56         },
57         {
58             "topic": "APPC-LCM-WRITE",
59             "servers": ["${HOST_NAME}"],
60             "topicCommInfrastructure": "DMAAP",
61             "useHttps": false,
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": false,
72             "apiKey": "some-key",
73             "apiSecret": "some-secret"
74         },
75         {
76             "topic": "APPC-LCM-READ",
77             "servers": ["${HOST_NAME}"],
78             "topicCommInfrastructure": "DMAAP",
79             "useHttps": false,
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     "grpcServer": {
99         "name": "CDS simulator",
100         "providerClass": "org.onap.policy.simulators.CdsSimulator",
101         "host": "0.0.0.0",
102         "port": 6680,
103         "timeout": 30,
104         "username": "ccsdkapps",
105         "password": "ccsdkapps",
106         "resourceLocation": "/opt/app/policy/simulators/etc/mounted/cdsresponse/",
107         "successRepeatCount": 0,
108         "requestedResponseDelayMs": 0
109     }
110 }