diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-05-08 19:42:53 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2019-05-08 19:43:44 -0400 |
commit | 980eaa938bdf125e20797601f4eae125a37dfd0b (patch) | |
tree | b7c360a97ff5de7c86e67d108fd10ef7993e3a3f /kubernetes/onap/resources/overrides/onap-vfw.yaml | |
parent | defe9ad0c9e20bd49fb99f31931d867c33a7827b (diff) |
Update overrides to support docs
Change-Id: I2a0428bfec238231b299c9f35364979b116a5d67
Issue-ID: OOM-1598
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/onap/resources/overrides/onap-vfw.yaml')
-rw-r--r-- | kubernetes/onap/resources/overrides/onap-vfw.yaml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/kubernetes/onap/resources/overrides/onap-vfw.yaml b/kubernetes/onap/resources/overrides/onap-vfw.yaml new file mode 100644 index 0000000000..323961fba3 --- /dev/null +++ b/kubernetes/onap/resources/overrides/onap-vfw.yaml @@ -0,0 +1,55 @@ +# Copyright © 2019 Amdocs, Bell Canada +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +################################################################### +# This override file enables ONAP Application helm charts for the +# vFW use case. +################################################################### +cassandra: + enabled: true +mariadb-galera: + enabled: true + +aaf: + enabled: true +aai: + enabled: true +appc: + enabled: true +clamp: + enabled: true +consul: + enabled: true +dcaegen2: + enabled: true +dmaap: + enabled: true +log: + enabled: true +oof: + enabled: true +msb: + enabled: true +policy: + enabled: true +portal: + enabled: true +robot: + enabled: true +sdc: + enabled: true +sdnc: + enabled: true +so: + enabled: true
\ No newline at end of file |