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