aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-10-23 12:00:12 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-23 12:00:12 +0000
commite7d722f72ad54fdc2ed7a75eeb3c008b4e7fe6ab (patch)
tree090456b2541b4145fe6843e1bd61e575633478f5
parent9d8eefc9149373cce5efb40901a23fa84533f3b7 (diff)
parent9af752134a29da6e7e56c89ffbfc3ff8220489ef (diff)
Merge "Add the https as transport type for dmaap"
-rw-r--r--charts/aai-graphadmin/resources/config/application.properties1
-rw-r--r--charts/aai-resources/resources/config/application.properties1
-rw-r--r--charts/aai-traversal/resources/config/application.properties1
3 files changed, 3 insertions, 0 deletions
diff --git a/charts/aai-graphadmin/resources/config/application.properties b/charts/aai-graphadmin/resources/config/application.properties
index 7557247..81a9c7b 100644
--- a/charts/aai-graphadmin/resources/config/application.properties
+++ b/charts/aai-graphadmin/resources/config/application.properties
@@ -55,6 +55,7 @@ server.ssl.key-store-type=JKS
# JMS bind address host port
jms.bind.address=tcp://localhost:61649
dmaap.ribbon.listOfServers=message-router.{{.Release.Namespace}}: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/charts/aai-resources/resources/config/application.properties b/charts/aai-resources/resources/config/application.properties
index 29a6d23..c8648e4 100644
--- a/charts/aai-resources/resources/config/application.properties
+++ b/charts/aai-resources/resources/config/application.properties
@@ -50,6 +50,7 @@ server.ssl.key-store-type=JKS
# JMS bind address host port
jms.bind.address=tcp://localhost:61647
dmaap.ribbon.listOfServers=message-router.{{.Release.Namespace}}: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/charts/aai-traversal/resources/config/application.properties b/charts/aai-traversal/resources/config/application.properties
index 1ad208f..8d35e2f 100644
--- a/charts/aai-traversal/resources/config/application.properties
+++ b/charts/aai-traversal/resources/config/application.properties
@@ -50,6 +50,7 @@ server.ssl.key-store-type=JKS
# JMS bind address host port
jms.bind.address=tcp://localhost:61647
dmaap.ribbon.listOfServers=message-router.{{ include "common.namespace" . }}:3905
+dmaap.ribbon.transportType=https
# Schema related attributes for the oxm and edges
# Any additional schema related attributes should start with prefix schema