blob: e32f48f77ff87a71acf37afa35d9bb38d9030366 [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
efiacord12c1672023-03-23 12:10:50 +00004# Modifications Copyright © 2023 Nordix Foundation
Sylvain Desbureaux70070412020-11-09 21:58:48 +01005#
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
Sylvain Desbureaux47eb4d22020-12-10 12:15:27 +010019*/}}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010020ml.distribution.ACTIVE_SERVER_TLS_AUTH=false
osk1146127fd7d82021-06-18 00:51:17 +020021ml.distribution.ASDC_ADDRESS=sdc-be.{{.Release.Namespace}}:8080
22ml.distribution.ASDC_USE_HTTPS=false
Andreas Geissler8624d222022-05-13 17:16:41 +020023ml.distribution.KEYSTORE_PASSWORD=
24ml.distribution.KEYSTORE_FILE=
25ml.distribution.PASSWORD=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
efiacor7373ad22023-01-04 10:56:27 +000026{{- with (first .Values.kafkaUser.acls) }}
27ml.distribution.CONSUMER_GROUP={{ .name }}
28ml.distribution.CONSUMER_ID={{ .name }}-model-loader
osk1146127fd7d82021-06-18 00:51:17 +020029ml.distribution.ENVIRONMENT_NAME=AUTO
Sylvain Desbureaux70070412020-11-09 21:58:48 +010030ml.distribution.POLLING_INTERVAL=30
31ml.distribution.POLLING_TIMEOUT=20
efiacor7373ad22023-01-04 10:56:27 +000032ml.distribution.USER={{ .name }}
33{{- end }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010034ml.distribution.ARTIFACT_TYPES=MODEL_QUERY_SPEC,TOSCA_CSAR
Sylvain Desbureaux70070412020-11-09 21:58:48 +010035
36# Model Loader AAI REST Client Configuration
Niharika Sharma9b5c8a02022-10-14 14:03:02 -040037ml.aai.BASE_URL=http://aai.{{.Release.Namespace}}:80
38ml.aai.USE_HTTPS= false
Sylvain Desbureaux70070412020-11-09 21:58:48 +010039ml.aai.MODEL_URL=/aai/v*/service-design-and-creation/models/model/
40ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-query/
41ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images
osk1146127fd7d82021-06-18 00:51:17 +020042
Sylvain Desbureaux70070412020-11-09 21:58:48 +010043ml.aai.AUTH_USER=ModelLoader
44ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw
45
46# Model Loader Babel REST Client Configuration\r
osk1146127fd7d82021-06-18 00:51:17 +020047ml.babel.BASE_URL={{ include "common.scheme" . }}://aai-babel.{{.Release.Namespace}}:9516
Sylvain Desbureaux70070412020-11-09 21:58:48 +010048ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts
Andreas Geisslere73bace2022-09-26 09:59:27 +020049ml.babel.KEYSTORE_FILE=
50ml.babel.KEYSTORE_PASSWORD=
51ml.babel.TRUSTSTORE_FILE=
52ml.babel.TRUSTSTORE_PASSWORD=
Niharika Sharma9b5c8a02022-10-14 14:03:02 -040053ml.babel.USE_HTTPS= false