Merge "[AAI] Add model-loader tracing config"
[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:6.0.3
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 aai:
72   enabled: true
73 cassandra:
74   enabled: true
75 cds:
76   enabled: true
77 cli:
78   enabled: false
79 cps:
80   enabled: false
81 dcaegen2-services:
82   enabled: false
83 holmes:
84   enabled: false
85 dmaap:
86   enabled: true
87   message-router:
88     enabled: true
89   dmaap-dr-prov:
90     enabled: false
91   dmaap-dr-node:
92     enabled: false
93 oof:
94   enabled: true
95 mariadb-galera:
96   enabled: true
97 msb:
98   enabled: true
99 multicloud:
100   enabled: false
101 nbi:
102   enabled: true
103   config:
104     # openstack configuration
105     openStackRegion: "Yolo"
106     openStackVNFTenantId: "1234"
107 policy:
108   enabled: true
109 portal-ng:
110   enabled: true
111 robot:
112   enabled: true
113   config:
114     # openStackEncryptedPasswordHere should match the encrypted string used in SO and overridden per environment
115     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
116 sdc:
117   enabled: true
118 sdnc:
119   enabled: false
120
121   replicaCount: 1
122
123   mysql:
124     replicaCount: 1
125 so:
126   enabled: true
127
128   replicaCount: 1
129
130   liveness:
131     # necessary to disable liveness probe when setting breakpoints
132     # in debugger so K8s doesn't restart unresponsive container
133     enabled: false
134
135   # so server configuration
136   config:
137     # message router configuration
138     dmaapTopic: "AUTO"
139     # openstack configuration
140     openStackUserName: "vnf_user"
141     openStackRegion: "RegionOne"
142     openStackKeyStoneUrl: "http://1.2.3.4:5000"
143     openStackServiceTenantName: "service"
144     openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e"
145
146 strimzi:
147   enabled: true
148   strimzi-kafka-bridge:
149     enabled: false
150 uui:
151   enabled: true
152 vfc:
153   enabled: false
154 vnfsdk:
155   enabled: false
156 modeling:
157   enabled: false