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. |
| 4 | # Copyright © 2018 Amdocs, Bell Canada |
| 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 |
| 24 | repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiZGNhZUBkY2FlLm9uYXAub3JnIiwiYXV0aCI6IlpHOWphMlZ5T21SdlkydGxjZz09In19 |
| 25 | readinessRepository: oomk8s |
| 26 | readinessImage: readiness-check:1.1.0 |
| 27 | loggingRepository: docker.elastic.co |
| 28 | loggingImage: beats/filebeat:5.5.0 |
| 29 | |
| 30 | config: |
| 31 | logstashServiceName: log-ls |
| 32 | logstashPort: 5044 |
| 33 | # Addresses of ONAP components |
| 34 | address: |
| 35 | consul: |
| 36 | host: consul-server |
| 37 | port: 8500 |
| 38 | cm: dcae-cloudify-manager |
| 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 | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 60 | |
| 61 | |
| 62 | # application image |
| 63 | repository: nexus3.onap.org:10001 |
Jack Lucas | d801f79 | 2018-04-27 22:20:33 +0000 | [diff] [blame] | 64 | image: onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container:1.1.8 |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 65 | |
| 66 | # DCAE component images to be deployed via Cloudify Manager |
| 67 | # Use to override default setting in blueprints |
| 68 | componentImages: |
| 69 | #TODO for further investigation: input template expansion issues if we comment this out |
Jack Lucas | b359d62 | 2018-04-26 12:30:14 +0000 | [diff] [blame] | 70 | config_binding_service: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.configbinding:2.1.5 |
BorislavG | 57f74d3 | 2018-04-12 11:08:39 +0300 | [diff] [blame] | 71 | # deployment_handler: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.deployment-handler:2.1.1 |
| 72 | # holmes_engine: nexus3.onap.org:10001//onap/holmes/engine-management:v1.0.0 |
| 73 | # holmes_rules: nexus3.onap.org:10001/onap/holmes/rule-management:v1.0.0 |
| 74 | inventory: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.inventory-api:3.0.1 |
| 75 | policy_handler: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.policy-handler:2.4.1 |
| 76 | service_change_handler: nexus3.onap.org:10001/onap/org.onap.dcaegen2.platform.servicechange-handler:1.1.3 |
| 77 | # tca: nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tca-cdap-container.tca-cdap-container:1.0.0 |
| 78 | # ves: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.1-latest |
| 79 | |
| 80 | # Kubernetes namespace for components deployed via Cloudify manager |
| 81 | # If empty, use the common namespace |
| 82 | dcae_ns: "dcae" |
| 83 | |