blob: 31c28fe41a256d4f873b7dcb88ed20c7f5a74e2e [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
Gary Wu19c81b42018-04-17 11:35:48 -070035 # windriver local nexus proxy - nexus3 default
36 repository: 10.12.5.2:5000
Gary Wue5ea3512018-04-17 07:56:59 -070037 # image pull policy
Gary Wu19c81b42018-04-17 11:35:48 -070038 #pullPolicy: Always
39 pullPolicy: IfNotPresent
40
Gary Wue5ea3512018-04-17 07:56:59 -070041
42 # default mount path root directory referenced
43 # by persistent volumes and log files
44# persistence:
45# mountPath: /onapdata
46
47#################################################################
48# Enable/disable and configure helm charts (ie. applications)
49# to customize the ONAP deployment.
50#################################################################
51aaf:
52 enabled: true
53aai:
54 enabled: true
55 # aai subchart image overrides
56 aai-champ:
57 image: onap/champ:1.2-STAGING-latest
58 aai-data-router:
59 image: onap/data-router:1.2-STAGING-latest
60 aai-modelloader:
61 image: onap/model-loader:1.2-STAGING-latest
62 aai-resources:
63 image: onap/aai-resources:1.2-STAGING-latest
64 aai-search-data:
65 image: onap/search-data-service:1.2-STAGING-latest
66 aai-sparky-be:
67 image: onap/sparky-be:1.2-STAGING-latest
68 aai-traveral:
69 image: onap/aai-traversal:1.2-STAGING-latest
70appc:
71 enabled: false
72clamp:
73 enabled: true
74cli:
75 enabled: true
76consul:
77 enabled: true
78dcaegen2:
79 enabled: false
80esr:
81 enabled: true
82 # esr parent chart (server) image override
83 image: onap/aai/esr-server:1.1.0-SNAPSHOT
84 # esr subchart omage override
85 esr-gui:
86 image: onap/aai/esr-gui:1.1.0-SNAPSHOT
87log:
88 enabled: true
89message-router:
90 enabled: true
91# kafka:
92# repositoryOverride: docker.io
93# image: wurstmeister/kafka:latest
94mock:
95 enabled: true
96msb:
97 enabled: true
98multicloud:
99 enabled: true
100policy:
101 enabled: true
102portal:
103 enabled: true
104robot:
105 enabled: true
Gary Wu19c81b42018-04-17 11:35:48 -0700106 #pullPolicy: Always
Gary Wue5ea3512018-04-17 07:56:59 -0700107# config:
108 # openstack configuration
109# openStackUserName: "demo"
110# openStackRegion: "RegionOne"
111# openStackKeyStoneUrl: "http://10.12.25.2:5000"
112# openStackServiceTenantName: "service"
113# openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
114sdc:
115 enabled: true
116sdnc:
117 enabled: true
118so:
119 enabled: true
120 # so server configuration
121 config:
122 # openstack configuration
123 openStackUserName: "demo"
124 openStackRegion: "RegionOne"
125 openStackKeyStoneUrl: "http://10.12.25.2:5000"
126 openStackServiceTenantName: "service"
127 openStackEncryptedPasswordHere: "bbaef6cd76625ab9eb60deedeae7dbb9"
128
129uui:
130 enabled: true
131vfc:
132 enabled: true
133vid:
134 enabled: true
135vnfsdk:
136 enabled: true