From: Borislav Glozman Date: Tue, 29 Oct 2019 14:51:01 +0000 (+0000) Subject: Merge "Add policy update notification topic to OOM" X-Git-Tag: 6.0.0~556 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8766da998da3ddcdeec17abd91ca2c17685c4ea8;hp=2edc638d7350677bd163ffbb468b575fee1dc07c;p=oom.git Merge "Add policy update notification topic to OOM" --- 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" }] } }