diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2019-10-30 11:29:18 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2019-10-30 10:52:30 +0000 |
commit | 4e20fd14c1d71466fd5cedd8f633a2f317aa4691 (patch) | |
tree | a3169e1dbccd430b5b0d3e4b6dd1243e49b031b9 /utils/DmaapPublisher | |
parent | bf5eeb23a769a2e2b75f432b74f10fdbcfd2f161 (diff) |
DmaapPublisher files update
Change-Id: I72b501587ed0b4ea8f7ba54614361d546b255cf6
Issue-ID: SDC-2560
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'utils/DmaapPublisher')
3 files changed, 11 insertions, 11 deletions
diff --git a/utils/DmaapPublisher/src/main/resources/catalogMgmt.properties b/utils/DmaapPublisher/src/main/resources/catalogMgmt.properties index ff739f1e3f..748e90a778 100644 --- a/utils/DmaapPublisher/src/main/resources/catalogMgmt.properties +++ b/utils/DmaapPublisher/src/main/resources/catalogMgmt.properties @@ -2,21 +2,21 @@ TransportType=DME2 Latitude =32.109333 Longitude =34.855499 Version =1.0 -ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events +ServiceName =dmaap-v1.onap.org/events Environment =TEST Partner=BOT_R routeOffer=MR1 SubContextPath =/ Protocol =https MethodType =POST -username = m09875@sdc.att.com +username =onapdemo password =Aa123456 contenttype = application/json -Authorization = Basic bTEzMzMxQGNjZC5hdHQuY29tOkFhMTIzNDU2 +Authorization = Basic b25hcGRlbW86QWExMjM0NTY= authKey= authDate= #Dmaap Server Url port 3904-HTTP 3905-https -host=olsd004.wnsnet.attws.com:3905 +host=demo.onap.org:3904 ###topic=com.att.ccd.CCD-CatalogManagement-go539p or com.att.sdc.SDCforTestDev | com.att.sdc.23911-SDCforTestDev-v001 #com.att.sdc.23911-scdc001dev001test-v1 topic=com.att.sdc.23911-SDCforTestDev-v001 diff --git a/utils/DmaapPublisher/src/main/resources/catalogWfMgmt.properties b/utils/DmaapPublisher/src/main/resources/catalogWfMgmt.properties index 119c94ef3b..7d0fd4cc0f 100644 --- a/utils/DmaapPublisher/src/main/resources/catalogWfMgmt.properties +++ b/utils/DmaapPublisher/src/main/resources/catalogWfMgmt.properties @@ -2,19 +2,19 @@ TransportType=DME2 Latitude =32.109333 Longitude =34.855499 Version =1.0 -ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events +ServiceName =dmaap-v1.onap.org/events Environment =TEST Partner=BOT_R routeOffer=MR1 SubContextPath =/ Protocol =https MethodType =POST -username =m13331@ccd.att.com +username =onapdemo password =Aa123456 contenttype = application/json authKey= authDate= -host=olsd004.wnsnet.attws.com:3904 +host=demo.onap.org:3904 ###topic=com.att.ccd.CCD-CatalogWorkflowManagement-go539p-v1 topic=com.att.ccd.CCD-CatalogWorkflowManagement-v1 partition=1 diff --git a/utils/DmaapPublisher/src/test/resources/catalogMgmtTest.properties b/utils/DmaapPublisher/src/test/resources/catalogMgmtTest.properties index 7f922214a9..7fbd2d5b34 100644 --- a/utils/DmaapPublisher/src/test/resources/catalogMgmtTest.properties +++ b/utils/DmaapPublisher/src/test/resources/catalogMgmtTest.properties @@ -2,21 +2,21 @@ TransportType=DME2 Latitude =32.109333 Longitude =34.855499 Version =1.0 -ServiceName =dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events +ServiceName =dmaap-v1.onap.org/events Environment =TEST Partner=BOT_R routeOffer=MR1 SubContextPath =/ Protocol =https MethodType =POST -username = m09875@sdc.att.com +username =onapdemo password =Aa123456 contenttype = application/json -Authorization = Basic bTEzMzMxQGNjZC5hdHQuY29tOkFhMTIzNDU2 +Authorization = Basic b25hcGRlbW86QWExMjM0NTY= authKey= authDate= #Dmaap Server Url port 3904-HTTP 3905-https -host=olsd004.wnsnet.attws.com:3905 +host=demo.onap.org:3904 ###topic=com.att.ccd.CCD-CatalogManagement-go539p or com.att.sdc.SDCforTestDev | com.att.sdc.23911-SDCforTestDev-v001 topic=com.att.sdc.23911-SDCforTestDev-v001 partition=1 |