Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 1 | # Copyright © 2019 Amdocs, Bell Canada |
Lathish | 818ee5d | 2020-08-26 13:45:03 +0100 | [diff] [blame] | 2 | # Copyright (c) 2020 Nordix Foundation, Modifications |
Maciej Malewski | 955e39d | 2020-08-27 10:43:09 +0200 | [diff] [blame] | 3 | # Modifications Copyright © 2020 Nokia |
Abdelmuhaimen Seaudi | 988aeed | 2021-09-23 21:11:44 +0000 | [diff] [blame] | 4 | # Modifications Copyright © 2021 Orange |
Maciej Malewski | 955e39d | 2020-08-27 10:43:09 +0200 | [diff] [blame] | 5 | # |
Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | # you may not use this file except in compliance with the License. |
| 8 | # You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, software |
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | # See the License for the specific language governing permissions and |
| 16 | # limitations under the License. |
| 17 | |
| 18 | ################################################################### |
| 19 | # This override file enables helm charts for all ONAP applications. |
| 20 | ################################################################### |
Sylvain Desbureaux | d1ca1ee | 2020-04-07 14:52:20 +0200 | [diff] [blame] | 21 | global: |
| 22 | addTestingComponents: &testing true |
Sylvain Desbureaux | f2556fe | 2020-04-22 10:35:14 +0200 | [diff] [blame] | 23 | centralizedLoggingEnabled: ¢ralizedLogging false |
Mike Elliott | 980eaa9 | 2019-05-08 19:42:53 -0400 | [diff] [blame] | 24 | cassandra: |
| 25 | enabled: true |
| 26 | mariadb-galera: |
| 27 | enabled: true |
Abdelmuhaimen Seaudi | 988aeed | 2021-09-23 21:11:44 +0000 | [diff] [blame] | 28 | postgres: |
| 29 | enabled: true |
Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 30 | aaf: |
| 31 | enabled: true |
| 32 | aai: |
| 33 | enabled: true |
| 34 | appc: |
Sylvain Desbureaux | 0e34d2d | 2021-06-21 15:55:52 +0200 | [diff] [blame] | 35 | enabled: false |
Abdelmuhaimen Seaudi | f487c95 | 2019-09-03 17:45:29 +0000 | [diff] [blame] | 36 | cds: |
| 37 | enabled: true |
Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 38 | clamp: |
| 39 | enabled: true |
| 40 | cli: |
| 41 | enabled: true |
Sylvain Desbureaux | d1ca1ee | 2020-04-07 14:52:20 +0200 | [diff] [blame] | 42 | # Today, "contrib" chart that hosting these components must also be enabled |
| 43 | # in order to make it work. So `contrib.enabled` must have the same value than |
| 44 | # addTestingComponents |
Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 45 | contrib: |
Sylvain Desbureaux | d1ca1ee | 2020-04-07 14:52:20 +0200 | [diff] [blame] | 46 | enabled: *testing |
| 47 | consul: |
Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 48 | enabled: true |
puthuparambil.aditya | 7625e52 | 2021-01-22 22:01:50 +0100 | [diff] [blame] | 49 | cps: |
| 50 | enabled: true |
Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 51 | dcaegen2: |
| 52 | enabled: true |
Jack Lucas | d41dbdb | 2021-02-16 11:07:28 -0500 | [diff] [blame] | 53 | dcaegen2-services: |
| 54 | enabled: true |
Jack Lucas | 7723ffe | 2020-02-13 17:19:01 -0500 | [diff] [blame] | 55 | dcaemod: |
| 56 | enabled: true |
GuangrongFu | cc1316b | 2021-02-03 17:29:08 +0800 | [diff] [blame] | 57 | holmes: |
| 58 | enabled: true |
Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 59 | dmaap: |
| 60 | enabled: true |
Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 61 | oof: |
| 62 | enabled: true |
| 63 | msb: |
| 64 | enabled: true |
| 65 | multicloud: |
| 66 | enabled: true |
| 67 | nbi: |
| 68 | enabled: true |
| 69 | policy: |
| 70 | enabled: true |
Mike Elliott | ac281bd | 2019-03-02 09:46:25 -0500 | [diff] [blame] | 71 | portal: |
| 72 | enabled: true |
| 73 | robot: |
| 74 | enabled: true |
| 75 | sdc: |
| 76 | enabled: true |
| 77 | sdnc: |
| 78 | enabled: true |
| 79 | so: |
| 80 | enabled: true |
| 81 | uui: |
| 82 | enabled: true |
| 83 | vfc: |
| 84 | enabled: true |
| 85 | vid: |
| 86 | enabled: true |
| 87 | vnfsdk: |
| 88 | enabled: true |
Tomáš Levora | 1a5407b | 2019-07-01 14:02:44 +0200 | [diff] [blame] | 89 | modeling: |
| 90 | enabled: true |
Maciej Malewski | 955e39d | 2020-08-27 10:43:09 +0200 | [diff] [blame] | 91 | platform: |
| 92 | enabled: true |
Lathish | 818ee5d | 2020-08-26 13:45:03 +0100 | [diff] [blame] | 93 | a1policymanagement: |
Jan Malkiewicz | 08cf711 | 2020-12-17 15:02:33 +0100 | [diff] [blame] | 94 | enabled: true |