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