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-xacml-pdp/resources/config/config.json | |
parent | 58325e7c8b320f92a02516d5851889d3000152dd (diff) | |
parent | bf7fb4ddaa996ffcfc2879fa7ecbede3341869af (diff) |
Merge "El Alto early drop policy changes"
Diffstat (limited to 'kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json')
-rw-r--r-- | kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json index 789dde4491..5635c05efa 100644 --- a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json +++ b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json @@ -25,5 +25,17 @@ "https": true, "aaf": false }, - "applicationPath": "/opt/app/policy/pdpx/apps" -}
\ No newline at end of file + "applicationPath": "/opt/app/policy/pdpx/apps", + "topicParameterGroup": { + "topicSources" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }], + "topicSinks" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" + }] + } +} |