diff options
author | Jim Hahn <jrh3@att.com> | 2019-11-04 17:22:03 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-11-04 17:58:09 -0500 |
commit | 396320d69e0bff1308f090330b1464ce2b07be49 (patch) | |
tree | 0d1a1f82346e89813721cdec763deac5aed619d5 /packages/policy-pap-tarball | |
parent | 85a229538caa5c066266520683a9455d970f390f (diff) |
Fix CSITs
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>
Diffstat (limited to 'packages/policy-pap-tarball')
-rw-r--r-- | packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json | 5 |
1 files changed, 5 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 d21556f0..995a3cec 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -38,6 +38,11 @@ "topic" : "POLICY-PDP-PAP", "servers" : [ "message-router" ], "topicCommInfrastructure" : "dmaap" + }, + { + "topic" : "POLICY-NOTIFICATION", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "dmaap" }] } } |