vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
Nishukumar | 376ba1e | 2018-08-03 09:17:23 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 AT&T |
vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 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 | |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 16 | ################################################################# |
| 17 | # Global configuration defaults. |
| 18 | ################################################################# |
| 19 | global: |
| 20 | nodePortPrefix: 302 |
Bin Yang | 17d55da | 2021-12-16 16:52:16 +0800 | [diff] [blame] | 21 | artifactImage: onap/multicloud/framework-artifactbroker:1.7.2 |
Kiran Kamineni | 60f7247 | 2018-12-18 13:30:38 -0800 | [diff] [blame] | 22 | prometheus: |
| 23 | enabled: false |
Sylvain Desbureaux | a1f9301 | 2019-12-09 11:43:47 +0100 | [diff] [blame] | 24 | persistence: {} |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 25 | centralizedLoggingEnabled: true |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 26 | |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 27 | ################################################################# |
| 28 | # Application configuration defaults. |
| 29 | ################################################################# |
| 30 | # application image |
Bin Yang | da0a171 | 2021-09-14 10:04:16 +0800 | [diff] [blame] | 31 | image: onap/multicloud/framework:1.7.1 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 32 | pullPolicy: Always |
| 33 | |
Huabing Zhao | 8957780 | 2018-07-30 09:41:17 +0000 | [diff] [blame] | 34 | #Istio sidecar injection policy |
| 35 | istioSidecar: true |
| 36 | |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 37 | multicloud-fcaps: |
| 38 | enabled: true |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 39 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 40 | multicloud-k8s: |
| 41 | enabled: true |
| 42 | multicloud-pike: |
| 43 | enabled: true |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 44 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 45 | multicloud-prometheus: |
| 46 | enabled: false |
| 47 | multicloud-starlingx: |
morganrol | 3ce2c6e | 2021-06-21 17:45:39 +0200 | [diff] [blame] | 48 | enabled: false |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 49 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 50 | multicloud-vio: |
morganrol | 3ce2c6e | 2021-06-21 17:45:39 +0200 | [diff] [blame] | 51 | enabled: false |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 52 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 53 | multicloud-windriver: |
morganrol | 3ce2c6e | 2021-06-21 17:45:39 +0200 | [diff] [blame] | 54 | enabled: false |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 55 | logConfigMapNamePrefix: '{{ include "common.release" . }}-multicloud' |
Sylvain Desbureaux | 37dc40c | 2020-11-21 22:46:57 +0100 | [diff] [blame] | 56 | |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 57 | # application configuration |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 58 | config: |
Bin Yang | 2e5ecc3 | 2020-01-23 02:46:07 +0000 | [diff] [blame] | 59 | ssl_enabled: true |
| 60 | msbprotocol: https |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 61 | msbgateway: msb-iag |
Bin Yang | 2e5ecc3 | 2020-01-23 02:46:07 +0000 | [diff] [blame] | 62 | msbPort: 443 |
BorislavG | 5f3b619 | 2018-03-25 18:12:38 +0300 | [diff] [blame] | 63 | logstashServiceName: log-ls |
| 64 | logstashPort: 5044 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 65 | aai: |
| 66 | port: 8443 |
Bin Yang | 4884afa | 2018-05-23 18:30:31 +0000 | [diff] [blame] | 67 | schemaVersion: v13 |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 68 | username: AAI |
| 69 | password: AAI |
| 70 | |
| 71 | # default number of instances |
| 72 | replicaCount: 1 |
| 73 | |
| 74 | nodeSelector: {} |
| 75 | |
| 76 | affinity: {} |
| 77 | |
| 78 | # probe configuration parameters |
| 79 | liveness: |
| 80 | initialDelaySeconds: 30 |
| 81 | periodSeconds: 10 |
| 82 | timeoutSeconds: 10 |
| 83 | successThreshold: 1 |
| 84 | failureThreshold: 5 |
| 85 | enabled: true |
| 86 | |
| 87 | service: |
Bin Yang | 9ea6b40 | 2019-05-08 02:09:38 +0000 | [diff] [blame] | 88 | type: ClusterIP |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 89 | name: multicloud |
Bin Yang | 0c54f18 | 2018-10-09 03:27:40 +0000 | [diff] [blame] | 90 | portName: multicloud-framework |
kj | 41ef22e | 2018-04-02 13:34:07 +0300 | [diff] [blame] | 91 | externalPort: 9001 |
| 92 | internalPort: 9001 |
| 93 | nodePort: 91 |
| 94 | |
| 95 | ingress: |
| 96 | enabled: false |
| 97 | |
Mukul | 62927a1 | 2018-09-11 11:42:00 +0000 | [diff] [blame] | 98 | # Resource Limit flavor -By Default using small |
| 99 | flavor: small |
| 100 | # Segregation for Different environment (Small and Large) |
| 101 | resources: |
| 102 | small: |
| 103 | limits: |
| 104 | cpu: 1 |
| 105 | memory: 4Gi |
| 106 | requests: |
| 107 | cpu: 10m |
| 108 | memory: 1Gi |
| 109 | large: |
| 110 | limits: |
| 111 | cpu: 2 |
| 112 | memory: 8Gi |
| 113 | requests: |
| 114 | cpu: 20m |
| 115 | memory: 2Gi |
Bin Yang | 0c54f18 | 2018-10-09 03:27:40 +0000 | [diff] [blame] | 116 | unlimited: {} |
farida azmy | 7251355 | 2021-10-12 18:55:21 +0200 | [diff] [blame] | 117 | |
| 118 | #Pods Service Account |
| 119 | serviceAccount: |
| 120 | nameOverride: multicloud |
| 121 | roles: |
| 122 | - read |
Maciej Wereski | 989c91c | 2021-11-17 16:45:14 +0100 | [diff] [blame] | 123 | |
| 124 | #Log configuration |
| 125 | log: |
| 126 | path: /var/log/onap |