diff options
author | Brian Freeman <bf1936@att.com> | 2019-08-09 02:45:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-09 02:45:40 +0000 |
commit | 4d90c4e4623d48d41c36f9e2516b73a6b945fdcc (patch) | |
tree | b8351649d358aef4c51854325512976500679476 /kubernetes/policy/charts/policy-pap/resources/config/config.json | |
parent | 58325e7c8b320f92a02516d5851889d3000152dd (diff) | |
parent | bf7fb4ddaa996ffcfc2879fa7ecbede3341869af (diff) |
Merge "El Alto early drop policy changes"
Diffstat (limited to 'kubernetes/policy/charts/policy-pap/resources/config/config.json')
-rw-r--r-- | kubernetes/policy/charts/policy-pap/resources/config/config.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kubernetes/policy/charts/policy-pap/resources/config/config.json b/kubernetes/policy/charts/policy-pap/resources/config/config.json index fa80bf2190..3f33ed95a0 100644 --- a/kubernetes/policy/charts/policy-pap/resources/config/config.json +++ b/kubernetes/policy/charts/policy-pap/resources/config/config.json @@ -26,6 +26,7 @@ "aaf": false }, "pdpParameters": { + "heartBeatMs": 120000, "updateParameters": { "maxRetryCount": 1, "maxWaitMs": 30000 @@ -43,5 +44,17 @@ "databaseUser": "policy_user", "databasePassword": "cG9saWN5X3VzZXI=", "persistenceUnit": "PolicyMariaDb" + }, + "topicParameterGroup": { + "topicSources" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }], + "topicSinks" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }] } } |