From: Jim Hahn Date: Mon, 28 Oct 2019 18:34:10 +0000 (-0400) Subject: Add policy update notification topic to OOM X-Git-Tag: 6.0.0~556^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=1e4d5622ef60c944aecf3dbc5fcaa032ea17876d Add policy update notification topic to OOM Issue-ID: POLICY-1841 Signed-off-by: Jim Hahn Change-Id: I2ab0b7f40a9b60531dccd6175c76d0a18726816e --- diff --git a/kubernetes/policy/charts/policy-pap/resources/config/config.json b/kubernetes/policy/charts/policy-pap/resources/config/config.json index 3f33ed95a0..a665c07858 100644 --- a/kubernetes/policy/charts/policy-pap/resources/config/config.json +++ b/kubernetes/policy/charts/policy-pap/resources/config/config.json @@ -55,6 +55,11 @@ "topic" : "POLICY-PDP-PAP", "servers" : [ "message-router" ], "topicCommInfrastructure" : "dmaap" + }, + { + "topic" : "POLICY-NOTIFICATION", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" }] } }