Remove dmaap from models
[policy/models.git] / models-sim / policy-models-sim-pdp / src / main / resources / config / OnapPfConfig.json
index ff7903c..2c6a332 100644 (file)
@@ -1,9 +1,24 @@
 {
     "name":"OnapPfParameterGroup",
-    "pdpStatusParameters":{
+    "pdpStatusParameters": {
+        "pdpGroup": "defaultGroup",
         "timeIntervalMs": 120000,
         "pdpType":"apex",
         "description":"Pdp Heartbeat",
         "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
+    },
+    "topicParameterGroup": {
+        "topicSources" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "localhost" ],
+            "topicCommInfrastructure" : "noop",
+            "fetchTimeout": 15000
+        }],
+        "topicSinks" : [{
+            "topic" : "POLICY-PDP-PAP",
+            "servers" : [ "localhost" ],
+            "topicCommInfrastructure" : "noop",
+            "fetchTimeout": 15000
+        }]
     }
 }
\ No newline at end of file