blob: 417d968ac9c62e5124f020f79b47cf69e26d4f68 [file] [log] [blame]
BorislavG57f74d32018-04-12 11:08:39 +03001#============LICENSE_START========================================================
2#=================================================================================
vv770dd64369c2021-03-29 20:34:22 +00003# Copyright (c) 2018-2021 AT&T Intellectual Property. All rights reserved.
Durgpal7ad40692018-08-03 07:28:36 +00004# Modifications Copyright © 2018 Amdocs, Bell Canada
Jack Lucasd12a1b62021-01-11 12:46:33 -05005# Copyright (c) 2021 J. F. Lucas. All rights reserved.
Kasperki5e1d9782022-02-24 17:49:04 +01006# Copyright (c) 2022 Nokia. All rights reserved.
BorislavG57f74d32018-04-12 11:08:39 +03007# ================================================================================
8# Licensed under the Apache License, Version 2.0 (the "License");
9# you may not use this file except in compliance with the License.
10# You may obtain a copy of the License at
11#
12# http://www.apache.org/licenses/LICENSE-2.0
13#
14# Unless required by applicable law or agreed to in writing, software
15# distributed under the License is distributed on an "AS IS" BASIS,
16# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17# See the License for the specific language governing permissions and
18# limitations under the License.
19# ============LICENSE_END=========================================================
20
21#################################################################
22# Global configuration defaults.
23#################################################################
24global:
25 nodePortPrefix: 302
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000026 nodePortPrefixExt: 304
Jack Lucasc70bc7e2019-09-23 09:02:31 -040027 tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0
Jack Lucasd263e692021-08-16 16:02:23 -040028 consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.1.1
Krzysztof Opasiak9cb82032020-05-05 12:04:31 +020029
30secrets:
31 - uid: pg-root-pass
32 name: &pgRootPassSecretName '{{ include "common.release" . }}-dcae-bootstrap-pg-root-pass'
33 type: password
34 externalSecret: '{{ ternary "" (tpl (default "" .Values.postgres.config.pgRootPasswordExternalSecret) .) (hasSuffix "dcae-bootstrap-pg-root-pass" .Values.postgres.config.pgRootPasswordExternalSecret) }}'
35 password: '{{ .Values.postgres.config.pgRootpassword }}'
36 policy: generate
Schmalzried, Terry (ts862m)12db7892020-08-21 20:42:33 -040037 - uid: 'cm-pass'
38 type: password
39 externalSecret: '{{ tpl (default "" .Values.config.cloudifyManagerPasswordExternalSecret) . }}'
40 password: '{{ .Values.config.cloudifyManagerPassword }}'
BorislavG57f74d32018-04-12 11:08:39 +030041
42config:
43 logstashServiceName: log-ls
44 logstashPort: 5044
45 # Addresses of ONAP components
46 address:
47 consul:
48 host: consul-server
49 port: 8500
Vijay Venkatesh Kumarda5841f2019-04-23 22:14:18 +000050 consul_ui: consul-server-ui
Vijay Venkatesh Kumara4535c92019-08-02 01:45:23 +000051 cm:
52 host: dcae-cloudify-manager
53 port: 443
54 proto: https
55 #Temporary assignment to avoid conflict
56 #To be removed after bootstrap changes done to remove dashboard
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000057 dashboard:
Vijay Venkatesh Kumara4535c92019-08-02 01:45:23 +000058 port: 30473
59 portSecure: 30474
dgermaincb6fd182018-11-07 15:51:14 -050060 datafile_collector:
61 port: 30223
62 portSecure: 30262
Conor Warddfc3de22018-09-18 18:14:23 +000063 dmaap_dr_prov: dmaap-dr-prov
BorislavG57f74d32018-04-12 11:08:39 +030064 message_router: message-router
65 msb_discovery: msb-discovery
Jack Lucasa3db7292018-10-15 17:46:23 -040066 msb_iag: msb-iag
BorislavG57f74d32018-04-12 11:08:39 +030067 policy_pdp: pdp
68 sdc: sdc-be
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000069 snmptrap:
70 port: 30470
dgermaincb6fd182018-11-07 15:51:14 -050071 ves:
72 port: 30235
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000073 portSecure: 30417
Jack Lucasd801f792018-04-27 22:20:33 +000074
75# postgres values--overriding defaults in the postgres subchart
76postgres:
77 nameOverride: dcae-db
78 service:
79 name: dcae-postgres
80 name2: dcae-pg-primary
81 name3: dcae-pg-replica
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000082 suffix: svc.cluster.local
Jack Lucasd801f792018-04-27 22:20:33 +000083 container:
84 name:
85 primary: dcae-pg-primary
86 replica: dcae-pg-replica
87 config:
Krzysztof Opasiak9cb82032020-05-05 12:04:31 +020088 pgRootPasswordExternalSecret: *pgRootPassSecretName
BorislavG9b65f832018-05-15 15:46:48 +030089 persistence:
90 mountSubPath: dcae/data
91 mountInitPath: dcae
BorislavG57f74d32018-04-12 11:08:39 +030092
93# application image
Vijay Venkatesh Kumar0f876882022-02-24 11:10:38 -050094image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:3.3.6
Jack Lucas0108b522019-03-19 11:38:42 -040095default_k8s_location: central
BorislavG57f74d32018-04-12 11:08:39 +030096
97# DCAE component images to be deployed via Cloudify Manager
98# Use to override default setting in blueprints
99componentImages:
Remigiusz Janeczeke661a7d2021-09-08 11:09:56 +0200100 tcagen2: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.3.1
Tomasz Wrobel0d893db2022-02-17 11:50:43 +0100101 ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.11.0
102 prh: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.8.0
Kasperki5e1d9782022-02-24 17:49:04 +0100103 hv_ves: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.10.0
BorislavG57f74d32018-04-12 11:08:39 +0300104
vaibhav_16decdb582fa2018-09-20 12:32:47 +0000105# Resource Limit flavor -By Default using small
106flavor: small
107# Segregation for Different environment (Small and Large)
108resources:
109 small:
110 limits:
111 cpu: 2
112 memory: 2Gi
113 requests:
114 cpu: 1
115 memory: 1Gi
116 large:
117 limits:
118 cpu: 4
119 memory: 4Gi
120 requests:
121 cpu: 2
122 memory: 2Gi
123 unlimited: {}
BorislavG57f74d32018-04-12 11:08:39 +0300124# Kubernetes namespace for components deployed via Cloudify manager
125# If empty, use the common namespace
Lusheng Ji98f947e2018-04-30 12:03:37 -0400126# dcae_ns: "onap"
farida azmy37481802021-04-11 15:41:32 +0200127
128#Pods Service Account
129serviceAccount:
130 nameOverride: dcae-bootstrap
131 roles:
132 - read