vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [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 | |
Mandeep Khinda | 0e8f889 | 2017-08-25 03:31:17 +0000 | [diff] [blame] | 15 | nsPrefix: onap |
kerenj | fdc1762 | 2017-08-24 11:32:22 +0000 | [diff] [blame] | 16 | pullPolicy: Always |
kerenj | 78eff21 | 2017-08-29 09:56:36 +0000 | [diff] [blame] | 17 | nodePortPrefix: 302 |
Alexis de Talhouët | df4db0b | 2017-12-11 08:36:25 -0500 | [diff] [blame] | 18 | |
| 19 | # POLICY hotfix - Note this must be temporary |
| 20 | # See https://jira.onap.org/browse/POLICY-510 |
| 21 | aaiServiceClusterIp: 10.43.255.254 |
vaibhav_16dec | a97d3fd | 2018-02-14 05:32:10 +0000 | [diff] [blame] | 22 | aaiServiceReplicas: 1 |
| 23 | aaiResourceReplicas: 1 |
| 24 | aaiTraversalReplicas: 1 |
| 25 | dataRouterReplicas: 1 |
| 26 | elasticsearchReplicas: 1 |
| 27 | hbaseReplicas: 1 |
| 28 | modelLoaderReplicas: 1 |
| 29 | searchDataServiceReplicas: 1 |
| 30 | sparkyReplicas: 1 |
kerenj | fdc1762 | 2017-08-24 11:32:22 +0000 | [diff] [blame] | 31 | image: |
kerenj | 1c90802 | 2018-02-22 11:58:16 +0000 | [diff] [blame] | 32 | readiness: oomk8s/readiness-check:1.1.0 |
Mandeep Khinda | 4b88197 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 33 | aaiProxy: aaionap/haproxy |
Venkata Harish K Kajur | 134c625 | 2017-11-06 17:41:31 +0000 | [diff] [blame] | 34 | aaiProxyVersion: 1.1.0 |
Venkata Harish K Kajur | 82556a8 | 2017-09-23 03:08:09 +0000 | [diff] [blame] | 35 | aaiHbaseImage: aaionap/hbase |
| 36 | aaiHbaseVersion: 1.2.0 |
Alexis de Talhouët | 5425c73 | 2017-11-29 07:50:38 -0500 | [diff] [blame] | 37 | modelLoaderImage: nexus3.onap.org:10001/onap/model-loader |
| 38 | modelLoaderVersion: v1.1.0 |
Mandeep Khinda | 4b88197 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 39 | aaiResourcesImage: nexus3.onap.org:10001/openecomp/aai-resources |
Alexis de Talhouët | 5425c73 | 2017-11-29 07:50:38 -0500 | [diff] [blame] | 40 | aaiResourcesVersion: v1.1.0 |
Mandeep Khinda | 4b88197 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 41 | aaiTraversalImage: nexus3.onap.org:10001/openecomp/aai-traversal |
Alexis de Talhouët | 5425c73 | 2017-11-29 07:50:38 -0500 | [diff] [blame] | 42 | aaiTraversalVersion: v1.1.0 |
| 43 | dataRouterImage: nexus3.onap.org:10001/onap/data-router |
| 44 | dataRouterVersion: v1.1.0 |
Mandeep Khinda | 4b88197 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 45 | elasticsearchImage: elasticsearch |
| 46 | elasticsearchVersion: 2.4.1 |
Alexis de Talhouët | 5425c73 | 2017-11-29 07:50:38 -0500 | [diff] [blame] | 47 | searchDataImage: nexus3.onap.org:10001/onap/search-data-service |
| 48 | searchDataVersion: v1.1.0 |
| 49 | sparkyBeImage: nexus3.onap.org:10001/onap/sparky-be |
| 50 | sparkyBeVersion: v1.1.0 |
Mandeep Khinda | 4b88197 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 51 | gremlinServerImage: aaionap/gremlin-server |
BorislavG | b2b9918 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 52 | filebeat: docker.elastic.co/beats/filebeat:5.5.0 |
mayankg2703 | 4e6c933 | 2018-02-05 17:18:18 +0000 | [diff] [blame] | 53 | es_bb: busybox |