From: Kajur, Harish (vk250x) Date: Thu, 18 Oct 2018 17:19:23 +0000 (-0400) Subject: Add the https as transport type for dmaap X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Ftest-config.git;a=commitdiff_plain;h=d382a5a38ef08e09b19dcd83279ac0c3118aef0d Add the https as transport type for dmaap Issue-ID: AAI-1761 Change-Id: I22f83ad5fe5efd404657f6a4e71229a557dd2ce9 Signed-off-by: Kajur, Harish (vk250x) --- diff --git a/aai-graphadmin/appconfig/application.properties b/aai-graphadmin/appconfig/application.properties index 3cd8e03..32ef1b7 100644 --- a/aai-graphadmin/appconfig/application.properties +++ b/aai-graphadmin/appconfig/application.properties @@ -34,6 +34,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61450 dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 +dmaap.ribbon.transportType=https # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema diff --git a/aai-resources/appconfig/application.properties b/aai-resources/appconfig/application.properties index 2e3342c..192093f 100644 --- a/aai-resources/appconfig/application.properties +++ b/aai-resources/appconfig/application.properties @@ -38,6 +38,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61647 dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 +dmaap.ribbon.transportType=https # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema diff --git a/aai-traversal/appconfig/application.properties b/aai-traversal/appconfig/application.properties index a2edbea..e569fe3 100644 --- a/aai-traversal/appconfig/application.properties +++ b/aai-traversal/appconfig/application.properties @@ -37,6 +37,7 @@ server.ssl.key-store-type=JKS # JMS bind address host port jms.bind.address=tcp://localhost:61647 dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 +dmaap.ribbon.transportType=https # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema