aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2019-07-30 08:19:20 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-30 08:19:20 +0000
commitbd7eceb7a0729a4a50b200be3764775bdc9d8141 (patch)
treed6bb87ed1d6a51feb960f59bd1ee366a574a70b3 /kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
parente911730e3dda95859850da7859d4863f739b8e2b (diff)
parent9f8f792363c12df8f35e74ac9d94cb7f39ef4752 (diff)
Merge "OOM companion changes to topic.properties removal" into staging
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.json16
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"
+ }]
+ }
+}