4f130daa06519ac91abd2a52b741210434757289
[aai/traversal.git] / aai-traversal / src / test / resources / test_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.auth.cspcookies_on=false
43 aai.dbmodel.filename=ex5.json
44
45 aai.server.url.base=https://localhost:8446/aai/
46 aai.server.url=https://localhost:8446/aai/v12/
47
48 aai.truststore.filename=aai_keystore
49 aai.truststore.passwd.x=
50 aai.keystore.filename=aai-client-cert.p12
51 aai.keystore.passwd.x=
52
53 # the following parameters are not reloaded automatically and require a manual bounce
54 storage.backend=hbase
55 storage.hostname=ONAPserverTBD
56 #schema.default=none
57 storage.lock.wait-time=300
58 storage.hbase.table=aaigraph-dev1.dev
59 storage.hbase.ext.zookeeper.znode.parent=/hbase-unsecure
60 # Setting db-cache to false ensure the fastest propagation of changes across servers
61 cache.db-cache = false
62 #cache.db-cache-clean-wait = 20
63 #cache.db-cache-time = 180000
64 #cache.db-cache-size = 0.5
65
66 # for transaction log
67 hbase.table.name=aailogging-dev1.dev
68 hbase.notificationTable.name=aainotification-dev1.dev
69 hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
70 hbase.zookeeper.quorum=ONAPserverTBD
71 hbase.zookeeper.property.clientPort=2181
72 hbase.zookeeper.znode.parent=/hbase-unsecure
73
74 # single primary server
75 aai.primary.filetransfer.serverlist=ONAPserverTBD
76 aai.primary.filetransfer.primarycheck=echo:8443/aai/util/echo
77 aai.primary.filetransfer.pingtimeout=5000
78 aai.primary.filetransfer.pingcount=5
79
80 #rsync properties
81 aai.rsync.command=rsync
82 aai.rsync.options.list=-v|-t
83 aai.rsync.remote.user=aaiadmin
84 aai.rsync.enabled=y
85
86 aai.notification.current.version=v12
87 aai.notificationEvent.default.status=UNPROCESSED
88 aai.notificationEvent.default.eventType=AAI-EVENT
89 aai.notificationEvent.default.domain=devINT1
90 aai.notificationEvent.default.sourceName=aai
91 aai.notificationEvent.default.sequenceNumber=0
92 aai.notificationEvent.default.severity=NORMAL
93 aai.notificationEvent.default.version=v9
94 # This one lets us enable/disable resource-version checking on updates/deletes
95 aai.resourceversion.enableflag=true
96 aai.logging.maxStackTraceEntries=10
97 aai.default.api.version=v12
98
99