Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / aai / components / aai-modelloader / resources / config / model-loader.properties
1 {{/*
2 # Copyright © 2018 Amdocs, Bell Canada, AT&T
3 # Modifications Copyright © 2021 Orange
4 # Modifications Copyright © 2023 Nordix Foundation
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #       http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17
18 # Model Loader Distribution Client Configuration
19 */}}
20 ml.distribution.ACTIVE_SERVER_TLS_AUTH=false
21 ml.distribution.ASDC_ADDRESS=sdc-be.{{.Release.Namespace}}:8080
22 ml.distribution.ASDC_USE_HTTPS=false
23 ml.distribution.KEYSTORE_PASSWORD=
24 ml.distribution.KEYSTORE_FILE=
25 ml.distribution.PASSWORD=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
26 {{- with (first .Values.kafkaUser.acls) }}
27 ml.distribution.CONSUMER_GROUP={{ .name }}
28 ml.distribution.CONSUMER_ID={{ .name }}-model-loader
29 ml.distribution.ENVIRONMENT_NAME=AUTO
30 ml.distribution.POLLING_INTERVAL=30
31 ml.distribution.POLLING_TIMEOUT=20
32 ml.distribution.USER={{ .name }}
33 {{- end }}
34 ml.distribution.ARTIFACT_TYPES=MODEL_QUERY_SPEC,TOSCA_CSAR
35
36 # Model Loader AAI REST Client Configuration
37 ml.aai.BASE_URL=http://aai.{{.Release.Namespace}}:80
38 ml.aai.USE_HTTPS= false
39 ml.aai.MODEL_URL=/aai/v*/service-design-and-creation/models/model/
40 ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-query/
41 ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images
42
43 ml.aai.AUTH_USER=ModelLoader
44 ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw
45
46 # Model Loader Babel REST Client Configuration\r
47 ml.babel.BASE_URL={{ include "common.scheme" . }}://aai-babel.{{.Release.Namespace}}:9516
48 ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts
49 ml.babel.KEYSTORE_FILE=
50 ml.babel.KEYSTORE_PASSWORD=
51 ml.babel.TRUSTSTORE_FILE=
52 ml.babel.TRUSTSTORE_PASSWORD=
53 ml.babel.USE_HTTPS= false