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