blob: 28fa6a3887a19a5070a7f33ad2867a4af381cbf1 [file] [log] [blame]
BorislavG57f74d32018-04-12 11:08:39 +03001#============LICENSE_START========================================================
2#=================================================================================
3# Copyright (c) 2018 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
28
29config:
30 logstashServiceName: log-ls
31 logstashPort: 5044
32 # Addresses of ONAP components
33 address:
34 consul:
35 host: consul-server
36 port: 8500
37 cm: dcae-cloudify-manager
Conor Warddfc3de22018-09-18 18:14:23 +000038 dmaap_dr_prov: dmaap-dr-prov
BorislavG57f74d32018-04-12 11:08:39 +030039 message_router: message-router
40 msb_discovery: msb-discovery
Jack Lucasa3db7292018-10-15 17:46:23 -040041 msb_iag: msb-iag
BorislavG57f74d32018-04-12 11:08:39 +030042 policy_pdp: pdp
43 sdc: sdc-be
Jack Lucasd801f792018-04-27 22:20:33 +000044 # redisCaching is a string not a boolean!
45 redisCaching: "false"
46
47# postgres values--overriding defaults in the postgres subchart
48postgres:
49 nameOverride: dcae-db
50 service:
51 name: dcae-postgres
52 name2: dcae-pg-primary
53 name3: dcae-pg-replica
54 container:
55 name:
56 primary: dcae-pg-primary
57 replica: dcae-pg-replica
58 config:
59 pgPrimaryPassword: onapdemodb
60 pgRootPassword: onapdemodb
BorislavG9b65f832018-05-15 15:46:48 +030061 persistence:
62 mountSubPath: dcae/data
63 mountInitPath: dcae
jasmineWenfb2b4f32018-10-11 00:23:58 +000064 pgpool:
65 nameOverride: dcae-pgpool
66 service:
67 name: dcae-pgpool
68 credentials:
69 pgpassword: onapdemodb
70 container:
71 name:
72 primary: dcae-pgpool-primary
73 replica: dcae-pgpool-replica
BorislavG57f74d32018-04-12 11:08:39 +030074
75# application image
76repository: nexus3.onap.org:10001
Gary Wu5329f1f2018-10-22 20:33:07 -070077image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.4
BorislavG57f74d32018-04-12 11:08:39 +030078
79# DCAE component images to be deployed via Cloudify Manager
80# Use to override default setting in blueprints
81componentImages:
vagrant01cb1ab2018-09-16 06:36:46 +000082 config_binding_service: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.2.3
Gary Wu5329f1f2018-10-22 20:33:07 -070083 datafile_collector: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.3
Alex Shatovca4283c2018-10-08 13:38:12 -040084 deployment_handler: onap/org.onap.dcaegen2.platform.deployment-handler:3.0.3
Gary Wubc1e7312018-10-18 09:48:31 -070085 holmes_rules: onap/holmes/rule-management:1.2.0
86 holmes_engine: onap/holmes/engine-management:1.2.0
Alexis de Talhouët697e9962018-09-19 11:58:29 -040087 inventory: onap/org.onap.dcaegen2.platform.inventory-api:3.0.4
Alex Shatov79c0eb62018-09-20 15:19:09 -040088 policy_handler: onap/org.onap.dcaegen2.platform.policy-handler:4.4.0
Jack Lucaseea60d52018-08-23 21:31:42 +000089 service_change_handler: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.5
Gary Wu46621662018-05-30 14:30:47 -070090 tca: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0
vagrant0707cd22018-08-07 15:25:54 +000091 ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.1
vagrant01cb1ab2018-09-16 06:36:46 +000092 snmptrap: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0
Gary Wu5329f1f2018-10-22 20:33:07 -070093 prh: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.1.1
Gary Wubc1e7312018-10-18 09:48:31 -070094 hv_ves: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.0.0
BorislavG57f74d32018-04-12 11:08:39 +030095
vaibhav_16decdb582fa2018-09-20 12:32:47 +000096# Resource Limit flavor -By Default using small
97flavor: small
98# Segregation for Different environment (Small and Large)
99resources:
100 small:
101 limits:
102 cpu: 2
103 memory: 2Gi
104 requests:
105 cpu: 1
106 memory: 1Gi
107 large:
108 limits:
109 cpu: 4
110 memory: 4Gi
111 requests:
112 cpu: 2
113 memory: 2Gi
114 unlimited: {}
BorislavG57f74d32018-04-12 11:08:39 +0300115# Kubernetes namespace for components deployed via Cloudify manager
116# If empty, use the common namespace
Lusheng Ji98f947e2018-04-30 12:03:37 -0400117# dcae_ns: "onap"
BorislavG57f74d32018-04-12 11:08:39 +0300118