diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-18 07:06:56 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-09-18 07:07:18 -0400 |
commit | 780bd7d8d3dac5a129fcfa262e84f37f3dc1ac07 (patch) | |
tree | 4f7747a5ec5c5fc941f4a55aa67eb04f4b3c8861 | |
parent | b5d52755d4ca8ade83f35d39b80a3187f7905eb2 (diff) |
Update the resources, traversal and graphadmin
Issue-ID: AAI-1609
Change-Id: Ic25dc436efc12bb7cad675cc577e1f8632674f50
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r-- | aai-graphadmin/appconfig/application.properties | 2 | ||||
-rw-r--r-- | aai-resources/appconfig/application.properties | 2 | ||||
-rw-r--r-- | aai-traversal/appconfig/application.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/aai-graphadmin/appconfig/application.properties b/aai-graphadmin/appconfig/application.properties index 9d6a982..3cd8e03 100644 --- a/aai-graphadmin/appconfig/application.properties +++ b/aai-graphadmin/appconfig/application.properties @@ -33,7 +33,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:3904 +dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 # 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 c3b9d0b..2e3342c 100644 --- a/aai-resources/appconfig/application.properties +++ b/aai-resources/appconfig/application.properties @@ -37,7 +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:3904 +dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 # 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 abf8404..a2edbea 100644 --- a/aai-traversal/appconfig/application.properties +++ b/aai-traversal/appconfig/application.properties @@ -36,7 +36,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:3904 +dmaap.ribbon.listOfServers=mr.api.simpledemo.onap.org:3905 # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema |