blob: e283cb6f2ed7ff0fcbb7bfa018fdad4b3b557342 [file] [log] [blame]
vaibhav_16dec0e58a662018-03-22 09:07:12 +00001# 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 Khindaa71542f2017-08-25 03:31:17 +000015nsPrefix: onap
kerenj3db4be52017-08-24 11:32:22 +000016pullPolicy: Always
kerenja85a58a2017-08-29 09:56:36 +000017nodePortPrefix: 302
Alexis de Talhouëtd97a78c2017-12-11 08:36:25 -050018
19# POLICY hotfix - Note this must be temporary
20# See https://jira.onap.org/browse/POLICY-510
21aaiServiceClusterIp: 10.43.255.254
vaibhav_16dec07019bc2018-02-14 05:32:10 +000022aaiServiceReplicas: 1
23aaiResourceReplicas: 1
24aaiTraversalReplicas: 1
25dataRouterReplicas: 1
26elasticsearchReplicas: 1
27hbaseReplicas: 1
28modelLoaderReplicas: 1
29searchDataServiceReplicas: 1
30sparkyReplicas: 1
kerenj3db4be52017-08-24 11:32:22 +000031image:
kerenj57ff8a92018-02-22 11:58:16 +000032 readiness: oomk8s/readiness-check:1.1.0
Mandeep Khindafc068432017-08-30 14:24:02 +000033 aaiProxy: aaionap/haproxy
Venkata Harish K Kajur92c1ebf2017-11-06 17:41:31 +000034 aaiProxyVersion: 1.1.0
Venkata Harish K Kajurdbd77f62017-09-23 03:08:09 +000035 aaiHbaseImage: aaionap/hbase
36 aaiHbaseVersion: 1.2.0
Alexis de Talhouët85af5aa2017-11-29 07:50:38 -050037 modelLoaderImage: nexus3.onap.org:10001/onap/model-loader
38 modelLoaderVersion: v1.1.0
Mandeep Khindafc068432017-08-30 14:24:02 +000039 aaiResourcesImage: nexus3.onap.org:10001/openecomp/aai-resources
Alexis de Talhouët85af5aa2017-11-29 07:50:38 -050040 aaiResourcesVersion: v1.1.0
Mandeep Khindafc068432017-08-30 14:24:02 +000041 aaiTraversalImage: nexus3.onap.org:10001/openecomp/aai-traversal
Alexis de Talhouët85af5aa2017-11-29 07:50:38 -050042 aaiTraversalVersion: v1.1.0
43 dataRouterImage: nexus3.onap.org:10001/onap/data-router
44 dataRouterVersion: v1.1.0
Mandeep Khindafc068432017-08-30 14:24:02 +000045 elasticsearchImage: elasticsearch
46 elasticsearchVersion: 2.4.1
Alexis de Talhouët85af5aa2017-11-29 07:50:38 -050047 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 Khindafc068432017-08-30 14:24:02 +000051 gremlinServerImage: aaionap/gremlin-server
BorislavGc4bafe12017-10-03 15:40:55 +030052 filebeat: docker.elastic.co/beats/filebeat:5.5.0
mayankg27039e9636f2018-02-05 17:18:18 +000053 es_bb: busybox
Jerome Doucerain9e5c7572018-03-17 14:18:41 -040054aaicoreversion: 1.1.0-SNAPSHOT
55persistence:
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