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