BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 1 | #============LICENSE_START======================================================== |
| 2 | #================================================================================= |
Jack Lucas | 332b5e7 | 2019-02-06 16:03:13 -0500 | [diff] [blame] | 3 | # Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. |
Durgpal | 7ad4069 | 2018-08-03 07:28:36 +0000 | [diff] [blame] | 4 | # Modifications Copyright © 2018 Amdocs, Bell Canada |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 5 | # ================================================================================ |
| 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 | ################################################################# |
| 22 | global: |
| 23 | nodePortPrefix: 302 |
Vijay Venkatesh Kumar | 756171e | 2019-04-05 19:06:16 +0000 | [diff] [blame] | 24 | nodePortPrefixExt: 304 |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 25 | readinessRepository: oomk8s |
Gary Wu | bf4b4d8 | 2018-05-11 13:26:30 -0700 | [diff] [blame] | 26 | readinessImage: readiness-check:2.0.0 |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 27 | loggingRepository: docker.elastic.co |
| 28 | loggingImage: beats/filebeat:5.5.0 |
Jack Lucas | 50fc0a3 | 2019-03-01 18:18:44 -0500 | [diff] [blame] | 29 | tlsRepository: nexus3.onap.org:10001 |
Vijay Venkatesh Kumar | da5841f | 2019-04-23 22:14:18 +0000 | [diff] [blame^] | 30 | tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.3-STAGING-latest |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 31 | |
| 32 | config: |
| 33 | logstashServiceName: log-ls |
| 34 | logstashPort: 5044 |
| 35 | # Addresses of ONAP components |
| 36 | address: |
| 37 | consul: |
| 38 | host: consul-server |
| 39 | port: 8500 |
Vijay Venkatesh Kumar | da5841f | 2019-04-23 22:14:18 +0000 | [diff] [blame^] | 40 | consul_ui: consul-server-ui |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 41 | cm: dcae-cloudify-manager |
Vijay Venkatesh Kumar | 756171e | 2019-04-05 19:06:16 +0000 | [diff] [blame] | 42 | dashboard: |
| 43 | port: 30418 |
| 44 | portSecure: 30419 |
dgermain | cb6fd18 | 2018-11-07 15:51:14 -0500 | [diff] [blame] | 45 | datafile_collector: |
| 46 | port: 30223 |
| 47 | portSecure: 30262 |
Conor Ward | dfc3de2 | 2018-09-18 18:14:23 +0000 | [diff] [blame] | 48 | dmaap_dr_prov: dmaap-dr-prov |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 49 | message_router: message-router |
| 50 | msb_discovery: msb-discovery |
Jack Lucas | a3db729 | 2018-10-15 17:46:23 -0400 | [diff] [blame] | 51 | msb_iag: msb-iag |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 52 | policy_pdp: pdp |
| 53 | sdc: sdc-be |
Vijay Venkatesh Kumar | 756171e | 2019-04-05 19:06:16 +0000 | [diff] [blame] | 54 | snmptrap: |
| 55 | port: 30470 |
dgermain | cb6fd18 | 2018-11-07 15:51:14 -0500 | [diff] [blame] | 56 | ves: |
| 57 | port: 30235 |
Vijay Venkatesh Kumar | 756171e | 2019-04-05 19:06:16 +0000 | [diff] [blame] | 58 | portSecure: 30417 |
Jack Lucas | d801f79 | 2018-04-27 22:20:33 +0000 | [diff] [blame] | 59 | # redisCaching is a string not a boolean! |
| 60 | redisCaching: "false" |
| 61 | |
| 62 | # postgres values--overriding defaults in the postgres subchart |
| 63 | postgres: |
| 64 | nameOverride: dcae-db |
| 65 | service: |
| 66 | name: dcae-postgres |
| 67 | name2: dcae-pg-primary |
| 68 | name3: dcae-pg-replica |
Vijay Venkatesh Kumar | 756171e | 2019-04-05 19:06:16 +0000 | [diff] [blame] | 69 | suffix: svc.cluster.local |
Jack Lucas | d801f79 | 2018-04-27 22:20:33 +0000 | [diff] [blame] | 70 | container: |
| 71 | name: |
| 72 | primary: dcae-pg-primary |
| 73 | replica: dcae-pg-replica |
| 74 | config: |
| 75 | pgPrimaryPassword: onapdemodb |
| 76 | pgRootPassword: onapdemodb |
BorislavG | 9b65f83 | 2018-05-15 15:46:48 +0300 | [diff] [blame] | 77 | persistence: |
| 78 | mountSubPath: dcae/data |
| 79 | mountInitPath: dcae |
jasmineWen | fb2b4f3 | 2018-10-11 00:23:58 +0000 | [diff] [blame] | 80 | pgpool: |
| 81 | nameOverride: dcae-pgpool |
| 82 | service: |
| 83 | name: dcae-pgpool |
| 84 | credentials: |
| 85 | pgpassword: onapdemodb |
| 86 | container: |
| 87 | name: |
| 88 | primary: dcae-pgpool-primary |
| 89 | replica: dcae-pgpool-replica |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 90 | |
| 91 | # application image |
| 92 | repository: nexus3.onap.org:10001 |
Vijay Venkatesh Kumar | da5841f | 2019-04-23 22:14:18 +0000 | [diff] [blame^] | 93 | image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.15-STAGING-latest |
Jack Lucas | 0108b52 | 2019-03-19 11:38:42 -0400 | [diff] [blame] | 94 | default_k8s_location: central |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 95 | |
| 96 | # DCAE component images to be deployed via Cloudify Manager |
| 97 | # Use to override default setting in blueprints |
| 98 | componentImages: |
Vijay Venkatesh Kumar | 756171e | 2019-04-05 19:06:16 +0000 | [diff] [blame] | 99 | dashboard: onap/org.onap.ccsdk.dashboard.ccsdk-app-os:1.1.0-SNAPSHOT-latest |
Jack Lucas | ecc9f60 | 2019-03-19 11:38:42 -0400 | [diff] [blame] | 100 | holmes_rules: onap/holmes/rule-management:1.2.4-STAGING-latest |
| 101 | holmes_engine: onap/holmes/engine-management:1.2.3-STAGING-latest |
| 102 | tca: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0-STAGING-latest |
| 103 | ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.4.3 |
| 104 | snmptrap: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0-STAGING-latest |
| 105 | prh: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.2.1 |
Vijay Venkatesh Kumar | 97b0d84 | 2018-12-10 03:39:00 +0000 | [diff] [blame] | 106 | hv_ves: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.1.0-SNAPSHOT |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 107 | |
vaibhav_16dec | db582fa | 2018-09-20 12:32:47 +0000 | [diff] [blame] | 108 | # Resource Limit flavor -By Default using small |
| 109 | flavor: small |
| 110 | # Segregation for Different environment (Small and Large) |
| 111 | resources: |
| 112 | small: |
| 113 | limits: |
| 114 | cpu: 2 |
| 115 | memory: 2Gi |
| 116 | requests: |
| 117 | cpu: 1 |
| 118 | memory: 1Gi |
| 119 | large: |
| 120 | limits: |
| 121 | cpu: 4 |
| 122 | memory: 4Gi |
| 123 | requests: |
| 124 | cpu: 2 |
| 125 | memory: 2Gi |
| 126 | unlimited: {} |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 127 | # Kubernetes namespace for components deployed via Cloudify manager |
| 128 | # If empty, use the common namespace |
Lusheng Ji | 98f947e | 2018-04-30 12:03:37 -0400 | [diff] [blame] | 129 | # dcae_ns: "onap" |