blob: edc19f5fc4570a4c581503ded8947c7903c33fc7 [file] [log] [blame]
Gary Wue5ea3512018-04-17 07:56:59 -07001# Copyright © 2017 Amdocs, Bell Canada
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.
14
15# This override file is useful to test one or more subcharts.
16# It overrides the default ONAP parent chart behaviour to deploy
17# all of ONAP.
18#
19# Example use to enable a single subchart (from this directory):
20#
21# helm install local/onap -n onap --namespace onap -f disable-allcharts.yaml --set so.enabled=true
22
23
24#################################################################
25# Global configuration overrides.
26#
27# These overrides will affect all helm charts (ie. applications)
28# that are listed below and are 'enabled'.
29#################################################################
30global:
31 # Change to an unused port prefix range to prevent port conflicts
32 # with other instances running within the same k8s cluster
33 nodePortPrefix: 302
34
35 # image pull policy
36 pullPolicy: Always
37
38 # default mount path root directory referenced
39 # by persistent volumes and log files
40# persistence:
41# mountPath: /onapdata
42
43#################################################################
44# Enable/disable and configure helm charts (ie. applications)
45# to customize the ONAP deployment.
46#################################################################
47aaf:
48 enabled: true
49aai:
50 enabled: true
51 # aai subchart image overrides
52 aai-champ:
53 image: onap/champ:1.2-STAGING-latest
54 aai-data-router:
55 image: onap/data-router:1.2-STAGING-latest
56 aai-modelloader:
57 image: onap/model-loader:1.2-STAGING-latest
58 aai-resources:
59 image: onap/aai-resources:1.2-STAGING-latest
60 aai-search-data:
61 image: onap/search-data-service:1.2-STAGING-latest
62 aai-sparky-be:
63 image: onap/sparky-be:1.2-STAGING-latest
64 aai-traveral:
65 image: onap/aai-traversal:1.2-STAGING-latest
66appc:
67 enabled: false
68clamp:
69 enabled: true
70cli:
71 enabled: true
72consul:
73 enabled: true
74dcaegen2:
75 enabled: false
76esr:
77 enabled: true
78 # esr parent chart (server) image override
79 image: onap/aai/esr-server:1.1.0-SNAPSHOT
80 # esr subchart omage override
81 esr-gui:
82 image: onap/aai/esr-gui:1.1.0-SNAPSHOT
83log:
84 enabled: true
85message-router:
86 enabled: true
87# kafka:
88# repositoryOverride: docker.io
89# image: wurstmeister/kafka:latest
90mock:
91 enabled: true
92msb:
93 enabled: true
94multicloud:
95 enabled: true
96policy:
97 enabled: true
98portal:
99 enabled: true
100robot:
101 enabled: true
102# config:
103 # openstack configuration
104# openStackUserName: "demo"
105# openStackRegion: "RegionOne"
106# openStackKeyStoneUrl: "http://10.12.25.2:5000"
107# openStackServiceTenantName: "service"
108# openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
109sdc:
110 enabled: true
111sdnc:
112 enabled: true
113so:
114 enabled: true
115 # so server configuration
116 config:
117 # openstack configuration
118 openStackUserName: "demo"
119 openStackRegion: "RegionOne"
120 openStackKeyStoneUrl: "http://10.12.25.2:5000"
121 openStackServiceTenantName: "service"
122 openStackEncryptedPasswordHere: "bbaef6cd76625ab9eb60deedeae7dbb9"
123
124uui:
125 enabled: true
126vfc:
127 enabled: true
128vid:
129 enabled: true
130vnfsdk:
131 enabled: true