Merge "Update mysql configuration file to change sql_mode"
[oom.git] / kubernetes / onap / resources / environments / dev.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
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   #repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
33
34   # readiness check - temporary repo until images migrated to nexus3
35   readinessRepository: oomk8s
36   # logging agent - temporary repo until images migrated to nexus3
37   loggingRepository: docker.elastic.co
38
39   # image pull policy
40   pullPolicy: IfNotPresent
41
42   # override default mount path root directory
43   # referenced by persistent volumes and log files
44   persistence:
45     mountPath: /dockerdata
46
47   # flag to enable debugging - application support required
48   debugEnabled: true
49
50 #################################################################
51 # Enable/disable and configure helm charts (ie. applications)
52 # to customize the ONAP deployment.
53 #################################################################
54 aaf:
55   enabled: false
56 aai:
57   enabled: false
58 appc:
59   enabled: false
60 clamp:
61   enabled: true
62 cli:
63   enabled: false
64 consul:
65   enabled: false
66 dcaegen2:
67   enabled: false
68 dmaap:
69   enabled: false
70 esr:
71   enabled: false
72 log:
73   enabled: false
74 mock:
75   enabled: false
76 oof:
77   enabled: false
78 msb:
79   enabled: false
80 multicloud:
81   enabled: false
82 policy:
83   enabled: false
84 portal:
85   enabled: false
86 robot:
87   enabled: true
88 sdc:
89   enabled: false
90 sdnc:
91   enabled: false
92
93   replicaCount: 1
94
95   config:
96     enableClustering: false
97
98   mysql:
99     disableNfsProvisioner: false
100     replicaCount: 1
101 so:
102   enabled: true
103
104   replicaCount: 1
105
106   liveness:
107     # necessary to disable liveness probe when setting breakpoints
108     # in debugger so K8s doesn't restart unresponsive container
109     enabled: true
110
111   # so server configuration
112   config:
113     # message router configuration
114     dmaapTopic: "AUTO"
115     # openstack configuration
116     openStackUserName: "vnf_user"
117     openStackRegion: "RegionOne"
118     openStackKeyStoneUrl: "http://1.2.3.4:5000"
119     openStackServiceTenantName: "service"
120     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
121
122   # configure embedded mariadb
123   mariadb:
124     config:
125       mariadbRootPassword: password
126 uui:
127   enabled: false
128 vfc:
129   enabled: false
130 vid:
131   enabled: false
132 vnfsdk:
133   enabled: false