Remove diffutils dependency
[aai/traversal.git] / aai-traversal / src / test / resources / bundleconfig-local / 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.server.url.base=https://localhost:8446/aai/
47 aai.server.url=https://localhost:8446/aai/v10/
48 aai.global.callback.url=https://localhost:8446/aai/
49
50 aai.auth.cspcookies_on=false
51 aai.dbmodel.filename=ex5.json
52 aai.truststore.filename=aai_keystore
53 aai.truststore.passwd.x=
54 aai.keystore.filename=aai-client-cert.p12
55 aai.keystore.passwd.x=
56
57 # for transaction log
58 hbase.table.name=aailogging-dev1.dev
59 hbase.notificationTable.name=aainotification-dev1.dev
60 hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
61 hbase.zookeeper.quorum=ONAPserverTBD
62 hbase.zookeeper.property.clientPort=2181
63 hbase.zookeeper.znode.parent=/hbase-unsecure
64
65 # single primary server
66 aai.primary.filetransfer.serverlist=ONAPserverTBD
67 aai.primary.filetransfer.primarycheck=echo:8443/aai/util/echo
68 aai.primary.filetransfer.pingtimeout=5000
69 aai.primary.filetransfer.pingcount=5
70
71 #rsync properties
72 aai.rsync.command=rsync
73 aai.rsync.options.list=-v|-t
74 aai.rsync.remote.user=aaiadmin
75 aai.rsync.enabled=y
76
77 aai.notification.current.version=v10
78 aai.notificationEvent.default.status=UNPROCESSED
79 aai.notificationEvent.default.eventType=AAI-EVENT
80 aai.notificationEvent.default.domain=devINT1
81 aai.notificationEvent.default.sourceName=aai
82 aai.notificationEvent.default.sequenceNumber=0
83 aai.notificationEvent.default.severity=NORMAL
84 aai.notificationEvent.default.version=v10
85 # This one lets us enable/disable resource-version checking on updates/deletes
86 aai.resourceversion.enableflag=true
87 aai.logging.maxStackTraceEntries=10
88 aai.default.api.version=v10
89
90 # Used by Model-processing code
91 aai.model.delete.sleep.per.vtx.msec=500
92 aai.model.query.resultset.maxcount=30
93 aai.model.query.timeout.sec=90
94  
95 aai.model.proc.max.levels=50
96 aai.edgeTag.proc.max.levels=50
97
98 # Used by the ForceDelete tool
99 aai.forceDel.protected.nt.list=cloud-region
100 aai.forceDel.protected.edge.count=10
101 aai.forceDel.protected.descendant.count=10
102
103 aai.dmaap.workload.enableEventProcessing=true
104
105 aai.realtime.clients=RO,SDNC,MSO
106
107 aai.server.rebind=g
108
109 #timeout for traversal enabled flag
110 aai.traversal.timeoutenabled=true
111
112 #timeout app specific
113 aai.traversal.timeout.appspecific=JUNITTESTAPP1,-1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAI-FILEGEN-GFPIP,-1
114
115 #default timeout limit added for traversal if not overridden (in ms)
116 aai.traversal.timeoutlimit=180000
117