Update traversal from AJSC 2 to Spring Boot
[aai/traversal.git] / aai-traversal / src / main / resources / etc / appprops / 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 aai.config.checktime=1000
29
30 # this could come from siteconfig.pl?
31 aai.config.nodename=AutomaticallyOverwritten
32
33 aai.logging.hbase.interceptor=true
34 aai.logging.hbase.enabled=true
35 aai.logging.hbase.logrequest=true
36 aai.logging.hbase.logresponse=true
37
38 aai.logging.trace.enabled=true
39 aai.logging.trace.logrequest=false
40 aai.logging.trace.logresponse=false
41
42 aai.transaction.logging=true
43 aai.transaction.logging.get=true
44 aai.transaction.logging.post=true
45
46 aai.tools.enableBasicAuth=true
47 aai.tools.username=AAI
48 aai.tools.password=AAI
49
50 aai.server.url.base=https://localhost:8443/aai/
51 aai.server.url=https://localhost:8443/aai/v12/
52 aai.global.callback.url=https://localhost:8443/aai/
53
54 aai.auth.cspcookies_on=false
55 aai.dbmodel.filename=ex5.json
56 aai.truststore.filename=aai_keystore
57 aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
58 aai.keystore.filename=aai-client-cert.p12
59 aai.keystore.passwd.x=
60
61 # for transaction log
62 hbase.table.name=aailogging-dev1.dev
63 hbase.notificationTable.name=aainotification-dev1.dev
64 hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
65 hbase.zookeeper.quorum=ONAPserverTBD
66 hbase.zookeeper.property.clientPort=2181
67 hbase.zookeeper.znode.parent=/hbase
68
69
70 # single primary server
71 aai.primary.filetransfer.serverlist=ONAPserverTBD
72 aai.primary.filetransfer.primarycheck=echo:8443/aai/util/echo
73 aai.primary.filetransfer.pingtimeout=5000
74 aai.primary.filetransfer.pingcount=5
75
76 #rsync properties
77 aai.rsync.command=rsync
78 aai.rsync.options.list=-v|-t
79 aai.rsync.remote.user=aaiadmin
80 aai.rsync.enabled=y
81
82 aai.notification.current.version=v12
83 aai.notificationEvent.default.status=UNPROCESSED
84 aai.notificationEvent.default.eventType=AAI-EVENT
85 aai.notificationEvent.default.domain=devINT1
86 aai.notificationEvent.default.sourceName=aai
87 aai.notificationEvent.default.sequenceNumber=0
88 aai.notificationEvent.default.severity=NORMAL
89 aai.notificationEvent.default.version=v12
90 # This one lets us enable/disable resource-version checking on updates/deletes
91 aai.resourceversion.enableflag=true
92 aai.logging.maxStackTraceEntries=10
93 aai.default.api.version=v12
94
95 # Used by Model-processing code
96 aai.model.delete.sleep.per.vtx.msec=500
97 aai.model.query.resultset.maxcount=50
98 aai.model.query.timeout.sec=90
99  
100 aai.model.proc.max.levels=50
101 aai.edgeTag.proc.max.levels=50
102
103 aai.dmaap.workload.enableEventProcessing=true
104
105 aai.realtime.clients=RO,SDNC,MSO
106
107 aai.server.rebind=g
108
109 aai.jms.enable=false
110
111 #timeout for traversal enabled flag
112 aai.traversal.timeoutenabled=true
113
114 #timeout app specific
115 aai.traversal.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAI-FILEGEN-GFPIP,-1
116
117 #default timeout limit added for traversal if not overridden (in ms)
118 aai.traversal.timeoutlimit=180000
119
120