Make stand-alone Policy environment
[integration/csit.git] / scripts / policy / config / sim-all / simParameters.json
index e98acc0..4b009b6 100644 (file)
@@ -1,8 +1,7 @@
 {
     "dmaapProvider": {
         "name": "DMaaP simulator",
-        "topicSweepSec": 300,
-        "restServerParameters": { }
+        "topicSweepSec": 300
     },
     "restServers": [
         {
             "sink": "APPC-LCM-WRITE",
             "source": "APPC-LCM-READ"
         }
-    ]
+    ],
+    "grpcServer": {
+        "name": "CDS simulator",
+        "providerClass": "org.onap.policy.simulators.CdsSimulator",
+        "host": "0.0.0.0",
+        "port": 6680,
+        "timeout": 30,
+        "username": "ccsdkapps",
+        "password": "ccsdkapps",
+        "resourceLocation": "org/onap/policy/simulators/cds/",
+        "successRepeatCount": 0,
+        "requestedResponseDelayMs": 0
+    }
 }