diff options
author | Manisha Aggarwal <ma9181@att.com> | 2017-06-01 21:01:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-06-01 21:01:28 +0000 |
commit | dd65edda739f644a4ba92f0d2a1f12739fd1a3aa (patch) | |
tree | 2bd3b9a882f55ba57b365dba0de91a753a7c7f85 | |
parent | d09fe945bb0080d72fa194c1bd36970eaa532672 (diff) | |
parent | 752c4095e8ac871597fd7b0459d608f5bc099f59 (diff) |
Merge "Adding ES and Search hostname in configs."
-rwxr-xr-x | data-router/dynamic/conf/entity-event-policy.xml | 2 | ||||
-rwxr-xr-x | search-data-service/appconfig/elastic-search.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data-router/dynamic/conf/entity-event-policy.xml b/data-router/dynamic/conf/entity-event-policy.xml index 6c44ce3..0234b46 100755 --- a/data-router/dynamic/conf/entity-event-policy.xml +++ b/data-router/dynamic/conf/entity-event-policy.xml @@ -6,7 +6,7 @@ <bean id="eepConfig" class="org.openecomp.datarouter.policy.EntityEventPolicyConfig" > <property name="sourceDomain" value="default" /> - <property name="searchBaseUrl" value="<TO_REPLACE>" /> + <property name="searchBaseUrl" value="https://aai.searchservice.simpledemo.openecomp.org:9509" /> <property name="searchEndpoint" value="services/search-data-service/v1/search/indexes/" /> <property name="searchEndpointDocuments" value = "documents" /> <property name="searchEntitySearchIndex" value="entity-search-index" /> diff --git a/search-data-service/appconfig/elastic-search.properties b/search-data-service/appconfig/elastic-search.properties index 341418d..f874658 100755 --- a/search-data-service/appconfig/elastic-search.properties +++ b/search-data-service/appconfig/elastic-search.properties @@ -1,5 +1,5 @@ # ElasticSearch Configuration es.cluster-name=ES_AAI -es.ip-address= +es.ip-address=aai.elasticsearch.simpledemo.openecomp.org es.http-port=9200 |