Release 1.13.4 docker artifact of aai-resources
[aai/resources.git] / aai-resources / src / main / resources / etc / appprops / aaiconfig.properties
1 #
2 # ============LICENSE_START=======================================================
3 # org.onap.aai
4 # ================================================================================
5 # Copyright © 2017-18 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 ####################################################################
21 #  REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
22 #  TEMPLATE AND *ALL* DATAFILES
23 ####################################################################
24
25 aai.config.checktime=1000
26
27 # this could come from siteconfig.pl?
28 aai.config.nodename=AutomaticallyOverwritten
29
30 aai.logging.hbase.interceptor=true
31 aai.logging.hbase.enabled=true
32 aai.logging.hbase.logrequest=true
33 aai.logging.hbase.logresponse=true
34
35 aai.logging.trace.enabled=true
36 aai.logging.trace.logrequest=false
37 aai.logging.trace.logresponse=false
38
39 aai.transaction.logging=true
40 aai.transaction.logging.get=false
41 aai.transaction.logging.post=true
42
43 aai.tools.enableBasicAuth=true
44 aai.tools.username=AAI
45 aai.tools.password=AAI
46
47 aai.server.url.base=https://localhost:8443/aai/
48 aai.server.url=https://localhost:8443/aai/v20/
49 aai.global.callback.url=https://localhost:8443/aai/
50
51 aai.truststore.filename=aai_keystore
52 aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
53 aai.keystore.filename=aai-client-cert.p12
54 aai.keystore.passwd.x=
55
56 aai.notification.current.version=v20
57 aai.notificationEvent.default.status=UNPROCESSED
58 aai.notificationEvent.default.eventType=AAI-EVENT
59 aai.notificationEvent.default.domain=devINT1
60 aai.notificationEvent.default.sourceName=aai
61 aai.notificationEvent.default.sequenceNumber=0
62 aai.notificationEvent.default.severity=NORMAL
63 aai.notificationEvent.default.version=v20
64 # This one lets us enable/disable resource-version checking on updates/deletes
65 aai.resourceversion.enableflag=true
66 aai.logging.maxStackTraceEntries=10
67 aai.default.api.version=v20
68
69 # Used by Model-processing code
70 aai.model.delete.sleep.per.vtx.msec=500
71 aai.model.query.resultset.maxcount=50
72 aai.model.query.timeout.sec=90
73  
74 # Used by Data Grooming
75 aai.grooming.default.max.fix=150
76 aai.grooming.default.sleep.minutes=7
77
78 # Used by DupeTool
79 aai.dupeTool.default.max.fix=25
80 aai.dupeTool.default.sleep.minutes=7
81
82 aai.model.proc.max.levels=50
83 aai.edgeTag.proc.max.levels=50
84
85 # Used by the ForceDelete tool
86 aai.forceDel.protected.nt.list=cloud-region
87 aai.forceDel.protected.edge.count=10
88 aai.forceDel.protected.descendant.count=10
89
90 # dmaap is deprecated now kafka is used
91 # aai.dmaap.workload.enableEventProcessing=true
92
93 aai.realtime.clients=RO,SDNC,MSO,SO
94 aai.jms.enable=false
95
96 #timeout for crud enabled flag
97 aai.crud.timeoutenabled=true
98
99 #timeout app specific -1 to bypass for that app id, a whole number to override the timeout with that value (in ms)
100 aai.crud.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAIRctFeed,-1|NewvceCreator,-1|IANewvceCreator,-1|AAI-CSIOVALS,-1|AAI-SAREA,-1
101
102 #default timeout limit added for crud if not overridden (in ms)
103 aai.crud.timeoutlimit=100000
104
105 #limit set for bulk consumer APIS
106 aai.bulkconsumer.payloadlimit=30
107
108 #uncomment and use header X-OverrideLimit with the value to override the bulk api limit
109 #aai.bulkconsumer.payloadoverride=E6F04B93462CB5B0EDF41C05A9DDF5C3FE59748F
110 aai.bulkconsumer.payloadoverride=false
111
112 aai.rest.getall.depthparam=5807c3c3-92cd-44d7-a508-8539cd36ecda
113 #data import task
114 aai.dataimport.enable=true
115 aai.dataimport.input.location=/etc/scriptdata/addmanualdata/tenant_isolation
116 aai.resourceversion.disabled.uuid=38cf3090-6a0c-4e9d-8142-4332a7352846
117
118 aai.use.realtime=true
119
120 # Threshold for margin of error (in ms) for resources_with_sot format to derive the most recent http method performed
121 aai.resource.formatter.threshold=10
122
123 # Indicating whether or not to log the implicit delete objects
124 # Set this property to true if you want to log implicit delete objects
125 aai.implied.delete.log.enabled=false
126 # Specifies how much upper bound the deletable objects should you log
127 # If this property is not specified it will log everything
128 # Uncomment it and specify an upper limit if you only want to log up to a certain deletes
129 #aai.implied.delete.log.limit=10000
130
131 #################################################################################
132 #
133 # aai.implied.delete.whitelist.< X-FromAppId HTTP Header in lowercase >=<List of objects comma seperated in single quotes>
134 #
135 # Examples:
136 #
137 # aai.implied.delete.whitelist.so='vserver'
138 #
139 # Above example, if an HTTP Header X-FromAppId with value SO or So or sO or so
140 # made a PUT request with vserver and set the children as empty in payload
141 # Then they would be allowed to do so
142 # For any other objects SO would not be able to delete children
143 # it would fail with an error
144 #
145 #################################################################################
146 # aai.implied.delete.whitelist.sdc=*
147 #
148 # Above example, if an HTTP header X-FromAppId with value sdc, case insensitive,
149 # they are able to implicitly delete any children object on PUT
150 #
151 #################################################################################
152 # aai.implied.delete.whitelist.idf='vserver','vce'
153 #
154 # Above example, if an HTTP header X-FromAppId with value idf, case insensitive,
155 # they are able to implicitly delete on children of vce and vserver on PUT
156 #
157 #################################################################################
158 aai.implied.delete.whitelist.sdnc='vce'
159 aai.implied.delete.whitelist.ro='vserver'
160
161 property.null.validation.enabled=true
162
163 #
164 # AAI Graph DB checker task
165 #
166
167 # Indicator to enable or disable scheduled task (true/false)
168 aai.graph.checker.task.enabled=false
169
170 # Delay, in seconds, before the scheduled task is started, if enabled
171 aai.graph.checker.task.delay=5
172
173 # Period, in seconds, between two consecutive executions of the scheduled task, if enabled
174 aai.graph.checker.task.period=10