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