From 11b1339ca114835bf60356b4061f1ff3f3fd3e8b Mon Sep 17 00:00:00 2001 From: renealr Date: Fri, 24 Aug 2018 09:20:37 -0400 Subject: update sync queries to use searh data service Issue-ID: AAI-1540 Change-Id: I6a00b0e12830e1220070ae60ba9b2c42e67dfbfc Signed-off-by: renealr --- .../config/application.properties | 3 - .../config/spring-beans/sparky-elasticsearch.xml | 21 ----- .../config/spring-beans/sparky-oxm.xml | 16 ---- .../config/spring-beans/sparky-sync.xml | 103 ++------------------- .../sparky-view-inspect-with-resources.xml | 4 +- 5 files changed, 10 insertions(+), 137 deletions(-) (limited to 'sparkybe-onap-application') diff --git a/sparkybe-onap-application/config/application.properties b/sparkybe-onap-application/config/application.properties index f3ba9a9..4c6b1c0 100644 --- a/sparkybe-onap-application/config/application.properties +++ b/sparkybe-onap-application/config/application.properties @@ -7,9 +7,6 @@ spring.mvc.favicon.enabled=false #For oxm loading there needs to be a combo of [oxm-default OR oxm-override] AND [oxm-schema-dev OR oxm-schema-prod] spring.profiles.active=camel,ssl,fe-dev,oxm-schema-dev,resources,sync,oxm-override -elasticsearch.hostname=127.0.0.1 -elasticsearch.port=9200 - searchservice.hostname=127.0.0.1 searchservice.port=9502 searchservice.client-cert=client-cert-onap.p12 diff --git a/sparkybe-onap-application/config/spring-beans/sparky-elasticsearch.xml b/sparkybe-onap-application/config/spring-beans/sparky-elasticsearch.xml index b697fed..8f1207e 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-elasticsearch.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-elasticsearch.xml @@ -8,25 +8,4 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sparkybe-onap-application/config/spring-beans/sparky-oxm.xml b/sparkybe-onap-application/config/spring-beans/sparky-oxm.xml index ecba6cd..fe1eab0 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-oxm.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-oxm.xml @@ -60,22 +60,6 @@ - - - - - - - - - - - - java.util.HashMap diff --git a/sparkybe-onap-application/config/spring-beans/sparky-sync.xml b/sparkybe-onap-application/config/spring-beans/sparky-sync.xml index 34c063b..bb976c8 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-sync.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-sync.xml @@ -74,14 +74,14 @@ class="org.onap.aai.sparky.aggregation.sync.AggregationSyncControllerFactory" init-method="registerController"> - + - + @@ -107,51 +107,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -181,9 +136,9 @@ - + - + @@ -228,9 +183,9 @@ - + - + @@ -240,48 +195,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -303,9 +216,9 @@ - + - + diff --git a/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml b/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml index 7c34697..b0d5471 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-view-inspect-with-resources.xml @@ -49,8 +49,8 @@ - - + + -- cgit 1.2.3-korg