summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-10-18 13:19:23 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-10-18 13:19:28 -0400
commitd382a5a38ef08e09b19dcd83279ac0c3118aef0d (patch)
tree23ce85db2ef1e057ece79be94bbf1f4e18750a7d
parentea2fdc87f565b7a31e171eb7c46d2b692c1ebb54 (diff)
Add the https as transport type for dmaap
Issue-ID: AAI-1761 Change-Id: I22f83ad5fe5efd404657f6a4e71229a557dd2ce9 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--aai-graphadmin/appconfig/application.properties1
-rw-r--r--aai-resources/appconfig/application.properties1
-rw-r--r--aai-traversal/appconfig/application.properties1
3 files changed, 3 insertions, 0 deletions
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