1 # Copyright © 2018 Orange
2 # Modifications Copyright © 2018 Amdocs, Bell Canada
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
8 # http://www.apache.org/licenses/LICENSE-2.0
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.
16 #################################################################
17 # Global configuration defaults.
18 #################################################################
21 mariadbGalera: &mariadbGalera
22 #This flag allows SO to instantiate its own mariadb-galera cluster
24 service: mariadb-galera
26 nameOverride: mariadb-galera
30 #################################################################
32 #################################################################
34 nameOverride: nbi-cert-initializer
35 aafDeployFqi: deployer@people.osaaf.org
36 aafDeployPass: demo123456!
37 # aafDeployCredsExternalSecret: some secret
40 public_fqdn: nbi.onap.org
44 credsPath: /opt/app/osaaf/local
46 echo "cadi_keystore_password_p12=$cadi_keystore_password_p12" > {{ .Values.credsPath }}/mycreds.prop
47 echo "cadi_truststore_password=$cadi_truststore_password" >> {{ .Values.credsPath }}/mycreds.prop
53 #################################################################
55 #################################################################
58 name: &dbUserSecretName '{{ include "common.release" . }}-nbi-db-secret'
60 externalSecret: '{{ tpl (default "" .Values.config.db.userCredentialsExternalSecret) . }}'
61 login: '{{ .Values.config.db.userName }}'
62 password: '{{ .Values.config.db.userPassword }}'
68 repository: nexus3.onap.org:10001
69 image: onap/externalapi/nbi:10.0.0
70 pullPolicy: IfNotPresent
71 sdc_authorization: Basic YWFpOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=
72 aai_authorization: Basic QUFJOkFBSQ==
75 # application configuration
78 logstashServiceName: log-ls
80 cloudOwner: CloudOwner
81 k8sCloudRegionId: k8sregionfour
82 k8sCloudOwner: k8scloudowner4
84 openStackRegion: RegionOne
85 openStackVNFTenantId: 31047205ce114b60833b23e400d6a535
88 # userPassword: password
89 # userCredentialsExternalSecret: some-secret
93 externalSecret: *dbUserSecretName
94 name: &mysqlDbName nbi
99 nameOverride: &nbi-galera nbi-galera
103 mountSubPath: nbi/maria/data
105 nameOverride: *nbi-galera
109 userCredentialsExternalSecret: *dbUserSecretName
110 mysqlDatabase: *mysqlDbName
111 nameOverride: nbi-config
114 nameOverride: nbi-mongo
116 dbName: ServiceOrderDB
120 nfsprovisionerPrefix: nbi
123 mountSubPath: nbi/mongo/data
125 disableNfsProvisioner: true
128 # default number of instances
135 # probe configuration parameters
137 path: /nbi/api/v4/status
138 initialDelaySeconds: 180
140 # necessary to disable liveness probe when setting breakpoints
141 # in debugger so K8s doesn't restart unresponsive container
145 path: /nbi/api/v4/status
146 initialDelaySeconds: 185
154 internalPlainPort: 8080
164 - baseaddr: "nbi-api"
170 # Resource Limit flavor -By Default using small
172 # Segregation for Different environment (Small and Large)
190 #Pods Service Account