28b33fcc6df3538cff7fd33309bb082257bc03e7
[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   repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
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: Always
41
42   # default mount path root directory referenced
43   # by persistent volumes and log files
44   persistence:
45     mountPath: /dockerdata-nfs
46
47   # flag to enable debugging - application support required
48   debugEnabled: false
49
50
51 #################################################################
52 # Enable/disable and configure helm charts (ie. applications)
53 # to customize the ONAP deployment.
54 #################################################################
55 aaf:
56   enabled: true
57 aai:
58   enabled: true
59 appc:
60   enabled: true
61   config:
62     openStackType: OpenStackProvider
63     openStackName: OpenStack
64     openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
65     openStackServiceTenantName: default
66     openStackDomain: default
67     openStackUserName: admin
68     openStackEncryptedPassword: admin
69 clamp:
70   enabled: true
71 cli:
72   enabled: true
73 consul:
74   enabled: true
75 dcaegen2:
76   enabled: true
77 dmaap:
78   enabled: true
79 esr:
80   enabled: true
81 log:
82   enabled: true
83 message-router:
84   enabled: true
85 mock:
86   enabled: true
87 oof:
88   enabled: true
89 msb:
90   enabled: true
91 multicloud:
92   enabled: true
93 policy:
94   enabled: true
95 portal:
96   enabled: true
97 robot:
98   enabled: true
99 sdc:
100   enabled: true
101 sdnc:
102   enabled: true
103
104   replicaCount: 1
105
106   config:
107     enableClustering: false
108
109   mysql:
110     disableNfsProvisioner: true
111     replicaCount: 1
112 so:
113   enabled: true
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: true
139 vfc:
140   enabled: true
141 vid:
142   enabled: true
143 vnfsdk:
144   enabled: true