506dd4f7fe01ee7a57b25d4a8c61436ba3e9d7cb
[oom.git] / kubernetes / onap / resources / overrides / onap-5g-network-slicing.yaml
1 # Copyright © 2019 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
38   readinessImage: onap/oom/readiness:3.0.1
39
40   # logging agent - temporary repo until images migrated to nexus3
41   loggingRepository: docker.elastic.co
42
43   # image pull policy
44   pullPolicy: IfNotPresent
45
46   # default mount path root directory referenced
47   # by persistent volumes and log files
48   persistence:
49     mountPath: /dockerdata-nfs
50     enableDefaultStorageclass: false
51     parameters: {}
52     storageclassProvisioner: kubernetes.io/no-provisioner
53     volumeReclaimPolicy: Retain
54
55   # override default resource limit flavor for all charts
56   flavor: small
57
58   # flag to enable debugging - application support required
59   debugEnabled: false
60
61   #Global ingress configuration
62   ingress:
63     enabled: false
64     virtualhost:
65         enabled: true
66         baseurl: "simpledemo.onap.org"
67 #################################################################
68 # Enable/disable and configure helm charts (ie. applications)
69 # to customize the ONAP deployment.
70 #################################################################
71 aaf:
72   enabled: true
73 aai:
74   enabled: true
75 appc:
76   enabled: false
77   config:
78     openStackType: OpenStackProvider
79     openStackName: OpenStack
80     openStackKeyStoneUrl: http://localhost:8181/apidoc/explorer/index.html
81     openStackServiceTenantName: default
82     openStackDomain: default
83     openStackUserName: admin
84     openStackEncryptedPassword: admin
85 cassandra:
86   enabled: true
87 cds:
88   enabled: true
89 clamp:
90   enabled: false
91 cli:
92   enabled: false
93 consul:
94   enabled: false
95 contrib:
96   enabled: false
97 cps:
98   enabled: false
99 dcaegen2-services:
100   enabled: false
101 holmes:
102   enabled: false
103 dmaap:
104   enabled: true
105   message-router:
106     enabled: true
107   dmaap-bc:
108     enabled: false
109   dmaap-dr-prov:
110     enabled: false
111   dmaap-dr-node:
112     enabled: false
113 log:
114   enabled: true
115 sniro-emulator:
116   enabled: false
117 oof:
118   enabled: true
119 mariadb-galera:
120   enabled: true
121 msb:
122   enabled: true
123 multicloud:
124   enabled: false
125 nbi:
126   enabled: true
127   config:
128     # openstack configuration
129     openStackRegion: "Yolo"
130     openStackVNFTenantId: "1234"
131 policy:
132   enabled: true
133 pomba:
134   enabled: false
135 portal:
136   enabled: true
137 robot:
138   enabled: true
139   config:
140     # openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
141     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
142 sdc:
143   enabled: true
144 sdnc:
145   enabled: false
146
147   replicaCount: 1
148
149   mysql:
150     replicaCount: 1
151 so:
152   enabled: true
153
154   replicaCount: 1
155
156   liveness:
157     # necessary to disable liveness probe when setting breakpoints
158     # in debugger so K8s doesn't restart unresponsive container
159     enabled: false
160
161   # so server configuration
162   config:
163     # message router configuration
164     dmaapTopic: "AUTO"
165     # openstack configuration
166     openStackUserName: "vnf_user"
167     openStackRegion: "RegionOne"
168     openStackKeyStoneUrl: "http://1.2.3.4:5000"
169     openStackServiceTenantName: "service"
170     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
171
172 strimzi:
173   enabled: true
174   strimzi-kafka-bridge:
175     enabled: false
176 uui:
177   enabled: true
178 vfc:
179   enabled: false
180 vid:
181   enabled: false
182 vnfsdk:
183   enabled: false
184 modeling:
185   enabled: false