blob: 347e4a962090160e1a33e504a818c272a0a6bb8f [file] [log] [blame]
BorislavG57f74d32018-04-12 11:08:39 +03001#============LICENSE_START========================================================
2#=================================================================================
Jack Lucas332b5e72019-02-06 16:03:13 -05003# Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved.
Durgpal7ad40692018-08-03 07:28:36 +00004# Modifications Copyright © 2018 Amdocs, Bell Canada
BorislavG57f74d32018-04-12 11:08:39 +03005# ================================================================================
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17# ============LICENSE_END=========================================================
18
19#################################################################
20# Global configuration defaults.
21#################################################################
22global:
23 nodePortPrefix: 302
BorislavG57f74d32018-04-12 11:08:39 +030024 readinessRepository: oomk8s
Gary Wubf4b4d82018-05-11 13:26:30 -070025 readinessImage: readiness-check:2.0.0
BorislavG57f74d32018-04-12 11:08:39 +030026 loggingRepository: docker.elastic.co
27 loggingImage: beats/filebeat:5.5.0
Jack Lucas50fc0a32019-03-01 18:18:44 -050028 tlsRepository: nexus3.onap.org:10001
29 tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.1-STAGING-latest
BorislavG57f74d32018-04-12 11:08:39 +030030
31config:
32 logstashServiceName: log-ls
33 logstashPort: 5044
34 # Addresses of ONAP components
35 address:
36 consul:
37 host: consul-server
38 port: 8500
39 cm: dcae-cloudify-manager
dgermaincb6fd182018-11-07 15:51:14 -050040 datafile_collector:
41 port: 30223
42 portSecure: 30262
Conor Warddfc3de22018-09-18 18:14:23 +000043 dmaap_dr_prov: dmaap-dr-prov
BorislavG57f74d32018-04-12 11:08:39 +030044 message_router: message-router
45 msb_discovery: msb-discovery
Jack Lucasa3db7292018-10-15 17:46:23 -040046 msb_iag: msb-iag
BorislavG57f74d32018-04-12 11:08:39 +030047 policy_pdp: pdp
48 sdc: sdc-be
dgermaincb6fd182018-11-07 15:51:14 -050049 ves:
50 port: 30235
Jack Lucasd801f792018-04-27 22:20:33 +000051 # redisCaching is a string not a boolean!
52 redisCaching: "false"
53
54# postgres values--overriding defaults in the postgres subchart
55postgres:
56 nameOverride: dcae-db
57 service:
58 name: dcae-postgres
59 name2: dcae-pg-primary
60 name3: dcae-pg-replica
61 container:
62 name:
63 primary: dcae-pg-primary
64 replica: dcae-pg-replica
65 config:
66 pgPrimaryPassword: onapdemodb
67 pgRootPassword: onapdemodb
BorislavG9b65f832018-05-15 15:46:48 +030068 persistence:
69 mountSubPath: dcae/data
70 mountInitPath: dcae
jasmineWenfb2b4f32018-10-11 00:23:58 +000071 pgpool:
72 nameOverride: dcae-pgpool
73 service:
74 name: dcae-pgpool
75 credentials:
76 pgpassword: onapdemodb
77 container:
78 name:
79 primary: dcae-pgpool-primary
80 replica: dcae-pgpool-replica
BorislavG57f74d32018-04-12 11:08:39 +030081
82# application image
83repository: nexus3.onap.org:10001
Jack Lucas332b5e72019-02-06 16:03:13 -050084image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.9
BorislavG57f74d32018-04-12 11:08:39 +030085
86# DCAE component images to be deployed via Cloudify Manager
87# Use to override default setting in blueprints
88componentImages:
Chengkai Yan7dc4d162018-12-10 05:20:02 +010089 datafile_collector: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.1.1
Gary Wue2449eb2018-11-07 09:29:24 -080090 holmes_rules: onap/holmes/rule-management:1.2.3
91 holmes_engine: onap/holmes/engine-management:1.2.2
Gary Wu46621662018-05-30 14:30:47 -070092 tca: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0
vagrant0707cd22018-08-07 15:25:54 +000093 ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.1
vagrant01cb1ab2018-09-16 06:36:46 +000094 snmptrap: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0
Jack Lucas332b5e72019-02-06 16:03:13 -050095 prh: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.2.1-SNAPSHOT
Vijay Venkatesh Kumar97b0d842018-12-10 03:39:00 +000096 hv_ves: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.1.0-SNAPSHOT
BorislavG57f74d32018-04-12 11:08:39 +030097
vaibhav_16decdb582fa2018-09-20 12:32:47 +000098# Resource Limit flavor -By Default using small
99flavor: small
100# Segregation for Different environment (Small and Large)
101resources:
102 small:
103 limits:
104 cpu: 2
105 memory: 2Gi
106 requests:
107 cpu: 1
108 memory: 1Gi
109 large:
110 limits:
111 cpu: 4
112 memory: 4Gi
113 requests:
114 cpu: 2
115 memory: 2Gi
116 unlimited: {}
BorislavG57f74d32018-04-12 11:08:39 +0300117# Kubernetes namespace for components deployed via Cloudify manager
118# If empty, use the common namespace
Lusheng Ji98f947e2018-04-30 12:03:37 -0400119# dcae_ns: "onap"