BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 1 | #============LICENSE_START======================================================== |
| 2 | #================================================================================= |
| 3 | # Copyright (c) 2018 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 |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 24 | readinessRepository: oomk8s |
Gary Wu | bf4b4d8 | 2018-05-11 13:26:30 -0700 | [diff] [blame] | 25 | readinessImage: readiness-check:2.0.0 |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 26 | loggingRepository: docker.elastic.co |
| 27 | loggingImage: beats/filebeat:5.5.0 |
| 28 | |
| 29 | config: |
| 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 Ward | dfc3de2 | 2018-09-18 18:14:23 +0000 | [diff] [blame] | 38 | dmaap_dr_prov: dmaap-dr-prov |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 39 | message_router: message-router |
| 40 | msb_discovery: msb-discovery |
| 41 | policy_pdp: pdp |
| 42 | sdc: sdc-be |
Jack Lucas | d801f79 | 2018-04-27 22:20:33 +0000 | [diff] [blame] | 43 | # redisCaching is a string not a boolean! |
| 44 | redisCaching: "false" |
| 45 | |
| 46 | # postgres values--overriding defaults in the postgres subchart |
| 47 | postgres: |
| 48 | nameOverride: dcae-db |
| 49 | service: |
| 50 | name: dcae-postgres |
| 51 | name2: dcae-pg-primary |
| 52 | name3: dcae-pg-replica |
| 53 | container: |
| 54 | name: |
| 55 | primary: dcae-pg-primary |
| 56 | replica: dcae-pg-replica |
| 57 | config: |
| 58 | pgPrimaryPassword: onapdemodb |
| 59 | pgRootPassword: onapdemodb |
BorislavG | 9b65f83 | 2018-05-15 15:46:48 +0300 | [diff] [blame] | 60 | persistence: |
| 61 | mountSubPath: dcae/data |
| 62 | mountInitPath: dcae |
jasmineWen | fb2b4f3 | 2018-10-11 00:23:58 +0000 | [diff] [blame^] | 63 | pgpool: |
| 64 | nameOverride: dcae-pgpool |
| 65 | service: |
| 66 | name: dcae-pgpool |
| 67 | credentials: |
| 68 | pgpassword: onapdemodb |
| 69 | container: |
| 70 | name: |
| 71 | primary: dcae-pgpool-primary |
| 72 | replica: dcae-pgpool-replica |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 73 | |
| 74 | # application image |
| 75 | repository: nexus3.onap.org:10001 |
Vijay Venkatesh Kumar | f137c3c | 2018-10-01 18:54:52 +0000 | [diff] [blame] | 76 | image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.4.3 |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 77 | |
| 78 | # DCAE component images to be deployed via Cloudify Manager |
| 79 | # Use to override default setting in blueprints |
| 80 | componentImages: |
vagrant | 01cb1ab | 2018-09-16 06:36:46 +0000 | [diff] [blame] | 81 | config_binding_service: onap/org.onap.dcaegen2.platform.configbinding.app-app:2.2.3 |
Vijay Venkatesh Kumar | f137c3c | 2018-10-01 18:54:52 +0000 | [diff] [blame] | 82 | datafile_collector: onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.0 |
Alex Shatov | ca4283c | 2018-10-08 13:38:12 -0400 | [diff] [blame] | 83 | deployment_handler: onap/org.onap.dcaegen2.platform.deployment-handler:3.0.3 |
Alexis de Talhouët | 697e996 | 2018-09-19 11:58:29 -0400 | [diff] [blame] | 84 | holmes_rules: onap/holmes/rule-management:1.2.0-STAGING-latest |
vagrant | 01cb1ab | 2018-09-16 06:36:46 +0000 | [diff] [blame] | 85 | holmes_engine: onap/holmes/engine-management:1.2.0-STAGING-latest |
Alexis de Talhouët | 697e996 | 2018-09-19 11:58:29 -0400 | [diff] [blame] | 86 | inventory: onap/org.onap.dcaegen2.platform.inventory-api:3.0.4 |
Alex Shatov | 79c0eb6 | 2018-09-20 15:19:09 -0400 | [diff] [blame] | 87 | policy_handler: onap/org.onap.dcaegen2.platform.policy-handler:4.4.0 |
Jack Lucas | eea60d5 | 2018-08-23 21:31:42 +0000 | [diff] [blame] | 88 | service_change_handler: onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.5 |
Gary Wu | 4662166 | 2018-05-30 14:30:47 -0700 | [diff] [blame] | 89 | tca: onap/org.onap.dcaegen2.deployments.tca-cdap-container:1.1.0 |
vagrant | 0707cd2 | 2018-08-07 15:25:54 +0000 | [diff] [blame] | 90 | ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.1 |
vagrant | 01cb1ab | 2018-09-16 06:36:46 +0000 | [diff] [blame] | 91 | snmptrap: onap/org.onap.dcaegen2.collectors.snmptrap:1.4.0 |
| 92 | prh: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.0.0 |
| 93 | hv_ves: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.0.0-SNAPSHOT |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 94 | |
vaibhav_16dec | db582fa | 2018-09-20 12:32:47 +0000 | [diff] [blame] | 95 | # Resource Limit flavor -By Default using small |
| 96 | flavor: small |
| 97 | # Segregation for Different environment (Small and Large) |
| 98 | resources: |
| 99 | small: |
| 100 | limits: |
| 101 | cpu: 2 |
| 102 | memory: 2Gi |
| 103 | requests: |
| 104 | cpu: 1 |
| 105 | memory: 1Gi |
| 106 | large: |
| 107 | limits: |
| 108 | cpu: 4 |
| 109 | memory: 4Gi |
| 110 | requests: |
| 111 | cpu: 2 |
| 112 | memory: 2Gi |
| 113 | unlimited: {} |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 114 | # Kubernetes namespace for components deployed via Cloudify manager |
| 115 | # If empty, use the common namespace |
Lusheng Ji | 98f947e | 2018-04-30 12:03:37 -0400 | [diff] [blame] | 116 | # dcae_ns: "onap" |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 117 | |