blob: b16354e9c4fda5bdbb22b2bf6d2c841023e32de5 [file] [log] [blame]
Petr Ospalý81001232019-01-02 15:52:24 +01001# 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#################################################################
16# Global configuration overrides.
17#
18# These overrides will affect all helm charts (ie. applications)
19# that are listed below and are 'enabled'.
20#################################################################
21global:
22 # Change to an unused port prefix range to prevent port conflicts
23 # with other instances running within the same k8s cluster
24 nodePortPrefix: 302
25
26 # ONAP Repository
27 # Uncomment the following to enable the use of a single docker
28 # repository but ONLY if your repository mirrors all ONAP
29 # docker images. This includes all images from dockerhub and
30 # any other repository that hosts images for ONAP components.
31 #repository: nexus3.onap.org:10001
32 repositoryCred:
33 user: docker
34 password: docker
35
36 # readiness check - temporary repo until images migrated to nexus3
37 readinessRepository: oomk8s
38 # logging agent - temporary repo until images migrated to nexus3
39 loggingRepository: docker.elastic.co
40
41 # image pull policy
42 #pullPolicy: Always
43 pullPolicy: IfNotPresent
44
45 # default mount path root directory referenced
46 # by persistent volumes and log files
47 persistence:
48 mountPath: /dockerdata-nfs
49
50 # flag to enable debugging - application support required
51 debugEnabled: false
52
53# Repository for creation of nexus3.onap.org secret
54repository: nexus3.onap.org:10001
55
56
57#################################################################
58# Enable/disable and configure helm charts (ie. applications)
59# to customize the ONAP deployment.
60#################################################################
61aaf:
62 enabled: true
63aai:
64 enabled: true
65appc:
66 enabled: true
67 config:
68 openStackType: OpenStackProvider
69 openStackName: OpenStack
70 openStackKeyStoneUrl: FILL-ME
71 openStackServiceTenantName: FILL-ME
72 openStackDomain: FILL-ME
73 openStackUserName: FILL-ME
74 openStackEncryptedPassword: FILL-ME
75clamp:
76 enabled: true
77cli:
78 enabled: true
79consul:
80 enabled: true
81dcaegen2:
82 enabled: true
83dmaap:
84 enabled: true
85esr:
86 enabled: true
87log:
88 enabled: true
89sniro-emulator:
90 enabled: true
91oof:
92 enabled: true
93msb:
94 enabled: true
95multicloud:
96 enabled: true
97nbi:
98 enabled: true
99 config:
100 # openstack configuration
101 openStackUserName: "FILL-ME"
102 openStackRegion: "FILL-ME"
103 openStackKeyStoneUrl: "FILL-ME"
104 openStackServiceTenantName: "FILL-ME"
105 openStackEncryptedPasswordHere: "FILL-ME"
106policy:
107 enabled: true
108portal:
109 enabled: true
110robot:
111 enabled: true
112sdc:
113 enabled: true
114sdnc:
115 enabled: true
116
117 replicaCount: 1
118
119 config:
120 enableClustering: false
121
122 mysql:
123 disableNfsProvisioner: true
124 replicaCount: 1
125so:
126 enabled: true
127
128 replicaCount: 1
129
130 liveness:
131 # necessary to disable liveness probe when setting breakpoints
132 # in debugger so K8s doesn't restart unresponsive container
133 enabled: true
134
135 # so server configuration
136 config:
137 # message router configuration
138 dmaapTopic: "AUTO"
139 # openstack configuration
140 openStackUserName: "FILL-ME"
141 openStackRegion: "FILL-ME"
142 openStackKeyStoneUrl: "FILL-ME"
143 openStackServiceTenantName: "FILL-ME"
144 openStackEncryptedPasswordHere: "FILL-ME"
145
146 # configure embedded mariadb
147 mariadb:
148 config:
149 mariadbRootPassword: password
150uui:
151 enabled: true
152vfc:
153 enabled: true
154vid:
155 enabled: true
156vnfsdk:
157 enabled: true
158