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