Update Data Router with new schema ingest lib
[aai/data-router.git] / src / test / resources / spring-beans / entity-event-policy.xml
1 <beans xmlns="http://www.springframework.org/schema/beans"
2         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="
4                         http://www.springframework.org/schema/beans
5                         http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7         <bean id="eepConfig" class="org.onap.aai.datarouter.policy.EntityEventPolicyConfig" >
8                 <property name="sourceDomain" value="uINT5" />
9                 <property name="searchBaseUrl" value="https://au4txvcaaas100.auk4.aic.cip.att.com:9509" />
10                 <property name="searchEndpoint" value="services/search-data-service/v1/search/indexes/" />
11                 <property name="searchEndpointDocuments" value = "documents" />
12                 <property name="searchEntitySearchIndex" value="entitysearchindex-uint5.test" />
13                 <property name="searchEntityAutoSuggestIndex" value="entityautosuggestindex-uint5.test" />
14                 <property name="searchAggregationVnfIndex" value="aggregate_generic-vnf_index" />
15                 <property name="searchTopographySearchIndex" value="topographysearchindex-uint5.test" />
16                 <property name="searchCertName" value="aai-client-cert.p12" />
17                 <property name="searchKeystorePwd" value="OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o" />
18                 <property name="searchKeystore" value="tomcat_keystore" />
19                 <property name="schemaVersions" ref="schemaVersions" />
20                 <property name="schemaLocationsBean" ref="schemaLocationsBean" />
21         </bean>
22
23         <bean id="nodeIngestor" class="org.onap.aai.nodes.NodeIngestor" autowire="byName"/>
24         <bean id="entityEventPolicy" class="org.onap.aai.datarouter.policy.EntityEventPolicy" init-method="startup" >
25                 <constructor-arg ref="eepConfig"/>
26         </bean>
27 <!--
28   <bean id="consumerBeanEntityEvent" class="com.ecomp.DMaapEventClientWrapper" >
29     <constructor-arg name="host" value="uebsb91kcdc.it.att.com:3905,uebsb92kcdc.it.att.com:3905,uebsb93kcdc.it.att.com:3905" />
30     <constructor-arg name="topic" value="AAI-EVENT" />
31     <constructor-arg name="username" value="m08479@aai.ecomp.att.com" />
32     <constructor-arg name="password" value="OBF:1qab1lbw1kfr1ffg1hzn1i231fhe1kcn1lfm1qcr" />
33     <constructor-arg name="consumerGroup" value="datarouter-uint5" />
34     <constructor-arg name="consumerId" value="datarouter-uint5" />
35     <constructor-arg name="timeoutMs" value="15000" />
36     <constructor-arg name="messageLimit" value="10000" />
37     <constructor-arg name="transportType" value="HTTPAAF" />
38     <constructor-arg name="protocol" value="https" />
39     <constructor-arg name="filter"> <null /> </constructor-arg>
40   </bean>
41 -->
42 </beans>