aboutsummaryrefslogtreecommitdiffstats
path: root/services/services-onappf/src/main/resources/config/OnapPfConfig.json
diff options
context:
space:
mode:
authorRam Krishna Verma <ram.krishna.verma@est.tech>2019-07-01 08:57:52 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-01 08:57:52 +0000
commitc4baac8a79b0ca6340693ae47f9c424f3612e3bd (patch)
tree5a696cbb454e880bcf38996ac71bdd65cbd40651 /services/services-onappf/src/main/resources/config/OnapPfConfig.json
parent423e98641ca7fe79a1b1bb897aa8a4b17ba5ee4d (diff)
parent037e421b700ba836e053fdc58101104a0b6ccb0e (diff)
Merge "Remove topic.properties and incorporate into overall properties"
Diffstat (limited to 'services/services-onappf/src/main/resources/config/OnapPfConfig.json')
-rw-r--r--services/services-onappf/src/main/resources/config/OnapPfConfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/services/services-onappf/src/main/resources/config/OnapPfConfig.json b/services/services-onappf/src/main/resources/config/OnapPfConfig.json
index 22e544abe..95e28a325 100644
--- a/services/services-onappf/src/main/resources/config/OnapPfConfig.json
+++ b/services/services-onappf/src/main/resources/config/OnapPfConfig.json
@@ -12,5 +12,17 @@
"pdpType":"apex",
"description":"Pdp Heartbeat",
"supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
+ },
+ "topicParameterGroup": {
+ "topicSources" : [{
+ "topic" : "POLICY-PDP-PAP",
+ "servers" : [ "message-router" ],
+ "topicCommInfrastructure" : "dmaap"
+ }],
+ "topicSinks" : [{
+ "topic" : "POLICY-PDP-PAP",
+ "servers" : [ "message-router" ],
+ "topicCommInfrastructure" : "dmaap"
+ }]
}
} \ No newline at end of file