From 9ef4186f69ef694e6251161622a33d7bc1400f39 Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Mon, 1 Jul 2019 14:50:01 +0000 Subject: Remove topic.properties and incorporate into overall config file 1) The properties in the topic.properties file is moved into overall config json file and the topic.properties file is removed. 2) Common parameters such as RestServer and Topic related parameters from policy-common is used. Change-Id: I390bbe3cda101a69e7ce614404ecdfbf98598dd2 Issue-ID: POLICY-1744 Signed-off-by: a.sreekumar --- .../test/resources/parameters/PapConfigParameters_sim.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'main/src/test/resources/parameters/PapConfigParameters_sim.json') diff --git a/main/src/test/resources/parameters/PapConfigParameters_sim.json b/main/src/test/resources/parameters/PapConfigParameters_sim.json index 96bbedd0..84b88e31 100644 --- a/main/src/test/resources/parameters/PapConfigParameters_sim.json +++ b/main/src/test/resources/parameters/PapConfigParameters_sim.json @@ -26,5 +26,17 @@ "databaseUser": "policy", "databasePassword": "UDAxaWNZ", "persistenceUnit": "PolicyMariaDb" + }, + "topicParameterGroup": { + "topicSources" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "localhost:6845" ], + "topicCommInfrastructure" : "dmaap" + }], + "topicSinks" : [{ + "topic" : "POLICY-PDP-PAP", + "servers" : [ "localhost:6845" ], + "topicCommInfrastructure" : "dmaap" + }] } } -- cgit 1.2.3-korg