Fix CSITs 29/97929/3
authorJim Hahn <jrh3@att.com>
Mon, 4 Nov 2019 22:22:03 +0000 (17:22 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 4 Nov 2019 22:58:09 +0000 (17:58 -0500)
Added dmaap notification topic to PAP config file.
Fixed server IP per review comment.

Change-Id: I982123f2a49ca8f28b7ada275db000826e7baef5
Issue-ID: POLICY-1841
Signed-off-by: Jim Hahn <jrh3@att.com>
packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json
testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json

index d21556f..995a3ce 100644 (file)
             "topic" : "POLICY-PDP-PAP",
             "servers" : [ "message-router" ],
             "topicCommInfrastructure" : "dmaap"
+        },
+        {
+            "topic" : "POLICY-NOTIFICATION",
+            "servers" : [ "message-router" ],
+            "topicCommInfrastructure" : "dmaap"
         }]
     }
 }
index 3205611..e603c0b 100644 (file)
             "topic" : "POLICY-PDP-PAP",
             "servers" : [ "10.2.0.41:3904" ],
             "topicCommInfrastructure" : "dmaap"
+        },
+        {
+            "topic" : "POLICY-NOTIFICATION",
+            "servers" : [ "10.2.0.41:3904" ],
+            "topicCommInfrastructure" : "dmaap"
         }]
     }
 }
\ No newline at end of file