Merge "Add policy update notification topic to OOM"
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Tue, 29 Oct 2019 14:51:01 +0000 (14:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 29 Oct 2019 14:51:01 +0000 (14:51 +0000)
kubernetes/policy/charts/policy-pap/resources/config/config.json

index 3f33ed9..a665c07 100644 (file)
             "topic" : "POLICY-PDP-PAP",
             "servers" : [ "message-router" ],
             "topicCommInfrastructure" : "dmaap"
+        },
+        {
+            "topic" : "POLICY-NOTIFICATION",
+            "servers" : [ "message-router" ],
+            "topicCommInfrastructure" : "dmaap"
         }]
     }
 }