blob: 89a118b25d281d3483016efcf6a823f6694ee007 [file] [log] [blame]
Sylvain Desbureaux47eb4d22020-12-10 12:15:27 +01001{{/*
Sylvain Desbureaux70070412020-11-09 21:58:48 +01002# Copyright © 2018 Amdocs, Bell Canada, AT&T
Sylvain Desbureaux1e997192021-02-28 14:59:22 +01003# Modifications Copyright © 2021 Orange
Sylvain Desbureaux70070412020-11-09 21:58:48 +01004#
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
Sylvain Desbureaux47eb4d22020-12-10 12:15:27 +010018*/}}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010019ml.distribution.ACTIVE_SERVER_TLS_AUTH=false
osk1146127fd7d82021-06-18 00:51:17 +020020{{ if ( include "common.needTLS" .) }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010021ml.distribution.ASDC_ADDRESS=sdc-be.{{.Release.Namespace}}:8443
osk1146127fd7d82021-06-18 00:51:17 +020022ml.distribution.ASDC_USE_HTTPS=true
Sylvain Desbureaux70070412020-11-09 21:58:48 +010023ml.distribution.KEYSTORE_PASSWORD=
Sylvain Desbureaux1e997192021-02-28 14:59:22 +010024ml.distribution.KEYSTORE_FILE=
Sylvain Desbureaux70070412020-11-09 21:58:48 +010025ml.distribution.PASSWORD=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
osk1146127fd7d82021-06-18 00:51:17 +020026{{ else }}
27ml.distribution.ASDC_ADDRESS=sdc-be.{{.Release.Namespace}}:8080
28ml.distribution.ASDC_USE_HTTPS=false
Andreas Geissler8624d222022-05-13 17:16:41 +020029ml.distribution.KEYSTORE_PASSWORD=
30ml.distribution.KEYSTORE_FILE=
31ml.distribution.PASSWORD=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
osk1146127fd7d82021-06-18 00:51:17 +020032{{ end }}
33ml.distribution.CONSUMER_GROUP=aai-ml-group
34ml.distribution.CONSUMER_ID=aai-ml
35ml.distribution.ENVIRONMENT_NAME=AUTO
Sylvain Desbureaux70070412020-11-09 21:58:48 +010036ml.distribution.POLLING_INTERVAL=30
37ml.distribution.POLLING_TIMEOUT=20
38ml.distribution.USER=aai
39ml.distribution.ARTIFACT_TYPES=MODEL_QUERY_SPEC,TOSCA_CSAR
40ml.distribution.MSG_BUS_ADDRESSES=message-router.{{.Release.Namespace}}
41
42# Model Loader AAI REST Client Configuration
osk1146127fd7d82021-06-18 00:51:17 +020043{{ if ( include "common.needTLS" .) }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010044ml.aai.BASE_URL=https://aai.{{.Release.Namespace}}:8443
osk1146127fd7d82021-06-18 00:51:17 +020045ml.aai.KEYSTORE_FILE=aai-os-cert.p12
46ml.aai.KEYSTORE_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
47{{ else }}
48ml.aai.BASE_URL=http://aai.{{.Release.Namespace}}:8080
49{{ end }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010050ml.aai.MODEL_URL=/aai/v*/service-design-and-creation/models/model/
51ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-query/
52ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images
osk1146127fd7d82021-06-18 00:51:17 +020053
Sylvain Desbureaux70070412020-11-09 21:58:48 +010054ml.aai.AUTH_USER=ModelLoader
55ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw
56
57# Model Loader Babel REST Client Configuration\r
osk1146127fd7d82021-06-18 00:51:17 +020058ml.babel.BASE_URL={{ include "common.scheme" . }}://aai-babel.{{.Release.Namespace}}:9516
Sylvain Desbureaux70070412020-11-09 21:58:48 +010059ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts
osk1146127fd7d82021-06-18 00:51:17 +020060{{ if ( include "common.needTLS" .) }}
Sylvain Desbureaux1e997192021-02-28 14:59:22 +010061ml.babel.KEYSTORE_FILE=aaf/local/{{ .Values.certInitializer.fqi_namespace }}.p12
62ml.babel.KEYSTORE_PASSWORD=${KEYSTORE_PASSWORD}
63ml.babel.TRUSTSTORE_FILE=aaf/local/{{ .Values.certInitializer.fqi_namespace }}.trust.jks
64ml.babel.TRUSTSTORE_PASSWORD=${TRUSTSTORE_PASSWORD}
Andreas Geisslere73bace2022-09-26 09:59:27 +020065{{ else }}
66ml.babel.KEYSTORE_FILE=
67ml.babel.KEYSTORE_PASSWORD=
68ml.babel.TRUSTSTORE_FILE=
69ml.babel.TRUSTSTORE_PASSWORD=
osk1146127fd7d82021-06-18 00:51:17 +020070{{ end }}