[AAI] Make AAI helm3 compatible
[oom.git] / kubernetes / aai / components / aai-search-data / resources / config / elastic-search.properties
1 {{/*
2 # Copyright © 2018 Amdocs, Bell Canada, AT&T
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 # ElasticSearch Configuration
17 */}}
18 es.cluster-name=ES_AAI
19 es.ip-address=aai-elasticsearch.{{.Release.Namespace}}
20 es.http-port={{ .Values.config.elasticsearchHttpPort }}
21 es.uri-scheme=http
22 es.auth-user=admin
23 es.auth-password=OBF:1u2a1toa1w8v1tok1u30
24 es.trust-store=auth/tomcat_keystore
25 es.trust-store-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
26