2 # ============LICENSE_START=======================================================
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
11 # http://www.apache.org/licenses/LICENSE-2.0
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=========================================================
20 ####################################################################
21 # REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
22 # TEMPLATE AND *ALL* DATAFILES
23 ####################################################################
25 aai.config.checktime=1000
27 # this could come from siteconfig.pl?
28 aai.config.nodename=AutomaticallyOverwritten
30 aai.transaction.logging=true
31 aai.transaction.logging.get=true
32 aai.transaction.logging.post=true
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/
40 # Start of INTERNAL Specific Properties
42 aai.realtime.clients=RO,SDNC,MSO,SO
44 # End of INTERNAL Specific Properties
46 aai.notification.current.version=v14
47 aai.notificationEvent.default.status=UNPROCESSED
48 aai.notificationEvent.default.eventType=AAI-EVENT
49 aai.notificationEvent.default.domain=devINT1
50 aai.notificationEvent.default.sourceName=aai
51 aai.notificationEvent.default.sequenceNumber=0
52 aai.notificationEvent.default.severity=NORMAL
53 aai.notificationEvent.default.version=v14
54 # This one lets us enable/disable resource-version checking on updates/deletes
55 aai.resourceversion.enableflag=true
56 aai.logging.maxStackTraceEntries=10
57 aai.default.api.version=v14
59 # Used by Model-processing code
60 aai.model.delete.sleep.per.vtx.msec=500
61 aai.model.query.resultset.maxcount=50
62 aai.model.query.timeout.sec=90
64 # Used by Data Grooming
65 aai.grooming.default.max.fix=150
66 aai.grooming.default.sleep.minutes=7
68 # Used by Data Snapshot
69 aai.datasnapshot.default.threads.for.create=16
70 aai.datasnapshot.max.nodes.per.file.for.create=120000
73 aai.dupeTool.default.max.fix=25
74 aai.dupeTool.default.sleep.minutes=7
76 aai.model.proc.max.levels=50
77 aai.edgeTag.proc.max.levels=50
79 # Used by the ForceDelete tool
80 aai.forceDel.protected.nt.list=cloud-region
81 aai.forceDel.protected.edge.count=10
82 aai.forceDel.protected.descendant.count=10
84 # Used for CTAG-Pool generation
85 aai.ctagPool.rangeString.vplsPe1=2001-2500
86 aai.ctagPool.rangeString.vplsPe2=2501-3000
88 #used by the dataGrooming and dataSnapshot cleanup tasks
89 aai.cron.enable.datagroomingcleanup=true
90 aai.cron.enable.datasnapshotcleanup=true
91 aai.datagrooming.agezip=5
92 aai.datagrooming.agedelete=30
93 aai.datasnapshot.agezip=5
94 aai.datasnapshot.agedelete=30
95 aai.datamigration.agedelete=30
97 #used by the dataSnapshot and dataGrooming tasks
98 aai.cron.enable.dataSnapshot=true
99 aai.cron.enable.dataGrooming=true
101 #used by the dataGrooming tasks
102 aai.datagrooming.enableautofix=true
103 aai.datagrooming.enabledupefixon=true
104 aai.datagrooming.enabledontfixorphans=true
105 aai.datagrooming.enabletimewindowminutes=true
106 aai.datagrooming.enableskiphostcheck=false
107 aai.datagrooming.enablesleepminutes=false
108 aai.datagrooming.enableedgesonly=false
109 aai.datagrooming.enableskipedgechecks=false
110 aai.datagrooming.enablemaxfix=false
111 aai.datagrooming.enablesinglecommits=false
112 aai.datagrooming.enabledupecheckoff=false
113 aai.datagrooming.enableghost2checkoff=false
114 aai.datagrooming.enableghost2fixon=false
115 aai.datagrooming.enablef=false
116 aai.datagrooming.enableskipindexupdatefix=true
118 # used by the dataGrooming to set values
119 aai.datagrooming.timewindowminutesvalue=10500
120 aai.datagrooming.sleepminutesvalue=100
121 aai.datagrooming.maxfixvalue=10
122 aai.datagrooming.fvalue=10
124 #timeout for traversal enabled flag
125 aai.graphadmin.timeoutenabled=true
127 #timeout app specific -1 to bypass for that app id, a whole number to override the timeout with that value (in ms)
128 aai.graphadmin.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1
130 #default timeout limit added for graphadmin if not overridden (in ms)
131 aai.graphadmin.timeoutlimit=180000
133 # Disable the process check which are oriented towards linux OS
134 # These props should only be true for local on windows
135 aai.disable.check.snapshot.running=true
136 aai.disable.check.grooming.running=true
138 # Specify the params listed right here that you would have send to the dataSnapshot shell script
140 # THREADED_SNAPSHOT 2 DEBUG
141 # THREADED_SNAPSHOT 2
142 aai.datasnapshot.params=JUST_TAKE_SNAPSHOT
144 #Data export task properties
145 aai.dataexport.enable=false
146 aai.dataexport.enable.schema.validation=false
147 aai.dataexport.output.location=/etc/scriptdata/addmanualdata/tenant_isolation/payload
148 aai.dataexport.enable.multiple.snapshots=false
149 aai.dataexport.node.config.location=/etc/scriptdata/tenant_isolation/nodes.json
150 aai.dataexport.input.filter.config.location=/etc/scriptdata/tenant_isolation/inputFilters.json
151 aai.dataexport.enable.partial.graph=false
153 # Threshold for margin of error (in ms) for resources_with_sot format to derive the most recent http method performed
154 aai.resource.formatter.threshold=10