Update new SDNR actor with v2.0 structures
[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-WRITE",
62             "servers": ["localhost"],
63             "topicCommInfrastructure": "DMAAP",
64             "useHttps": true
65         },
66         {
67             "topic": "SDNR-CL",
68             "servers": ["localhost"],
69             "topicCommInfrastructure": "DMAAP",
70             "useHttps": true
71         }
72     ],
73     "topicSources": [
74         {
75             "topic": "APPC-CL",
76             "servers": ["localhost"],
77             "topicCommInfrastructure": "DMAAP",
78             "useHttps": true
79         },
80         {
81             "topic": "APPC-LCM-READ",
82             "servers": ["localhost"],
83             "topicCommInfrastructure": "DMAAP",
84             "useHttps": true
85         },
86         {
87             "topic": "SDNR-CL-RSP",
88             "servers": ["localhost"],
89             "topicCommInfrastructure": "DMAAP",
90             "useHttps": true
91         }
92     ],
93     "topicServers": [
94         {
95             "name": "APPC Legacy simulator",
96             "providerClass": "org.onap.policy.simulators.AppcLegacyTopicServer",
97             "sink": "APPC-CL",
98             "source": "APPC-CL"
99         },
100         {
101             "name": "APPC-LCM simulator",
102             "providerClass": "org.onap.policy.simulators.AppcLcmTopicServer",
103             "sink": "APPC-LCM-WRITE",
104             "source": "APPC-LCM-READ"
105         },
106         {
107             "name": "SDNR simulator",
108             "providerClass": "org.onap.policy.simulators.SdnrTopicServer",
109             "sink": "SDNR-CL",
110             "source": "SDNR-CL-RSP"
111         }
112     ]
113 }