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