blob: d0e322d2d853600b9bece092150a3bdb1c2a2851 [file] [log] [blame]
vagrant1a3a3552018-03-10 23:56:32 +00001#
2# ============LICENSE_START=======================================================
3# org.onap.aai
4# ================================================================================
5# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END=========================================================
19#
20# ECOMP is a trademark and service mark of AT&T Intellectual Property.
21#
22
23####################################################################
24# REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
25# TEMPLATE AND *ALL* DATAFILES
26####################################################################
27
28####################################################################
29# REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
30# TEMPLATE AND *ALL* DATAFILES
31####################################################################
32
33aai.config.checktime=1000
34
35# this could come from siteconfig.pl?
36aai.config.nodename=AutomaticallyOverwritten
37
38
39
40aai.auth.cspcookies_on=false
41aai.dbmodel.filename=ex5.json
42
43aai.server.url.base=https://aai.{{ include "common.namespace" . }}:8443/aai/
44aai.server.url=https://aai.{{ include "common.namespace" . }}:8443/aai/v11/
45aai.global.callback.url=https://aai.{{ include "common.namespace" . }}:8443/aai/
46
47aai.tools.enableBasicAuth=true
48aai.tools.username=AAI
49aai.tools.password=AAI
50
51aai.truststore.filename=aai_keystore
52aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
53aai.keystore.filename=aai_keystore
54aai.keystore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
55
56
57aai.notification.current.version=v11
58aai.notificationEvent.default.status=UNPROCESSED
59aai.notificationEvent.default.eventType=AAI-EVENT
60aai.notificationEvent.default.domain=dev
61aai.notificationEvent.default.sourceName=aai
62aai.notificationEvent.default.sequenceNumber=0
63aai.notificationEvent.default.severity=NORMAL
64aai.notificationEvent.default.version=v11
65# This one lets us enable/disable resource-version checking on updates/deletes
66aai.resourceversion.enableflag=true
67aai.logging.maxStackTraceEntries=10
68aai.default.api.version=v11
69
70
71
72# Used by Model-processing code
73aai.model.delete.sleep.per.vtx.msec=500
74aai.model.query.resultset.maxcount=50
75aai.model.query.timeout.sec=90
76
77# Used by Data Grooming
78aai.grooming.default.max.file=150
79aai.grooming.default.sleep.minutes=7
80
81aai.model.proc.max.levels=50
82aai.edgeTag.proc.max.levels=50
83
vagrant1a3a3552018-03-10 23:56:32 +000084aai.logging.trace.enabled=true
85aai.logging.trace.logrequest=false
86aai.logging.trace.logresponse=false
87
88aai.transaction.logging=true
89aai.transaction.logging.get=false
90aai.transaction.logging.post=false
91
Jimmy Forsyth3684a562018-05-16 15:09:46 -040092aai.realtime.clients=SDNC,MSO,SO,robot-ete
Kajur, Harish (vk250x)b5f87b42018-05-03 16:53:51 -040093
vagrant1a3a3552018-03-10 23:56:32 +000094#timeout for crud enabled flag
95aai.crud.timeoutenabled=true
96
97#timeout app specific -1 to bypass for that app id, a whole number to override the timeout with that value (in ms)
98aai.crud.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAIRctFeed,-1|NewvceCreator,-1|IANewvceCreator,-1|AAI-CSIOVALS,-1
99
100#default timeout limit added for crud if not overridden (in ms)
101aai.crud.timeoutlimit=100000
102#limit set for bulk consumer APIS
103aai.bulkconsumer.payloadlimit=30
104
105#uncomment and use header X-OverrideLimit with the value to override the bulk api limit
106#aai.bulkconsumer.payloadoverride=E6F04B93462CB5B0EDF41C05A9DDF5C3FE59748F
107aai.bulkconsumer.payloadoverride=false