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