[DMAAP] DMaaP ServiceMesh compatibility
[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 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16
17 # Model Loader Distribution Client Configuration
18 */}}
19 ml.distribution.ACTIVE_SERVER_TLS_AUTH=false
20 {{ if ( include "common.needTLS" .) }}
21 ml.distribution.ASDC_ADDRESS=sdc-be.{{.Release.Namespace}}:8443
22 ml.distribution.ASDC_USE_HTTPS=true
23 ml.distribution.KEYSTORE_PASSWORD=
24 ml.distribution.KEYSTORE_FILE=
25 ml.distribution.PASSWORD=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
26 {{ else }}
27 ml.distribution.ASDC_ADDRESS=sdc-be.{{.Release.Namespace}}:8080
28 ml.distribution.ASDC_USE_HTTPS=false
29 {{ end }}
30 ml.distribution.CONSUMER_GROUP=aai-ml-group
31 ml.distribution.CONSUMER_ID=aai-ml
32 ml.distribution.ENVIRONMENT_NAME=AUTO
33 ml.distribution.POLLING_INTERVAL=30
34 ml.distribution.POLLING_TIMEOUT=20
35 ml.distribution.USER=aai
36 ml.distribution.ARTIFACT_TYPES=MODEL_QUERY_SPEC,TOSCA_CSAR
37 ml.distribution.MSG_BUS_ADDRESSES=message-router.{{.Release.Namespace}}
38
39 # Model Loader AAI REST Client Configuration
40 {{ if ( include "common.needTLS" .) }}
41 ml.aai.BASE_URL=https://aai.{{.Release.Namespace}}:8443
42 ml.aai.KEYSTORE_FILE=aai-os-cert.p12
43 ml.aai.KEYSTORE_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
44 {{ else }}
45 ml.aai.BASE_URL=http://aai.{{.Release.Namespace}}:8080
46 {{ end }}
47 ml.aai.MODEL_URL=/aai/v*/service-design-and-creation/models/model/
48 ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-query/
49 ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images
50
51 ml.aai.AUTH_USER=ModelLoader
52 ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw
53
54 # Model Loader Babel REST Client Configuration\r
55 ml.babel.BASE_URL={{ include "common.scheme" . }}://aai-babel.{{.Release.Namespace}}:9516
56 ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts
57 {{ if ( include "common.needTLS" .) }}
58 ml.babel.KEYSTORE_FILE=aaf/local/{{ .Values.certInitializer.fqi_namespace }}.p12
59 ml.babel.KEYSTORE_PASSWORD=${KEYSTORE_PASSWORD}
60 ml.babel.TRUSTSTORE_FILE=aaf/local/{{ .Values.certInitializer.fqi_namespace }}.trust.jks
61 ml.babel.TRUSTSTORE_PASSWORD=${TRUSTSTORE_PASSWORD}
62 {{ end }}