Update aai-common version to 1.13.4 in graphadmin
[aai/graphadmin.git] / 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.transaction.logging=true
31 aai.transaction.logging.get=true
32 aai.transaction.logging.post=true
33
34 aai.server.url.base=https://localhost:8443/aai/
35 aai.server.url=https://localhost:8443/aai/v14/
36 aai.oldserver.url.base=https://localhost:8443/aai/servers/
37 aai.oldserver.url=https://localhost:8443/aai/servers/v2/
38 aai.global.callback.url=https://localhost:8443/aai/
39
40 # Start of INTERNAL Specific Properties
41
42 aai.truststore.filename=aai_keystore
43 aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
44 aai.keystore.filename=aai-client-cert.p12
45 aai.keystore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
46
47 aai.realtime.clients=RO,SDNC,MSO,SO
48
49 # End of INTERNAL Specific Properties
50
51 aai.notification.current.version=v14
52 aai.notificationEvent.default.status=UNPROCESSED
53 aai.notificationEvent.default.eventType=AAI-EVENT
54 aai.notificationEvent.default.domain=devINT1
55 aai.notificationEvent.default.sourceName=aai
56 aai.notificationEvent.default.sequenceNumber=0
57 aai.notificationEvent.default.severity=NORMAL
58 aai.notificationEvent.default.version=v14
59 # This one lets us enable/disable resource-version checking on updates/deletes
60 aai.resourceversion.enableflag=true
61 aai.logging.maxStackTraceEntries=10
62 aai.default.api.version=v14
63
64 # Used by Model-processing code
65 aai.model.delete.sleep.per.vtx.msec=500
66 aai.model.query.resultset.maxcount=50
67 aai.model.query.timeout.sec=90
68  
69 # Used by Data Grooming
70 aai.grooming.default.max.fix=150
71 aai.grooming.default.sleep.minutes=7
72
73 # Used by Data Snapshot
74 aai.datasnapshot.default.threads.for.create=16
75 aai.datasnapshot.max.nodes.per.file.for.create=120000
76
77 # Used by DupeTool
78 aai.dupeTool.default.max.fix=25
79 aai.dupeTool.default.sleep.minutes=7
80
81 aai.model.proc.max.levels=50
82 aai.edgeTag.proc.max.levels=50
83
84 # Used by the ForceDelete tool
85 aai.forceDel.protected.nt.list=cloud-region
86 aai.forceDel.protected.edge.count=10
87 aai.forceDel.protected.descendant.count=10
88
89 # Used for CTAG-Pool generation
90 aai.ctagPool.rangeString.vplsPe1=2001-2500
91 aai.ctagPool.rangeString.vplsPe2=2501-3000
92
93 aai.jms.enable=false
94
95 #used by the dataGrooming and dataSnapshot cleanup tasks
96 aai.cron.enable.datagroomingcleanup=true
97 aai.cron.enable.datasnapshotcleanup=true
98 aai.datagrooming.agezip=5
99 aai.datagrooming.agedelete=30
100 aai.datasnapshot.agezip=5
101 aai.datasnapshot.agedelete=30
102 aai.datamigration.agedelete=30
103
104 #used by the dataSnapshot and dataGrooming tasks
105 aai.cron.enable.dataSnapshot=true
106 aai.cron.enable.dataGrooming=true
107
108 #used by the dataGrooming tasks
109 aai.datagrooming.enableautofix=true
110 aai.datagrooming.enabledupefixon=true
111 aai.datagrooming.enabledontfixorphans=true
112 aai.datagrooming.enabletimewindowminutes=true
113 aai.datagrooming.enableskiphostcheck=false
114 aai.datagrooming.enablesleepminutes=false
115 aai.datagrooming.enableedgesonly=false
116 aai.datagrooming.enableskipedgechecks=false
117 aai.datagrooming.enablemaxfix=false
118 aai.datagrooming.enablesinglecommits=false
119 aai.datagrooming.enabledupecheckoff=false
120 aai.datagrooming.enableghost2checkoff=false
121 aai.datagrooming.enableghost2fixon=false
122 aai.datagrooming.enablef=false
123 aai.datagrooming.enableskipindexupdatefix=true
124
125 # used by the dataGrooming to set values
126 aai.datagrooming.timewindowminutesvalue=10500
127 aai.datagrooming.sleepminutesvalue=100
128 aai.datagrooming.maxfixvalue=10
129 aai.datagrooming.fvalue=10
130
131 #timeout for traversal enabled flag
132 aai.graphadmin.timeoutenabled=true
133
134 #timeout app specific -1 to bypass for that app id, a whole number to override the timeout with that value (in ms)
135 aai.graphadmin.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1
136
137 #default timeout limit added for graphadmin if not overridden (in ms)
138 aai.graphadmin.timeoutlimit=180000
139
140 # Disable the process check which are oriented towards linux OS
141 # These props should only be true for local on windows
142 aai.disable.check.snapshot.running=true
143 aai.disable.check.grooming.running=true
144
145 # Specify the params listed right here that you would have send to the dataSnapshot shell script
146 # JUST_TAKE_SNAPSHOT
147 # THREADED_SNAPSHOT 2 DEBUG
148 # THREADED_SNAPSHOT 2
149 aai.datasnapshot.params=JUST_TAKE_SNAPSHOT
150
151 #Data export task properties
152 aai.dataexport.enable=false
153 aai.dataexport.enable.schema.validation=false
154 aai.dataexport.output.location=/etc/scriptdata/addmanualdata/tenant_isolation/payload
155 aai.dataexport.enable.multiple.snapshots=false
156 aai.dataexport.node.config.location=/etc/scriptdata/tenant_isolation/nodes.json
157 aai.dataexport.input.filter.config.location=/etc/scriptdata/tenant_isolation/inputFilters.json
158 aai.dataexport.enable.partial.graph=false
159
160 # Threshold for margin of error (in ms) for resources_with_sot format to derive the most recent http method performed
161 aai.resource.formatter.threshold=10