Remove dmaap from models
[policy/models.git] / models-sim / policy-models-sim-pdp / src / main / resources / config / OnapPfConfig.json
index cb8c4dd..2c6a332 100644 (file)
@@ -1,6 +1,7 @@
 {
     "name":"OnapPfParameterGroup",
-    "pdpStatusParameters":{
+    "pdpStatusParameters": {
+        "pdpGroup": "defaultGroup",
         "timeIntervalMs": 120000,
         "pdpType":"apex",
         "description":"Pdp Heartbeat",
     "topicParameterGroup": {
         "topicSources" : [{
             "topic" : "POLICY-PDP-PAP",
-            "servers" : [ "message-router:3904" ],
-            "topicCommInfrastructure" : "dmaap"
+            "servers" : [ "localhost" ],
+            "topicCommInfrastructure" : "noop",
+            "fetchTimeout": 15000
         }],
         "topicSinks" : [{
             "topic" : "POLICY-PDP-PAP",
-            "servers" : [ "message-router:3904" ],
-            "topicCommInfrastructure" : "dmaap"
+            "servers" : [ "localhost" ],
+            "topicCommInfrastructure" : "noop",
+            "fetchTimeout": 15000
         }]
     }
 }
\ No newline at end of file