aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/policy/config/sim-all/simParameters.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/policy/config/sim-all/simParameters.json')
-rw-r--r--scripts/policy/config/sim-all/simParameters.json17
1 files changed, 14 insertions, 3 deletions
diff --git a/scripts/policy/config/sim-all/simParameters.json b/scripts/policy/config/sim-all/simParameters.json
index e98acc03..4b009b6f 100644
--- a/scripts/policy/config/sim-all/simParameters.json
+++ b/scripts/policy/config/sim-all/simParameters.json
@@ -1,8 +1,7 @@
{
"dmaapProvider": {
"name": "DMaaP simulator",
- "topicSweepSec": 300,
- "restServerParameters": { }
+ "topicSweepSec": 300
},
"restServers": [
{
@@ -94,5 +93,17 @@
"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
+ }
}