Add cassandra to all override files
[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   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
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-nfs
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   aai-cassandra:
59     replicaCount: 1
60 appc:
61   enabled: false
62 cassandra:
63   enabled: false
64   replicaCount: 1
65 clamp:
66   enabled: false
67 cli:
68   enabled: false
69 consul:
70   enabled: false
71 contrib:
72   enabled: false
73 dcaegen2:
74   enabled: false
75 dmaap:
76   enabled: false
77 esr:
78   enabled: false
79 log:
80   enabled: false
81   log-logstash:
82     replicaCount: 1
83 sniro-emulator:
84   enabled: false
85 oof:
86   enabled: false
87 mariadb-galera:
88   enabled: false
89 msb:
90   enabled: false
91 multicloud:
92   enabled: false
93 nbi:
94   enabled: false
95 policy:
96   enabled: false
97 pomba:
98   enabled: false
99 portal:
100   enabled: false
101 robot:
102   enabled: true
103 sdc:
104   enabled: false
105 sdnc:
106   enabled: false
107
108   replicaCount: 1
109
110   mysql:
111     replicaCount: 1
112 so:
113   enabled: false
114
115   replicaCount: 1
116
117   liveness:
118     # necessary to disable liveness probe when setting breakpoints
119     # in debugger so K8s doesn't restart unresponsive container
120     enabled: true
121
122   # so server configuration
123   config:
124     # message router configuration
125     dmaapTopic: "AUTO"
126     # openstack configuration
127     openStackUserName: "vnf_user"
128     openStackRegion: "RegionOne"
129     openStackKeyStoneUrl: "http://1.2.3.4:5000"
130     openStackServiceTenantName: "service"
131     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
132
133   # configure embedded mariadb
134   mariadb:
135     config:
136       mariadbRootPassword: password
137 uui:
138   enabled: false
139 vfc:
140   enabled: false
141 vid:
142   enabled: false
143 vnfsdk:
144   enabled: false