diff options
author | fpaquett <francis.paquette@amdocs.com> | 2018-10-10 08:51:06 -0400 |
---|---|---|
committer | fpaquett <francis.paquette@amdocs.com> | 2018-10-10 08:51:22 -0400 |
commit | 1dbbc3b9f0338ab8bbfe53c31aaa3dbc897f7928 (patch) | |
tree | 5021577def44f3c036516917f45bc545f38b7f70 /kubernetes/aai/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml | |
parent | f4d1c38e45e698e64849f4642cace95c5640f03a (diff) |
fixed config so data-router start
Fixed 3 issues:
- Needed to add another mount point for logs as the event-client-library
expects logs in /opt/app/data-router/logs
- Added the configuration regarding the use of aai-schema-ingest 1.3.0
- Fixed configuration parameters regaring the move to https to connect to
dmaap.
Issue-ID: AAI-1699
Change-Id: Ia92cd44c142433d0d0b308cc77f1f10e95acad60
Signed-off-by: fpaquett <francis.paquette@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml')
-rw-r--r-- | kubernetes/aai/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/aai/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml b/kubernetes/aai/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml index 60e71ecfb0..b5e4129595 100644 --- a/kubernetes/aai/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml +++ b/kubernetes/aai/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml @@ -32,6 +32,8 @@ <property name="searchCertName" value="client-cert-onap.p12" /> <property name="searchKeystorePwd" value="OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10" /> <property name="searchKeystore" value="tomcat_keystore" /> + <property name="schemaVersions" ref="schemaVersions" /> + <property name="schemaLocationsBean" ref="schemaLocationsBean" /> </bean> <bean id="consumerBeanEntityEvent" class="org.onap.aai.event.client.DMaaPEventConsumer" > @@ -45,7 +47,7 @@ <constructor-arg name="messageLimit" value="100" /> <constructor-arg name="transportType" value="HTTPAUTH" /> <constructor-arg name="protocol" value="{{.Values.event.protocol}}" /> - <constructor-arg name="contentType" value="application/json" /> + <constructor-arg name="filter"><null /></constructor-arg> </bean> <bean id="entityEventPolicy" class="org.onap.aai.datarouter.policy.EntityEventPolicy" init-method="startup" > |