[DCAE] Remove platform charts and overrides
[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 log:
106   enabled: true
107 sniro-emulator:
108   enabled: false
109 oof:
110   enabled: true
111 mariadb-galera:
112   enabled: true
113 msb:
114   enabled: true
115 multicloud:
116   enabled: false
117 nbi:
118   enabled: true
119   config:
120     # openstack configuration
121     openStackRegion: "Yolo"
122     openStackVNFTenantId: "1234"
123 policy:
124   enabled: true
125 pomba:
126   enabled: false
127 portal:
128   enabled: true
129 robot:
130   enabled: true
131   config:
132     # openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment
133     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
134 sdc:
135   enabled: true
136 sdnc:
137   enabled: false
138
139   replicaCount: 1
140
141   mysql:
142     replicaCount: 1
143 so:
144   enabled: true
145
146   replicaCount: 1
147
148   liveness:
149     # necessary to disable liveness probe when setting breakpoints
150     # in debugger so K8s doesn't restart unresponsive container
151     enabled: false
152
153   # so server configuration
154   config:
155     # message router configuration
156     dmaapTopic: "AUTO"
157     # openstack configuration
158     openStackUserName: "vnf_user"
159     openStackRegion: "RegionOne"
160     openStackKeyStoneUrl: "http://1.2.3.4:5000"
161     openStackServiceTenantName: "service"
162     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
163
164 uui:
165   enabled: true
166 vfc:
167   enabled: false
168 vid:
169   enabled: false
170 vnfsdk:
171   enabled: false
172 modeling:
173   enabled: false