vaibhav_16dec | 0e58a66 | 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 | a71542f | 2017-08-25 03:31:17 +0000 | [diff] [blame] | 15 | nsPrefix: onap |
kerenj | 3db4be5 | 2017-08-24 11:32:22 +0000 | [diff] [blame] | 16 | pullPolicy: Always |
kerenj | a85a58a | 2017-08-29 09:56:36 +0000 | [diff] [blame] | 17 | nodePortPrefix: 302 |
Alexis de Talhouët | d97a78c | 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 | 07019bc | 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 | 3db4be5 | 2017-08-24 11:32:22 +0000 | [diff] [blame] | 31 | image: |
kerenj | 57ff8a9 | 2018-02-22 11:58:16 +0000 | [diff] [blame] | 32 | readiness: oomk8s/readiness-check:1.1.0 |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 33 | aaiProxy: aaionap/haproxy |
Venkata Harish K Kajur | 92c1ebf | 2017-11-06 17:41:31 +0000 | [diff] [blame] | 34 | aaiProxyVersion: 1.1.0 |
Venkata Harish K Kajur | dbd77f6 | 2017-09-23 03:08:09 +0000 | [diff] [blame] | 35 | aaiHbaseImage: aaionap/hbase |
| 36 | aaiHbaseVersion: 1.2.0 |
Alexis de Talhouët | 85af5aa | 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 | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 39 | aaiResourcesImage: nexus3.onap.org:10001/openecomp/aai-resources |
Alexis de Talhouët | 85af5aa | 2017-11-29 07:50:38 -0500 | [diff] [blame] | 40 | aaiResourcesVersion: v1.1.0 |
Mandeep Khinda | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 41 | aaiTraversalImage: nexus3.onap.org:10001/openecomp/aai-traversal |
Alexis de Talhouët | 85af5aa | 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 | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 45 | elasticsearchImage: elasticsearch |
| 46 | elasticsearchVersion: 2.4.1 |
Alexis de Talhouët | 85af5aa | 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 | fc06843 | 2017-08-30 14:24:02 +0000 | [diff] [blame] | 51 | gremlinServerImage: aaionap/gremlin-server |
BorislavG | c4bafe1 | 2017-10-03 15:40:55 +0300 | [diff] [blame] | 52 | filebeat: docker.elastic.co/beats/filebeat:5.5.0 |
mayankg2703 | 9e9636f | 2018-02-05 17:18:18 +0000 | [diff] [blame] | 53 | es_bb: busybox |
Jerome Doucerain | 9e5c757 | 2018-03-17 14:18:41 -0400 | [diff] [blame^] | 54 | aaicoreversion: 1.1.0-SNAPSHOT |
| 55 | persistence: |
| 56 | enabled: true |
| 57 | |
| 58 | ## A manually managed Persistent Volume and Claim |
| 59 | ## Requires persistence.enabled: true |
| 60 | ## If defined, PVC must be created manually before volume will be bound |
| 61 | # existingClaim: |
| 62 | volumeReclaimPolicy: Retain |
| 63 | |
| 64 | ## database data Persistent Volume Storage Class |
| 65 | ## If defined, storageClassName: <storageClass> |
| 66 | ## If set to "-", storageClassName: "", which disables dynamic provisioning |
| 67 | ## If undefined (the default) or set to null, no storageClassName spec is |
| 68 | ## set, choosing the default provisioner. (gp2 on AWS, standard on |
| 69 | ## GKE, AWS & OpenStack) |
| 70 | ## |
| 71 | # storageClass: "-" |
| 72 | accessMode: ReadWriteMany |
| 73 | size: 2Gi |
| 74 | mountPath: /dockerdata-nfs |
| 75 | mountSubPath: aai/data-router/logs |
| 76 | |