Merge "pdp-x range in pap config not to skip -2"
[oom.git] / kubernetes / onap / values.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   repositoryCred:
33     user: docker
34     password: docker
35
36   # readiness check - temporary repo until images migrated to nexus3
37   readinessRepository: oomk8s
38   # logging agent - temporary repo until images migrated to nexus3
39   loggingRepository: docker.elastic.co
40
41   # image pull policy
42   pullPolicy: Always
43
44   # default mount path root directory referenced
45   # by persistent volumes and log files
46   persistence:
47     mountPath: /dockerdata-nfs
48
49   # flag to enable debugging - application support required
50   debugEnabled: false
51
52 # Repository for creation of nexus3.onap.org secret
53 repository: nexus3.onap.org:10001
54
55
56 #################################################################
57 # Enable/disable and configure helm charts (ie. applications)
58 # to customize the ONAP deployment.
59 #################################################################
60 aaf:
61   enabled: true
62 aai:
63   enabled: true
64 appc:
65   enabled: true
66   config:
67     openStackType: OpenStackProvider
68     openStackName: OpenStack
69     openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
70     openStackServiceTenantName: default
71     openStackDomain: default
72     openStackUserName: admin
73     openStackEncryptedPassword: admin
74 clamp:
75   enabled: true
76 cli:
77   enabled: true
78 consul:
79   enabled: true
80 dcaegen2:
81   enabled: true
82 dmaap:
83   enabled: true
84 esr:
85   enabled: true
86 log:
87   enabled: true
88 sniro-emulator:
89   enabled: true
90 oof:
91   enabled: true
92 msb:
93   enabled: true
94 multicloud:
95   enabled: true
96 nbi:
97   enabled: true
98   config:
99     # openstack configuration
100     openStackUserName: "vnf_user"
101     openStackRegion: "Yolo"
102     openStackKeyStoneUrl: "http://1.2.3.4:5000"
103     openStackServiceTenantName: "service"
104     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
105 policy:
106   enabled: true
107 portal:
108   enabled: true
109 robot:
110   enabled: true
111 sdc:
112   enabled: true
113 sdnc:
114   enabled: true
115
116   replicaCount: 1
117
118   config:
119     enableClustering: false
120
121   mysql:
122     disableNfsProvisioner: true
123     replicaCount: 1
124 so:
125   enabled: true
126
127   replicaCount: 1
128
129   liveness:
130     # necessary to disable liveness probe when setting breakpoints
131     # in debugger so K8s doesn't restart unresponsive container
132     enabled: true
133
134   # so server configuration
135   config:
136     # message router configuration
137     dmaapTopic: "AUTO"
138     # openstack configuration
139     openStackUserName: "vnf_user"
140     openStackRegion: "RegionOne"
141     openStackKeyStoneUrl: "http://1.2.3.4:5000"
142     openStackServiceTenantName: "service"
143     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
144
145   # configure embedded mariadb
146   mariadb:
147     config:
148       mariadbRootPassword: password
149 uui:
150   enabled: true
151 vfc:
152   enabled: true
153 vid:
154   enabled: true
155 vnfsdk:
156   enabled: true