blob: 807d2a6c7e2d00fde2a9564108123a19438be49d [file] [log] [blame]
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +00001# Copyright © 2018 AT&T USA
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00002#
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.
jmacc4f04d32018-10-12 18:24:24 +000014#################################################################
15# Global configuration defaults.
16#################################################################
17global:
18 nodePortPrefix: 302
19 nodePortPrefixExt: 304
20 repository: nexus3.onap.org:10001
21 readinessRepository: oomk8s
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000022 readinessImage: readiness-check:2.0.2
sunilb0a97ab22020-02-25 10:18:48 +053023 loggingRepository: docker.elastic.co
24 loggingImage: beats/filebeat:5.5.0
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000025 mariadbGalera:
26 nameOverride: mariadb-galera
27 serviceName: mariadb-galera
28 servicePort: "3306"
29 mariadbRootPassword: secretpassword
sarada prasad sahooae2c7342019-07-10 14:40:12 +053030 #This flag allows SO to instantiate its own mariadb-galera cluster,
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000031 #serviceName and nameOverride should be so-mariadb-galera if this flag is enabled
32 localCluster: false
jmacc4f04d32018-10-12 18:24:24 +000033 persistence:
34 mountPath: /dockerdata-nfs
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +000035 #This configuration will run the migration. The configurations are for backing up the data
36 #from DB and then restoring it to the present versions preferred DB.
37 migration:
38 enabled: false
39 dbHost: mariadb-galera
40 dbPort: 3306
41 dbUser: root
42 dbPassword: secretpassword
rope252c5e14bb2020-01-02 11:03:59 +000043 msbEnabled: true
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +000044 security:
45 aaf:
46 enabled: false
47 aaf:
48 auth:
49 header: Basic c29Ac28ub25hcC5vcmc6ZGVtbzEyMzQ1Ngo=
50 encrypted: 3EDC974C5CD7FE54C47C7490AF4D3B474CDD7D0FFA35A7ACDE3E209631E45F428976EAC0858874F17390A13149E63C90281DD8D20456
51 app:
52 siteName: onapheat
53 auth: 3EDC974C5CD7FE54C47C7490AF4D3B474CDD7D0FFA35A7ACDE3E209631E45F428976EAC0858874F17390A13149E63C90281DD8D20456
54 defaultCloudOwner: onap
55 cadi:
56 cadiLoglevel: DEBUG
57 cadiKeyFile: /app/org.onap.so.keyfile
58 cadiTrustStore: /app/org.onap.so.trust.jks
59 cadiTruststorePassword: enc:MFpuxKeYK6Eo6QXjDUjtOBbp0FthY7SB4mKSIJm_RWC
60 cadiLatitude: 38.4329
61 cadiLongitude: -90.43248
62 aafEnv: IST
63 aafApiVersion: 2.1
64 aafRootNs: org.onap.so
65 aafLocateUrl: https://aaf-locate.onap:8095
66 aafUrl: https://aaf-locate.onap:8095/locate/org.osaaf.aaf.service:2.1
67 msoKey: 07a7159d3bf51a0e53be7a8f89699be7
68 client:
69 certs:
70 trustStorePassword: b25hcDRzbw==
71 keyStorePassword: c280b25hcA==
jmacc4f04d32018-10-12 18:24:24 +000072#################################################################
73# Application configuration defaults.
74#################################################################
Mike Elliottd32d36e2018-02-12 15:54:03 -050075repository: nexus3.onap.org:10001
seshukmfb56d712019-10-14 10:46:52 +053076image: onap/so/api-handler-infra:1.5.3
jmacc4f04d32018-10-12 18:24:24 +000077pullPolicy: Always
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000078replicaCount: 1
79minReadySeconds: 10
80containerPort: 8080
81logPath: ./logs/apih/
82app: api-handler-infra
83service:
84 type: NodePort
Mandeep Khindadc2b43e2018-09-06 16:34:19 +000085 nodePort: 77
Brian Freeman1a667932018-09-06 14:45:37 -050086 internalPort: 8080
Mandeep Khindafe527eb2018-10-16 09:56:34 -040087 externalPort: 8080
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000088 portName: so-apih-port
89updateStrategy:
90 type: RollingUpdate
91 maxUnavailable: 1
92 maxSurge: 1
Alexis de Talhouëta52efcc2018-09-18 16:46:12 -040093# Resource Limit flavor -By Default using small
vaibhav16dec0da88292018-08-13 06:10:27 +000094flavor: small
95# Segregation for Different environment (Small and Large)
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000096resources:
vaibhav16dec0da88292018-08-13 06:10:27 +000097 small:
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000098 limits:
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +000099 cpu: 2000m
vaibhav16dec0da88292018-08-13 06:10:27 +0000100 memory: 4Gi
101 requests:
102 cpu: 500m
103 memory: 1Gi
104 large:
105 limits:
106 cpu: 4000m
107 memory: 8Gi
108 requests:
109 cpu: 1000m
110 memory: 2Gi
Mandeep Khinda60d36d42018-09-24 15:15:48 +0000111 unlimited: {}
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +0000112livenessProbe:
Ramesh Parthasarathy1ceefda2018-09-14 21:22:43 +0000113 path: /manage/health
114 scheme: HTTP
Ramesh Parthasarathy3cd3fb12018-09-05 01:47:29 +0000115 initialDelaySeconds: 600
116 periodSeconds: 60
117 timeoutSeconds: 10
118 successThreshold: 1
119 failureThreshold: 3
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +0000120
Mike Elliottd32d36e2018-02-12 15:54:03 -0500121nodeSelector: {}
Brian Freeman1a667932018-09-06 14:45:37 -0500122affinity: {}
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +0000123
sunilb0a97ab22020-02-25 10:18:48 +0530124# application configuration
125config:
126 logstashServiceName: log-ls
127 logstashPort: 5044
128
129
Mahendra Raghuwanshi72b69c12019-04-04 10:43:25 +0000130#Used only if localCluster is enabled. Instantiates SO's own cassandra cluster
131#helm deploy demo local/onap --namespace onap --verbose --set so.enabled=true \
132# --set so.global.mariadbGalera.localCluster=true \
133# --set so.global.mariadbGalera.nameOverride=so-mariadb-galera \
134# --set so.global.mariadbGalera.serviceName=so-mariadb-galera
135mariadb-galera:
136 nameOverride: so-mariadb-galera
137 replicaCount: 1
138 service:
139 name: so-mariadb-galera
140 persistence:
141 mountSubPath: so/mariadb-galera/data
142 enabled: true
Lucjan Bryndza426a82c2019-08-14 09:14:12 +0200143
144ingress:
145 enabled: false
146 service:
147 - baseaddr: "so"
148 name: "so"
149 port: 8080
150 config:
rope252c5e14bb2020-01-02 11:03:59 +0000151 ssl: "none"
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +0000152
153mso:
154 adapters:
155 requestDb:
156 auth: Basic YnBlbDpwYXNzd29yZDEk
157 config:
158 cadi:
159 aafId: so@so.onap.org
160 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
161 apiEnforcement: org.onap.so.apihPerm
162 noAuthn: /manage/health
163 camundaAuth: AE2E9BE6EF9249085AF98689C4EE087736A5500629A72F35068FFB88813A023581DD6E765071F1C04075B36EA4213A
164 sdc:
165 client:
166 auth: 878785F4F31BC9CFA5AB52A172008212D8845ED2DE08AD5E56AF114720A4E49768B8F95CDA2EB971765D28EDCDAA24
167 aai:
168 auth: 6E081E10B1CA43A843E303733A74D9B23B601A6E22A21C7EF2C7F15A42F81A1A4E85E65268C2661F71321052C7F3E55B96A8E1E951F8BF6F
169 so:
170 operationalEnv:
171 dmaap:
172 auth: 51EA5414022D7BE536E7516C4D1A6361416921849B72C0D6FC1C7F262FD9F2BBC2AD124190A332D9845A188AD80955567A4F975C84C221EEA8243BFD92FFE6896CDD1EA16ADD34E1E3D47D4A
173 health:
174 auth: basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=
175so-bpmn-infra:
176 cds:
177 auth: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==
178 aai:
179 auth: 221187EFA3AD4E33600DE0488F287099934CE65C3D0697BCECC00BB58E784E07CD74A24581DC31DBC086FF63DF116378776E9BE3D1325885
180 mso:
181 key: 07a7159d3bf51a0e53be7a8f89699be7
182 adapters:
183 requestDb:
184 auth: Basic YnBlbDpwYXNzd29yZDEk
185 db:
186 auth: A3745B5DBE165EFCF101D85A6FC81C211AB8BF604F8861B6C413D5DC90F8F30E0139DE44B8A342F4EF70AF
187 password: wLg4sjrAFUS8rfVfdvTXeQ==
188 po:
189 auth: A3745B5DBE165EFCF101D85A6FC81C211AB8BF604F8861B6C413D5DC90F8F30E0139DE44B8A342F4EF70AF
190 config:
191 cadi:
192 aafId: so@so.onap.org
193 aaafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
194 apiEnforcement: org.onap.so.bpmnPerm
195 noAuthn: /manage/health
196 sdnc:
197 password: 1D78CFC35382B6938A989066A7A7EAEF4FE933D2919BABA99EB4763737F39876C333EE5F
198 sniro:
199 auth: test:testpwd
200 endpoint: http://replaceme:28090/optimizationInstance/V1/create
201 oof:
202 auth: test:testpwd
203 so:
204 vnfm:
205 adapter:
206 auth: Basic dm5mbTpwYXNzd29yZDEk
207so-catalog-db-adapter:
208 mso:
209 config:
210 cadi:
211 aafId: so@so.onap.org
212 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
213 apiEnforcement: org.onap.so.catalogDbAdapterPerm
214 noAuthn: /manage/health
215 adapters:
216 db:
217 auth: Basic YnBlbDpwYXNzd29yZDEk
218so-openstack-adapter:
219 aaf:
220 auth:
221 encrypted: 7F182B0C05D58A23A1C4966B9CDC9E0B8BC5CD53BC8C7B4083D869F8D53E9BDC3EFD55C94B1D3F
222 aai:
223 auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
224 org:
225 onap:
226 so:
227 adapters:
228 bpelauth: D1A67FA93B6A6419132D0F83CC771AF774FD3C60853C50C22C8C6FC5088CC79E9E81EDE9EA39F22B2F66A0068E
229 valet:
230 basic_auth: bXNvOkphY2tkYXdzIGxvdmUgbXkgYmlnIHNwaGlueCBvZiBxdWFydHouCg==
231 mso:
232 msoKey: 07a7159d3bf51a0e53be7a8f89699be7
233 auth: BEA8637716A7EB617DF472BA6552D22F68C1CB17B0D094D77DDA562F4ADAAC4457CAB848E1A4
Ramesh Parthasarathybb611922020-03-18 00:00:30 +0000234 basicUser: poBpmn
Ramesh Parthasarathy95dc1c92020-02-05 17:02:28 +0000235 config:
236 cadi:
237 aafId: so@so.onap.org
238 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
239 apiEnforcement: org.onap.so.openStackAdapterPerm
240 noAuthn: /manage/health
241 db:
242 auth: Basic YnBlbDpwYXNzd29yZDEk
243so-request-db-adapter:
244 mso:
245 config:
246 cadi:
247 aafId: so@so.onap.org
248 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
249 apiEnforcement: org.onap.so.requestDbAdapterPerm
250 noAuthn: /manage/health
251 adapters:
252 requestDb:
253 auth: Basic YnBlbDpwYXNzd29yZDEk
254so-sdc-controller:
255 aai:
256 auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
257 mso:
258 msoKey: 07a7159d3bf51a0e53be7a8f89699be7
259 config:
260 cadi:
261 aafId: so@so.onap.org
262 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
263 apiEnforcement: org.onap.so.sdcControllerPerm
264 noAuthn: /manage/health
265 asdc:
266 config:
267 key: 566B754875657232314F5548556D3665
268 requestDb:
269 auth: Basic YnBlbDpwYXNzd29yZDEk
270 asdc-connections:
271 asdc-controller1:
272 password: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F
273so-sdnc-adapter:
274 org:
275 onap:
276 so:
277 adapters:
278 sdnc:
279 bpelauth: 4C18603C5AE7E3A42A6CED95CDF9C0BA9B2109B3725747662E5D34E5FDF63DA9ADEBB08185098F14699195FDE9475100
280 sdncauth: ED07A7EE5F099FA53369C3DF2240AD68A00154676EEDBC6F8C16BAA83B1912941B8941ABD48683D2C1072DA7040659692DE936A59BBF42A038CF71DE67B4A375190071EC76EA657801B033C135
281 network:
282 encryptionKey: 07a7159d3bf51a0e53be7a8f89699be7
283 mso:
284 config:
285 cadi:
286 aafId: so@so.onap.org
287 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
288 apiEnforcement: org.onap.so.sdncAdapterPerm
289 noAuthn: /manage/health
290 adapters:
291 requestDb:
292 auth: Basic YnBlbDpwYXNzd29yZDEk
293 rest:
294 aafEncrypted: 3EDC974C5CD7FE54C47C7490AF4D3B474CDD7D0FFA35A7ACDE3E209631E45F428976EAC0858874F17390A13149E63C90281DD8D20456
295so-vfc-adapter:
296 mso:
297 config:
298 cadi:
299 aafId: so@so.onap.org
300 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
301 apiEnforcement: org.onap.so.vfcAdapterPerm
302 noAuthn: /manage/health
303 adapters:
304 requestDb:
305 auth: Basic YnBlbDpwYXNzd29yZDEk
306so-vnfm-adapter:
307 aaf:
308 auth:
309 username: so@so.onap.org
310 password: 8DB1C939BFC6A35C3832D0E52E452D0E05AE2537AF142CECD125FF827C05A972FDD0F4700547DA
311 aai:
312 auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
313 sdc:
314 username: mso
315 password: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F
316 key: 566B754875657232314F5548556D3665
317 mso:
318 key: 07a7159d3bf51a0e53be7a8f89699be7
319 config:
320 cadi:
321 aafId: so@so.onap.org
322 aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
323 apiEnforcement: org.onap.so.vnfmAdapterPerm
324 noAuthn: /manage/health