Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 1 | # Copyright © 2018 AT&T USA |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 2 | # |
| 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. |
jmac | c4f04d3 | 2018-10-12 18:24:24 +0000 | [diff] [blame] | 14 | ################################################################# |
| 15 | # Global configuration defaults. |
| 16 | ################################################################# |
| 17 | global: |
| 18 | nodePortPrefix: 302 |
| 19 | nodePortPrefixExt: 304 |
| 20 | repository: nexus3.onap.org:10001 |
| 21 | readinessRepository: oomk8s |
Mahendra Raghuwanshi | 72b69c1 | 2019-04-04 10:43:25 +0000 | [diff] [blame] | 22 | readinessImage: readiness-check:2.0.2 |
sunilb | 0a97ab2 | 2020-02-25 10:18:48 +0530 | [diff] [blame] | 23 | loggingRepository: docker.elastic.co |
| 24 | loggingImage: beats/filebeat:5.5.0 |
Mahendra Raghuwanshi | 72b69c1 | 2019-04-04 10:43:25 +0000 | [diff] [blame] | 25 | mariadbGalera: |
| 26 | nameOverride: mariadb-galera |
| 27 | serviceName: mariadb-galera |
| 28 | servicePort: "3306" |
| 29 | mariadbRootPassword: secretpassword |
sarada prasad sahoo | ae2c734 | 2019-07-10 14:40:12 +0530 | [diff] [blame] | 30 | #This flag allows SO to instantiate its own mariadb-galera cluster, |
Mahendra Raghuwanshi | 72b69c1 | 2019-04-04 10:43:25 +0000 | [diff] [blame] | 31 | #serviceName and nameOverride should be so-mariadb-galera if this flag is enabled |
| 32 | localCluster: false |
jmac | c4f04d3 | 2018-10-12 18:24:24 +0000 | [diff] [blame] | 33 | persistence: |
| 34 | mountPath: /dockerdata-nfs |
Mahendra Raghuwanshi | 72b69c1 | 2019-04-04 10:43:25 +0000 | [diff] [blame] | 35 | #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 |
rope252 | c5e14bb | 2020-01-02 11:03:59 +0000 | [diff] [blame] | 43 | msbEnabled: true |
Ramesh Parthasarathy | 95dc1c9 | 2020-02-05 17:02:28 +0000 | [diff] [blame] | 44 | 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== |
jmac | c4f04d3 | 2018-10-12 18:24:24 +0000 | [diff] [blame] | 72 | ################################################################# |
| 73 | # Application configuration defaults. |
| 74 | ################################################################# |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 75 | repository: nexus3.onap.org:10001 |
seshukm | fb56d71 | 2019-10-14 10:46:52 +0530 | [diff] [blame] | 76 | image: onap/so/api-handler-infra:1.5.3 |
jmac | c4f04d3 | 2018-10-12 18:24:24 +0000 | [diff] [blame] | 77 | pullPolicy: Always |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 78 | replicaCount: 1 |
| 79 | minReadySeconds: 10 |
| 80 | containerPort: 8080 |
| 81 | logPath: ./logs/apih/ |
| 82 | app: api-handler-infra |
| 83 | service: |
| 84 | type: NodePort |
Mandeep Khinda | dc2b43e | 2018-09-06 16:34:19 +0000 | [diff] [blame] | 85 | nodePort: 77 |
Brian Freeman | 1a66793 | 2018-09-06 14:45:37 -0500 | [diff] [blame] | 86 | internalPort: 8080 |
Mandeep Khinda | fe527eb | 2018-10-16 09:56:34 -0400 | [diff] [blame] | 87 | externalPort: 8080 |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 88 | portName: so-apih-port |
| 89 | updateStrategy: |
| 90 | type: RollingUpdate |
| 91 | maxUnavailable: 1 |
| 92 | maxSurge: 1 |
Alexis de Talhouët | a52efcc | 2018-09-18 16:46:12 -0400 | [diff] [blame] | 93 | # Resource Limit flavor -By Default using small |
vaibhav16dec | 0da8829 | 2018-08-13 06:10:27 +0000 | [diff] [blame] | 94 | flavor: small |
| 95 | # Segregation for Different environment (Small and Large) |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 96 | resources: |
vaibhav16dec | 0da8829 | 2018-08-13 06:10:27 +0000 | [diff] [blame] | 97 | small: |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 98 | limits: |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 99 | cpu: 2000m |
vaibhav16dec | 0da8829 | 2018-08-13 06:10:27 +0000 | [diff] [blame] | 100 | 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 Khinda | 60d36d4 | 2018-09-24 15:15:48 +0000 | [diff] [blame] | 111 | unlimited: {} |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 112 | livenessProbe: |
Ramesh Parthasarathy | 1ceefda | 2018-09-14 21:22:43 +0000 | [diff] [blame] | 113 | path: /manage/health |
| 114 | scheme: HTTP |
Ramesh Parthasarathy | 3cd3fb1 | 2018-09-05 01:47:29 +0000 | [diff] [blame] | 115 | initialDelaySeconds: 600 |
| 116 | periodSeconds: 60 |
| 117 | timeoutSeconds: 10 |
| 118 | successThreshold: 1 |
| 119 | failureThreshold: 3 |
Mahendra Raghuwanshi | 72b69c1 | 2019-04-04 10:43:25 +0000 | [diff] [blame] | 120 | |
Mike Elliott | d32d36e | 2018-02-12 15:54:03 -0500 | [diff] [blame] | 121 | nodeSelector: {} |
Brian Freeman | 1a66793 | 2018-09-06 14:45:37 -0500 | [diff] [blame] | 122 | affinity: {} |
Mahendra Raghuwanshi | 72b69c1 | 2019-04-04 10:43:25 +0000 | [diff] [blame] | 123 | |
sunilb | 0a97ab2 | 2020-02-25 10:18:48 +0530 | [diff] [blame] | 124 | # application configuration |
| 125 | config: |
| 126 | logstashServiceName: log-ls |
| 127 | logstashPort: 5044 |
| 128 | |
| 129 | |
Mahendra Raghuwanshi | 72b69c1 | 2019-04-04 10:43:25 +0000 | [diff] [blame] | 130 | #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 |
| 135 | mariadb-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 Bryndza | 426a82c | 2019-08-14 09:14:12 +0200 | [diff] [blame] | 143 | |
| 144 | ingress: |
| 145 | enabled: false |
| 146 | service: |
| 147 | - baseaddr: "so" |
| 148 | name: "so" |
| 149 | port: 8080 |
| 150 | config: |
rope252 | c5e14bb | 2020-01-02 11:03:59 +0000 | [diff] [blame] | 151 | ssl: "none" |
Ramesh Parthasarathy | 95dc1c9 | 2020-02-05 17:02:28 +0000 | [diff] [blame] | 152 | |
| 153 | mso: |
| 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= |
| 175 | so-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 |
| 207 | so-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 |
| 218 | so-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 Parthasarathy | bb61192 | 2020-03-18 00:00:30 +0000 | [diff] [blame^] | 234 | basicUser: poBpmn |
Ramesh Parthasarathy | 95dc1c9 | 2020-02-05 17:02:28 +0000 | [diff] [blame] | 235 | 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 |
| 243 | so-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 |
| 254 | so-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 |
| 273 | so-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 |
| 295 | so-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 |
| 306 | so-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 |