summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2021-08-24 17:33:07 -0400
committerRam Krishna Verma <ram_krishna.verma@bell.ca>2021-08-25 09:00:00 -0400
commita978716f5f5a494276c88794c3d366a012479f0d (patch)
tree27ded16bb4f72d162b838426535618a70f0eac13 /packages
parent861dbc22855e93784eb2145daea7be9f189ad765 (diff)
Add dmaap connectivity check in pap
Add dmaap connectivity check in pap consolidated health check. Make a rest call to fetch all the topics. Verify POLICY-PDP-PAP topic is present. Issue-ID: POLICY-2896 Change-Id: Ide39c70999eaca61205225c95b904e3009d41408 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json
index 575880cb..573ecc9a 100644
--- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json
+++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json
@@ -73,5 +73,12 @@
"password": "zb!XztG34",
"useHttps": true,
"basePath": "healthcheck"
+ },
+ {
+ "clientName": "dmaap",
+ "hostname": "message-router",
+ "port": 3905,
+ "useHttps": true,
+ "basePath": "topics"
}]
}