blob: bc53b4b764d8bafa933c9f5770b3667b3789be29 [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 }}
david.mcweeneyc87dbc32022-11-23 12:59:04 +000033ml.distribution.CONSUMER_GROUP={{ .Values.config.kafka.sdcTopic.consumerGroup }}
34ml.distribution.CONSUMER_ID={{ .Values.config.kafka.sdcTopic.clientId }}
osk1146127fd7d82021-06-18 00:51:17 +020035ml.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
Sylvain Desbureaux70070412020-11-09 21:58:48 +010040
41# Model Loader AAI REST Client Configuration
osk1146127fd7d82021-06-18 00:51:17 +020042{{ if ( include "common.needTLS" .) }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010043ml.aai.BASE_URL=https://aai.{{.Release.Namespace}}:8443
osk1146127fd7d82021-06-18 00:51:17 +020044ml.aai.KEYSTORE_FILE=aai-os-cert.p12
45ml.aai.KEYSTORE_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
Niharika Sharma9b5c8a02022-10-14 14:03:02 -040046ml.aai.USE_HTTPS= true
osk1146127fd7d82021-06-18 00:51:17 +020047{{ else }}
Niharika Sharma9b5c8a02022-10-14 14:03:02 -040048ml.aai.BASE_URL=http://aai.{{.Release.Namespace}}:80
49ml.aai.USE_HTTPS= false
osk1146127fd7d82021-06-18 00:51:17 +020050{{ end }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010051ml.aai.MODEL_URL=/aai/v*/service-design-and-creation/models/model/
52ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-query/
53ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images
osk1146127fd7d82021-06-18 00:51:17 +020054
Sylvain Desbureaux70070412020-11-09 21:58:48 +010055ml.aai.AUTH_USER=ModelLoader
56ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw
57
58# Model Loader Babel REST Client Configuration\r
osk1146127fd7d82021-06-18 00:51:17 +020059ml.babel.BASE_URL={{ include "common.scheme" . }}://aai-babel.{{.Release.Namespace}}:9516
Sylvain Desbureaux70070412020-11-09 21:58:48 +010060ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts
osk1146127fd7d82021-06-18 00:51:17 +020061{{ if ( include "common.needTLS" .) }}
Sylvain Desbureaux1e997192021-02-28 14:59:22 +010062ml.babel.KEYSTORE_FILE=aaf/local/{{ .Values.certInitializer.fqi_namespace }}.p12
63ml.babel.KEYSTORE_PASSWORD=${KEYSTORE_PASSWORD}
64ml.babel.TRUSTSTORE_FILE=aaf/local/{{ .Values.certInitializer.fqi_namespace }}.trust.jks
65ml.babel.TRUSTSTORE_PASSWORD=${TRUSTSTORE_PASSWORD}
Niharika Sharma9b5c8a02022-10-14 14:03:02 -040066ml.babel.USE_HTTPS= true
Andreas Geisslere73bace2022-09-26 09:59:27 +020067{{ else }}
68ml.babel.KEYSTORE_FILE=
69ml.babel.KEYSTORE_PASSWORD=
70ml.babel.TRUSTSTORE_FILE=
71ml.babel.TRUSTSTORE_PASSWORD=
Niharika Sharma9b5c8a02022-10-14 14:03:02 -040072ml.babel.USE_HTTPS= false
osk1146127fd7d82021-06-18 00:51:17 +020073{{ end }}