blob: d5a5db0494d3f7ad0d8fd6e21bbfb6c5a9a7bdea [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# Copyright © 2017 Amdocs, Bell Canada
toshrajbhardwajf4fc1c62018-08-06 07:35:14 +00002# Modifications Copyright © 2018 AT&T
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
kj9bf27312018-03-19 15:07:44 +020016# Default values for aai.
17# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19global: # global defaults
20 nodePortPrefix: 302
21 repository: nexus3.onap.org:10001
kj9bf27312018-03-19 15:07:44 +020022 dockerhubRepository: docker.io
23 busyboxImage: busybox
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -040024
kj9bf27312018-03-19 15:07:44 +020025 readinessRepository: oomk8s
BorislavG3d6f9372018-04-15 11:55:39 +000026 readinessImage: readiness-check:2.0.0
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -040027
kj9bf27312018-03-19 15:07:44 +020028 loggingRepository: docker.elastic.co
29 loggingImage: beats/filebeat:5.5.0
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -040030
kj9bf27312018-03-19 15:07:44 +020031 restartPolicy: Always
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -040032
Ravi Gedac6b5e852018-09-30 21:14:41 +010033 installSidecarSecurity: false
Kajur, Harish (vk250x)829a7b32018-11-07 12:51:35 -050034 aafEnabled: true
Ravi Gedac6b5e852018-09-30 21:14:41 +010035
36 fproxy:
37 name: forward-proxy
38 activeSpringProfiles: noHostVerification,cadi
39 image: onap/fproxy:2.1-STAGING-latest
40 port: 10680
41
42 rproxy:
43 name: reverse-proxy
44 activeSpringProfiles: noHostVerification,cadi
45 image: onap/rproxy:2.1-STAGING-latest
46 port: 10692
47
48 tproxyConfig:
49 name: init-tproxy-config
50 image: onap/tproxy-config:2.1-STAGING-latest
51
52 # AAF server details. Only needed if the AAF DNS does not resolve from the pod
53 aaf:
54 serverIp: 10.12.6.214
55 serverHostname: aaf.osaaf.org
56 serverPort: 30247
57
vagrant1a3a3552018-03-10 23:56:32 +000058 cassandra:
Keren Joseph5689d5f2018-04-22 15:22:46 +030059 serviceName: aai-cassandra
vagrant1a3a3552018-03-10 23:56:32 +000060 replicas: 3
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -040061
Keren Joseph5689d5f2018-04-22 15:22:46 +030062 aai:
BorislavG2d4426e2018-05-22 11:31:39 +000063 serviceName: aai
Keren Joseph5689d5f2018-04-22 15:22:46 +030064 babel:
65 serviceName: aai-babel
66 champ:
67 serviceName: aai-champ
68 aaiElasticsearch:
69 serviceName: aai-elasticsearch
Keren Joseph5689d5f2018-04-22 15:22:46 +030070 resources:
71 serviceName: aai-resources
72 sparkyBe:
73 serviceName: aai-sparky-be
74 dataRouter:
75 serviceName: aai-data-router
76 gizmo:
77 serviceName: aai-gizmo
78 modelloader:
79 serviceName: aai-modelloader
80 searchData:
81 serviceName: aai-search-data
82 traversal:
83 serviceName: aai-traversal
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -040084 graphadmin:
85 serviceName: aai-graphadmin
Michael Arrastiaf0b74b12018-08-21 13:36:27 +010086 spike:
87 serviceName: aai-spike
Keren Joseph5689d5f2018-04-22 15:22:46 +030088
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -040089 initContainers:
90 enabled: true
91 # Specifies a list of jobs to be run
92 jobs:
93 # When enabled, it will create the schema based on oxm and edge rules
94 createSchema:
95 enabled: true
96 # When enabled, it will create the widget models via REST API to haproxy
97 updateQueryData:
98 enabled: true
99
100 # Common configuration for resources traversal and graphadmin
101 config:
102 # User information for the admin user in container
103 userId: 1000
104 groupId: 1000
105
106 # Specifies that the cluster connected to a dynamic
107 # cluster being spinned up by kubernetes deployment
108 cluster:
109 cassandra:
110 dynamic: true
111
112 # If cluster.cassandra.dynamic is set to false
113 # Then the following configuration should be uncommented
114 # This is if you are planning to connect to a existing
115 # Cassandra cluster instead of doing the deployment
116 #storage:
117 # backend: cassandra
118 # hostname: somehost1,somehost2,somehost3
119 # connectionTimeout: 100000
120 # cacheSize: 1000000
121 # clusterName: someClusterName
122 # localDataCenter: someDataCenter
123 # keyConsistent: true
124 # # If backend is cql or cassandra it should be keyspace name
125 # # else backend is hbase it should be hbase table name
126 # name: your_hbase_table_or_keyspace_name
127
128 # # CQL driver specific properties for janusgraph
129 # cql:
130 # # Name of the Cassandra Cluster
131 # cluster: someclustername
132 # readConsistency: QUORUM
133 # writeConsistency: QUORUM
134 # replicationFactor: 3
135 # localConsistencyForSysOps: true
136
137 # # Cassandra driver specific properties for janusgraph
138 # cassandra:
139 # # Name of the Cassandra Cluster
140 # cluster: someclustername
141 # readConsistency: LOCAL_QUORUM
142 # writeConsistency: LOCAL_QUORUM
143 # replicationFactor: 3
144
145 # Specifies if the basic authorization is enabled
146 basic:
147 auth:
148 enabled: true
149 username: AAI
150 passwd: AAI
151
152 # Active spring profiles for the resources microservice
153 profiles:
Kajur, Harish (vk250x)b6b6adc2018-10-25 18:08:18 -0400154 active: production,dmaap,aaf-auth
Kajur, Harish (vk250x)00107b52018-09-06 14:44:40 -0400155
156 # Notification event specific properties
157 notification:
158 eventType: AAI-EVENT
159 domain: dev
160
161 # Schema specific properties that include supported versions of api
162 schema:
163 source:
164 # Specifies which folder to take a look at
165 name: onap
166 uri:
167 # Base URI Path of the application
168 base:
169 path: /aai
170 version:
171 # Current version of the REST API
172 api:
173 default: v14
174 # Specifies which version the depth parameter is configurable
175 depth: v9
176 # List of all the supported versions of the API
177 list: v8,v9,v10,v11,v12,v13,v14
178 # Specifies from which version related link should appear
179 related:
180 link: v10
181 # Specifies from which version the app root change happened
182 app:
183 root: v11
184 # Specifies from which version the xml namespace changed
185 namespace:
186 change: v12
187 # Specifies from which version the edge label appeared in API
188 edge:
189 label: v12
190
191 # Keystore configuration password and filename
192 keystore:
193 filename: aai_keystore
194 passwd: OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
195
196 # Truststore configuration password and filename
197 truststore:
198 filename: aai_keystore
199 passwd: OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
200
201 # Specifies a list of files to be included in auth volume
202 auth:
203 files:
204 - aai_keystore
205
206 # Specifies which clients should always default to realtime graph connection
207 realtime:
208 clients: SDNC,MSO,SO,robot-ete
209
210 # Logback debug enabled
211 logback:
212 console:
213 # If enabled, container will print all logback to standard output
214 # This will make debugging much easier but it should only be done
215 # when debugging the issue and changed back as it can affect performance
216 # since when this is enabled, it prints a lot of information to console
217 enabled: false
kj9bf27312018-03-19 15:07:44 +0200218
219# application image
220dockerhubRepository: registry.hub.docker.com
Jimmy Forsythf4613972018-06-08 14:30:27 -0400221image: aaionap/haproxy:1.2.4
kerenjfdc17622017-08-24 11:32:22 +0000222pullPolicy: Always
Alexis de Talhouëtdf4db0b2017-12-11 08:36:25 -0500223
rajeshkalai0e892012018-09-18 16:55:39 -0400224flavor: small
225
kj9bf27312018-03-19 15:07:44 +0200226# flag to enable debugging - application support required
227debugEnabled: false
Jerome Doucerain7c0f04b2018-03-17 14:18:41 -0400228
kj9bf27312018-03-19 15:07:44 +0200229# application configuration
BorislavG5f3b6192018-03-25 18:12:38 +0300230config:
231 logstashServiceName: log-ls
232 logstashPort: 5044
233
kj9bf27312018-03-19 15:07:44 +0200234# default number of instances
235replicaCount: 1
236
237nodeSelector: {}
238
239affinity: {}
240
241# probe configuration parameters
242liveness:
243 initialDelaySeconds: 10
244 periodSeconds: 10
245 # necessary to disable liveness probe when setting breakpoints
246 # in debugger so K8s doesn't restart unresponsive container
247 enabled: true
248
249readiness:
250 initialDelaySeconds: 10
251 periodSeconds: 10
252
253service:
254 type: NodePort
BorislavG2d4426e2018-05-22 11:31:39 +0000255 portName: aai
kj9bf27312018-03-19 15:07:44 +0200256 externalPort: 8080
257 internalPort: 8080
258 nodePort: 32
BorislavG2d4426e2018-05-22 11:31:39 +0000259 portName2: aai-ssl
kj9bf27312018-03-19 15:07:44 +0200260 externalPort2: 8443
261 internalPort2: 8443
262 nodePort2: 33
BorislavG2d4426e2018-05-22 11:31:39 +0000263 # POLICY hotfix - Note this must be temporary
264 # See https://jira.onap.org/browse/POLICY-510
265 aaiServiceClusterIp:
kj9bf27312018-03-19 15:07:44 +0200266
267ingress:
268 enabled: false
269
rajeshkalai0e892012018-09-18 16:55:39 -0400270resources:
271 small:
272 limits:
273 cpu: 2
274 memory: 4Gi
275 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000276 cpu: 1
277 memory: 1Gi
rajeshkalai0e892012018-09-18 16:55:39 -0400278 large:
279 limits:
280 cpu: 4
281 memory: 8Gi
282 requests:
Mandeep Khinda3c134252018-09-19 23:56:37 +0000283 cpu: 2
284 memory: 2Gi
Ravi Gedac6b5e852018-09-30 21:14:41 +0100285 unlimited: {}