Gary Wu | e5ea351 | 2018-04-17 07:56:59 -0700 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | # This override file is useful to test one or more subcharts. |
| 16 | # It overrides the default ONAP parent chart behaviour to deploy |
| 17 | # all of ONAP. |
| 18 | # |
| 19 | # Example use to enable a single subchart (from this directory): |
| 20 | # |
| 21 | # helm install local/onap -n onap --namespace onap -f disable-allcharts.yaml --set so.enabled=true |
| 22 | |
| 23 | |
| 24 | ################################################################# |
| 25 | # Global configuration overrides. |
| 26 | # |
| 27 | # These overrides will affect all helm charts (ie. applications) |
| 28 | # that are listed below and are 'enabled'. |
| 29 | ################################################################# |
| 30 | global: |
| 31 | # Change to an unused port prefix range to prevent port conflicts |
| 32 | # with other instances running within the same k8s cluster |
| 33 | nodePortPrefix: 302 |
| 34 | |
Gary Wu | 19c81b4 | 2018-04-17 11:35:48 -0700 | [diff] [blame^] | 35 | # windriver local nexus proxy - nexus3 default |
| 36 | repository: 10.12.5.2:5000 |
Gary Wu | e5ea351 | 2018-04-17 07:56:59 -0700 | [diff] [blame] | 37 | # image pull policy |
Gary Wu | 19c81b4 | 2018-04-17 11:35:48 -0700 | [diff] [blame^] | 38 | #pullPolicy: Always |
| 39 | pullPolicy: IfNotPresent |
| 40 | |
Gary Wu | e5ea351 | 2018-04-17 07:56:59 -0700 | [diff] [blame] | 41 | |
| 42 | # default mount path root directory referenced |
| 43 | # by persistent volumes and log files |
| 44 | # persistence: |
| 45 | # mountPath: /onapdata |
| 46 | |
| 47 | ################################################################# |
| 48 | # Enable/disable and configure helm charts (ie. applications) |
| 49 | # to customize the ONAP deployment. |
| 50 | ################################################################# |
| 51 | aaf: |
| 52 | enabled: true |
| 53 | aai: |
| 54 | enabled: true |
| 55 | # aai subchart image overrides |
| 56 | aai-champ: |
| 57 | image: onap/champ:1.2-STAGING-latest |
| 58 | aai-data-router: |
| 59 | image: onap/data-router:1.2-STAGING-latest |
| 60 | aai-modelloader: |
| 61 | image: onap/model-loader:1.2-STAGING-latest |
| 62 | aai-resources: |
| 63 | image: onap/aai-resources:1.2-STAGING-latest |
| 64 | aai-search-data: |
| 65 | image: onap/search-data-service:1.2-STAGING-latest |
| 66 | aai-sparky-be: |
| 67 | image: onap/sparky-be:1.2-STAGING-latest |
| 68 | aai-traveral: |
| 69 | image: onap/aai-traversal:1.2-STAGING-latest |
| 70 | appc: |
| 71 | enabled: false |
| 72 | clamp: |
| 73 | enabled: true |
| 74 | cli: |
| 75 | enabled: true |
| 76 | consul: |
| 77 | enabled: true |
| 78 | dcaegen2: |
| 79 | enabled: false |
| 80 | esr: |
| 81 | enabled: true |
| 82 | # esr parent chart (server) image override |
| 83 | image: onap/aai/esr-server:1.1.0-SNAPSHOT |
| 84 | # esr subchart omage override |
| 85 | esr-gui: |
| 86 | image: onap/aai/esr-gui:1.1.0-SNAPSHOT |
| 87 | log: |
| 88 | enabled: true |
| 89 | message-router: |
| 90 | enabled: true |
| 91 | # kafka: |
| 92 | # repositoryOverride: docker.io |
| 93 | # image: wurstmeister/kafka:latest |
| 94 | mock: |
| 95 | enabled: true |
| 96 | msb: |
| 97 | enabled: true |
| 98 | multicloud: |
| 99 | enabled: true |
| 100 | policy: |
| 101 | enabled: true |
| 102 | portal: |
| 103 | enabled: true |
| 104 | robot: |
| 105 | enabled: true |
Gary Wu | 19c81b4 | 2018-04-17 11:35:48 -0700 | [diff] [blame^] | 106 | #pullPolicy: Always |
Gary Wu | e5ea351 | 2018-04-17 07:56:59 -0700 | [diff] [blame] | 107 | # config: |
| 108 | # openstack configuration |
| 109 | # openStackUserName: "demo" |
| 110 | # openStackRegion: "RegionOne" |
| 111 | # openStackKeyStoneUrl: "http://10.12.25.2:5000" |
| 112 | # openStackServiceTenantName: "service" |
| 113 | # openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e" |
| 114 | sdc: |
| 115 | enabled: true |
| 116 | sdnc: |
| 117 | enabled: true |
| 118 | so: |
| 119 | enabled: true |
| 120 | # so server configuration |
| 121 | config: |
| 122 | # openstack configuration |
| 123 | openStackUserName: "demo" |
| 124 | openStackRegion: "RegionOne" |
| 125 | openStackKeyStoneUrl: "http://10.12.25.2:5000" |
| 126 | openStackServiceTenantName: "service" |
| 127 | openStackEncryptedPasswordHere: "bbaef6cd76625ab9eb60deedeae7dbb9" |
| 128 | |
| 129 | uui: |
| 130 | enabled: true |
| 131 | vfc: |
| 132 | enabled: true |
| 133 | vid: |
| 134 | enabled: true |
| 135 | vnfsdk: |
| 136 | enabled: true |