Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / onap / values.yaml
1 # 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 #################################################################
21 global:
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   nodePortPrefixExt: 304
26
27   # ONAP Repository
28   # Uncomment the following to enable the use of a single docker
29   # repository but ONLY if your repository mirrors all ONAP
30   # docker images. This includes all images from dockerhub and
31   # any other repository that hosts images for ONAP components.
32   #repository: nexus3.onap.org:10001
33   repositoryCred:
34     user: docker
35     password: docker
36
37   # readiness check - temporary repo until images migrated to nexus3
38   readinessRepository: oomk8s
39   # logging agent - temporary repo until images migrated to nexus3
40   loggingRepository: docker.elastic.co
41
42   # image pull policy
43   pullPolicy: Always
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
54 repository: nexus3.onap.org:10001
55
56
57 #################################################################
58 # Enable/disable and configure helm charts (ie. applications)
59 # to customize the ONAP deployment.
60 #################################################################
61 aaf:
62   enabled: true
63 aai:
64   enabled: true
65 appc:
66   enabled: true
67   config:
68     openStackType: OpenStackProvider
69     openStackName: OpenStack
70     openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
71     openStackServiceTenantName: default
72     openStackDomain: default
73     openStackUserName: admin
74     openStackEncryptedPassword: admin
75 clamp:
76   enabled: true
77 cli:
78   enabled: true
79 consul:
80   enabled: true
81 contrib:
82   enabled: true
83 dcaegen2:
84   enabled: true
85 dmaap:
86   enabled: true
87 esr:
88   enabled: true
89 log:
90   enabled: true
91 sniro-emulator:
92   enabled: true
93 oof:
94   enabled: true
95 msb:
96   enabled: true
97 multicloud:
98   enabled: true
99 nbi:
100   enabled: true
101   config:
102     # openstack configuration
103     openStackRegion: "Yolo"
104     openStackVNFTenantId: "1234"
105 policy:
106   enabled: true
107 pomba:
108   enabled: true
109 portal:
110   enabled: true
111 robot:
112   enabled: true
113   config:
114 # openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
115     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
116 sdc:
117   enabled: true
118 sdnc:
119   enabled: true
120
121   replicaCount: 1
122
123   mysql:
124     replicaCount: 1
125 so:
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: "vnf_user"
141     openStackRegion: "RegionOne"
142     openStackKeyStoneUrl: "http://1.2.3.4:5000"
143     openStackServiceTenantName: "service"
144     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
145
146   # configure embedded mariadb
147   mariadb:
148     config:
149       mariadbRootPassword: password
150 uui:
151   enabled: true
152 vfc:
153   enabled: true
154 vid:
155   enabled: true
156 vnfsdk:
157   enabled: true