Update test config for schema ingest library
[aai/test-config.git] / aai-resources / appconfig / aaiconfig.properties
1 #
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
33 aai.config.checktime=1000
34
35 # this could come from siteconfig.pl?
36 aai.config.nodename=AutomaticallyOverwritten
37
38 aai.server.url.base=https://aai.api.simpledemo.onap.org:8443/aai/
39 aai.server.url=https://aai.api.simpledemo.onap.org:8443/aai/v14/
40 aai.global.callback.url=https://aai.api.simpledemo.onap.org:8443/aai/
41
42 aai.tools.enableBasicAuth=true
43 aai.tools.username=AAI
44 aai.tools.password=AAI
45
46 aai.truststore.filename=aai_keystore
47 aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
48 aai.keystore.filename=aai_keystore
49 aai.keystore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
50
51
52 aai.notification.current.version=v14
53 aai.notificationEvent.default.status=UNPROCESSED
54 aai.notificationEvent.default.eventType=AAI-EVENT
55 aai.notificationEvent.default.domain=dev
56 aai.notificationEvent.default.sourceName=aai
57 aai.notificationEvent.default.sequenceNumber=0
58 aai.notificationEvent.default.severity=NORMAL
59 aai.notificationEvent.default.version=v14
60 # This one lets us enable/disable resource-version checking on updates/deletes
61 aai.resourceversion.enableflag=true
62 aai.logging.maxStackTraceEntries=10
63 aai.default.api.version=v14
64
65
66
67 # Used by Model-processing code
68 aai.model.delete.sleep.per.vtx.msec=500
69 aai.model.query.resultset.maxcount=50
70 aai.model.query.timeout.sec=90
71
72 # Used by Data Grooming
73 aai.grooming.default.max.file=150
74 aai.grooming.default.sleep.minutes=7
75
76 aai.model.proc.max.levels=50
77 aai.edgeTag.proc.max.levels=50
78
79 # for transaction log
80 aai.logging.hbase.interceptor=true
81 aai.logging.hbase.enabled=true
82 aai.logging.hbase.logrequest=true
83 aai.logging.hbase.logresponse=true
84
85 # for gremlin server
86 aai.server.rebind=g
87 hbase.table.name=aailogging.dev
88 hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
89 hbase.zookeeper.quorum=localhost
90 hbase.zookeeper.property.clientPort=2181
91 hbase.zookeeper.znode.parent=/hbase
92
93 aai.logging.trace.enabled=true
94 aai.logging.trace.logrequest=false
95 aai.logging.trace.logresponse=false
96
97 aai.transaction.logging=true
98 aai.transaction.logging.get=false
99 aai.transaction.logging.post=false
100
101 aai.realtime.clients=SDNC,MSO,SO,robot-ete
102
103 #timeout for crud enabled flag
104 aai.crud.timeoutenabled=true
105
106 #timeout app specific -1 to bypass for that app id, a whole number to override the timeout with that value (in ms)
107 aai.crud.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAIRctFeed,-1|NewvceCreator,-1|IANewvceCreator,-1|AAI-CSIOVALS,-1
108
109 #default timeout limit added for crud if not overridden (in ms)
110 aai.crud.timeoutlimit=100000
111 #limit set for bulk consumer APIS
112 aai.bulkconsumer.payloadlimit=30
113
114 #uncomment and use header X-OverrideLimit with the value to override the bulk api limit
115 #aai.bulkconsumer.payloadoverride=E6F04B93462CB5B0EDF41C05A9DDF5C3FE59748F
116 aai.bulkconsumer.payloadoverride=false