blob: 41b855490a9c7483edfa7daacb44b2215e0eb806 [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
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16# Model Loader Distribution Client Configuration
Sylvain Desbureaux47eb4d22020-12-10 12:15:27 +010017*/}}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010018ml.distribution.ACTIVE_SERVER_TLS_AUTH=false
osk1146127fd7d82021-06-18 00:51:17 +020019{{ if ( include "common.needTLS" .) }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010020ml.distribution.ASDC_ADDRESS=sdc-be.{{.Release.Namespace}}:8443
osk1146127fd7d82021-06-18 00:51:17 +020021ml.distribution.ASDC_USE_HTTPS=true
Sylvain Desbureaux70070412020-11-09 21:58:48 +010022ml.distribution.KEYSTORE_PASSWORD=
23ml.distribution.KEYSTORE_FILE=asdc-client.jks
24ml.distribution.PASSWORD=OBF:1ks51l8d1o3i1pcc1r2r1e211r391kls1pyj1z7u1njf1lx51go21hnj1y0k1mli1sop1k8o1j651vu91mxw1vun1mze1vv11j8x1k5i1sp11mjc1y161hlr1gm41m111nkj1z781pw31kku1r4p1e391r571pbm1o741l4x1ksp
osk1146127fd7d82021-06-18 00:51:17 +020025{{ else }}
26ml.distribution.ASDC_ADDRESS=sdc-be.{{.Release.Namespace}}:8080
27ml.distribution.ASDC_USE_HTTPS=false
28{{ end }}
29ml.distribution.CONSUMER_GROUP=aai-ml-group
30ml.distribution.CONSUMER_ID=aai-ml
31ml.distribution.ENVIRONMENT_NAME=AUTO
Sylvain Desbureaux70070412020-11-09 21:58:48 +010032ml.distribution.POLLING_INTERVAL=30
33ml.distribution.POLLING_TIMEOUT=20
34ml.distribution.USER=aai
35ml.distribution.ARTIFACT_TYPES=MODEL_QUERY_SPEC,TOSCA_CSAR
36ml.distribution.MSG_BUS_ADDRESSES=message-router.{{.Release.Namespace}}
37
38# Model Loader AAI REST Client Configuration
osk1146127fd7d82021-06-18 00:51:17 +020039{{ if ( include "common.needTLS" .) }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010040ml.aai.BASE_URL=https://aai.{{.Release.Namespace}}:8443
osk1146127fd7d82021-06-18 00:51:17 +020041ml.aai.KEYSTORE_FILE=aai-os-cert.p12
42ml.aai.KEYSTORE_PASSWORD=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
43{{ else }}
44ml.aai.BASE_URL=http://aai.{{.Release.Namespace}}:8080
45{{ end }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010046ml.aai.MODEL_URL=/aai/v*/service-design-and-creation/models/model/
47ml.aai.NAMED_QUERY_URL=/aai/v*/service-design-and-creation/named-queries/named-query/
48ml.aai.VNF_IMAGE_URL=/aai/v*/service-design-and-creation/vnf-images
osk1146127fd7d82021-06-18 00:51:17 +020049
Sylvain Desbureaux70070412020-11-09 21:58:48 +010050ml.aai.AUTH_USER=ModelLoader
51ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw
52
53# Model Loader Babel REST Client Configuration\r
osk1146127fd7d82021-06-18 00:51:17 +020054ml.babel.BASE_URL={{ include "common.scheme" . }}://aai-babel.{{.Release.Namespace}}:9516
Sylvain Desbureaux70070412020-11-09 21:58:48 +010055ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts
osk1146127fd7d82021-06-18 00:51:17 +020056{{ if ( include "common.needTLS" .) }}
Sylvain Desbureaux70070412020-11-09 21:58:48 +010057ml.babel.KEYSTORE_FILE=babel-client-cert.p12
58ml.babel.KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
59ml.babel.TRUSTSTORE_FILE=tomcat_keystore
60ml.babel.TRUSTSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
osk1146127fd7d82021-06-18 00:51:17 +020061{{ end }}