blob: 50615a5e92f549fd6f802710fa07bb232ef36724 [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
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000024 nodePortPrefixExt: 304
BorislavG57f74d32018-04-12 11:08:39 +030025 readinessRepository: oomk8s
Gary Wubf4b4d82018-05-11 13:26:30 -070026 readinessImage: readiness-check:2.0.0
BorislavG57f74d32018-04-12 11:08:39 +030027 loggingRepository: docker.elastic.co
28 loggingImage: beats/filebeat:5.5.0
Jack Lucas50fc0a32019-03-01 18:18:44 -050029 tlsRepository: nexus3.onap.org:10001
Jack Lucasecc9f602019-03-19 11:38:42 -040030 tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.2-STAGING-latest
BorislavG57f74d32018-04-12 11:08:39 +030031
32config:
33 logstashServiceName: log-ls
34 logstashPort: 5044
35 # Addresses of ONAP components
36 address:
37 consul:
38 host: consul-server
39 port: 8500
40 cm: dcae-cloudify-manager
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000041 dashboard:
42 port: 30418
43 portSecure: 30419
dgermaincb6fd182018-11-07 15:51:14 -050044 datafile_collector:
45 port: 30223
46 portSecure: 30262
Conor Warddfc3de22018-09-18 18:14:23 +000047 dmaap_dr_prov: dmaap-dr-prov
BorislavG57f74d32018-04-12 11:08:39 +030048 message_router: message-router
49 msb_discovery: msb-discovery
Jack Lucasa3db7292018-10-15 17:46:23 -040050 msb_iag: msb-iag
BorislavG57f74d32018-04-12 11:08:39 +030051 policy_pdp: pdp
52 sdc: sdc-be
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000053 snmptrap:
54 port: 30470
dgermaincb6fd182018-11-07 15:51:14 -050055 ves:
56 port: 30235
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000057 portSecure: 30417
Jack Lucasd801f792018-04-27 22:20:33 +000058 # redisCaching is a string not a boolean!
59 redisCaching: "false"
60
61# postgres values--overriding defaults in the postgres subchart
62postgres:
63 nameOverride: dcae-db
64 service:
65 name: dcae-postgres
66 name2: dcae-pg-primary
67 name3: dcae-pg-replica
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000068 suffix: svc.cluster.local
Jack Lucasd801f792018-04-27 22:20:33 +000069 container:
70 name:
71 primary: dcae-pg-primary
72 replica: dcae-pg-replica
73 config:
74 pgPrimaryPassword: onapdemodb
75 pgRootPassword: onapdemodb
BorislavG9b65f832018-05-15 15:46:48 +030076 persistence:
77 mountSubPath: dcae/data
78 mountInitPath: dcae
jasmineWenfb2b4f32018-10-11 00:23:58 +000079 pgpool:
80 nameOverride: dcae-pgpool
81 service:
82 name: dcae-pgpool
83 credentials:
84 pgpassword: onapdemodb
85 container:
86 name:
87 primary: dcae-pgpool-primary
88 replica: dcae-pgpool-replica
BorislavG57f74d32018-04-12 11:08:39 +030089
90# application image
91repository: nexus3.onap.org:10001
Jack Lucasecc9f602019-03-19 11:38:42 -040092image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.13-STAGING-latest
Jack Lucas0108b522019-03-19 11:38:42 -040093default_k8s_location: central
BorislavG57f74d32018-04-12 11:08:39 +030094
95# DCAE component images to be deployed via Cloudify Manager
96# Use to override default setting in blueprints
97componentImages:
Vijay Venkatesh Kumar756171e2019-04-05 19:06:16 +000098 dashboard: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.1.0-SNAPSHOT-latest
Jack Lucasecc9f602019-03-19 11:38:42 -040099 holmes_rules: onap/holmes/rule-management:1.2.4-STAGING-latest
100 holmes_engine: onap/holmes/engine-management:1.2.3-STAGING-latest
101 tca: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0-STAGING-latest
102 ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.4.3
103 snmptrap: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0-STAGING-latest
104 prh: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.2.1
Vijay Venkatesh Kumar97b0d842018-12-10 03:39:00 +0000105 hv_ves: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.1.0-SNAPSHOT
BorislavG57f74d32018-04-12 11:08:39 +0300106
vaibhav_16decdb582fa2018-09-20 12:32:47 +0000107# Resource Limit flavor -By Default using small
108flavor: small
109# Segregation for Different environment (Small and Large)
110resources:
111 small:
112 limits:
113 cpu: 2
114 memory: 2Gi
115 requests:
116 cpu: 1
117 memory: 1Gi
118 large:
119 limits:
120 cpu: 4
121 memory: 4Gi
122 requests:
123 cpu: 2
124 memory: 2Gi
125 unlimited: {}
BorislavG57f74d32018-04-12 11:08:39 +0300126# Kubernetes namespace for components deployed via Cloudify manager
127# If empty, use the common namespace
Lusheng Ji98f947e2018-04-30 12:03:37 -0400128# dcae_ns: "onap"