blob: 271e410069d23d995b3db23e3e14100be3ad5c6a [file] [log] [blame]
Jozsef Csongvai9d4d5af2020-07-13 11:10:25 -04001# Copyright © 2020 Bell Canada, Samsung Electronics
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +02002#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15global:
Krzysztof Opasiak1b686152020-06-02 11:50:12 +020016 repository: nexus3.onap.org:10001
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +020017 aafAgentImage: onap/aaf/aaf_agent:2.1.20
18 aafEnabled: true
Jozsef Csongvai9d4d5af2020-07-13 11:10:25 -040019 jreImage: registry.gitlab.com/onap-integration/docker/onap-java
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +020020
21pullPolicy: Always
22
23secrets:
24 - uid: deployer-creds
25 type: basicAuth
26 externalSecret: '{{ ternary (tpl (default "" .Values.aafDeployCredsExternalSecret) .) "aafIsDisabled" .Values.global.aafEnabled }}'
27 login: '{{ .Values.aafDeployFqi }}'
28 password: '{{ .Values.aafDeployPass }}'
29 passwordPolicy: required
Jozsef Csongvai9d4d5af2020-07-13 11:10:25 -040030 - uid: truststore-creds
31 type: password
32 externalSecret: '{{ tpl (default "" .Values.truststoreCredsExternalSecret) . }}'
33 password: '{{ .Values.truststorePassword }}'
34 passwordPolicy: required
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +020035
Krzysztof Opasiake9754a02020-07-16 21:06:39 +020036readinessCheck:
37 wait_for:
38 - aaf-locate
39 - aaf-cm
40 - aaf-service
41
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +020042aafDeployFqi: "changeme"
43fqdn: ""
44app_ns: "org.osaaf.aaf"
45fqi: ""
46fqi_namespace: ""
47public_fqdn: "aaf.osaaf.org"
48aafDeployFqi: "deployer@people.osaaf.org"
49aafDeployPass: demo123456!
50cadi_latitude: "38.0"
51cadi_longitude: "-72.0"
52aaf_add_config: ""
53mountPath: "/opt/app/osaaf"
Jozsef Csongvai9d4d5af2020-07-13 11:10:25 -040054importCustomCertsEnabled: false
55truststoreMountpath: ""
56truststoreOutputFileName: truststore.jks
57truststorePassword: changeit