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