onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / aai / aai-config / cookbooks / ajsc-aai-config / templates / default / aai-app-config / aaiconfig.properties
1 ####################################################################
2 #  REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
3 #  TEMPLATE AND *ALL* DATAFILES
4 ####################################################################
5
6 aai.config.checktime=1000
7
8 # this could come from siteconfig.pl?
9 aai.config.nodename=AutomaticallyOverwritten
10
11 aai.logging.hbase.interceptor=false
12 aai.logging.hbase.enabled=false
13 aai.logging.hbase.logrequest=false
14 aai.logging.hbase.logresponse=false
15
16 aai.logging.trace.enabled=true
17 aai.logging.trace.logrequest=false
18 aai.logging.trace.logresponse=false
19
20 aai.tools.enableBasicAuth=true
21 aai.tools.username=AAI
22 aai.tools.password=AAI
23
24 aai.auth.cspcookies_on=false
25 aai.dbmodel.filename=ex5.json
26 aai.server.url.base=<%= @AAI_SERVER_URL_BASE %>
27 aai.server.url=<%= @AAI_SERVER_URL %>
28 aai.global.callback.url=<%= @AAI_GLOBAL_CALLBACK_URL %>
29 aai.truststore.filename=<%= @AAI_TRUSTSTORE_FILENAME %>
30 aai.truststore.passwd.x=<%= @AAI_TRUSTSTORE_PASSWD_X %>
31 aai.keystore.filename=<%= @AAI_KEYSTORE_FILENAME %>
32 aai.keystore.passwd.x=<%= @AAI_KEYSTORE_PASSWD_X %>
33
34 # the following parameters are not reloaded automatically and require a manual bounce
35 storage.backend=<%= @STORAGE_BACKEND %>
36 storage.hostname=<%= @STORAGE_HOSTNAME %>
37 #schema.default=none
38 storage.lock.wait-time=300
39 storage.hbase.table=<%= @STORAGE_HBASE_TABLE %>
40 storage.hbase.ext.zookeeper.znode.parent=<%= @STORAGE_HBASE_ZOOKEEPER_ZNODE_PARENT %>
41 # Setting db-cache to false ensure the fastest propagation of changes across servers
42 cache.db-cache = false
43 #cache.db-cache-clean-wait = 20
44 #cache.db-cache-time = 180000
45 #cache.db-cache-size = 0.5
46
47 # for transaction log
48 hbase.table.name=<%= @TXN_HBASE_TABLE_NAME %>
49 hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
50 hbase.zookeeper.quorum=<%= @TXN_ZOOKEEPER_QUORUM %>
51 hbase.zookeeper.property.clientPort=<%= @TXN_ZOOKEEPER_PROPERTY_CLIENTPORT %>
52 hbase.zookeeper.znode.parent=<%= @TXN_HBASE_ZOOKEEPER_ZNODE_PARENT %>
53 hbase.column.ttl.days=<%= @HBASE_COLUMN_TTL_DAYS %>
54
55 # single primary server
56 aai.primary.filetransfer.serverlist=<%= @APPLICATION_SERVERS %>
57 aai.primary.filetransfer.primarycheck=echo:8443/aai/util/echo
58 aai.primary.filetransfer.pingtimeout=5000
59 aai.primary.filetransfer.pingcount=5
60
61 #rsync properties
62 aai.rsync.command=rsync
63 aai.rsync.options.list=-v|-t
64 aai.rsync.remote.user=aaiadmin
65 aai.rsync.enabled=y
66
67 aai.notification.current.version=<%= @AAI_NOTIFICATION_CURRENT_VERSION %>
68 aai.notificationEvent.default.status=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_EVENT_STATUS %>
69 aai.notificationEvent.default.eventType=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_EVENT_TYPE %>
70 aai.notificationEvent.default.domain=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_DOMAIN %>
71 aai.notificationEvent.default.sourceName=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_SOURCE_NAME %>
72 aai.notificationEvent.default.sequenceNumber=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_SEQUENCE_NUMBER %>
73 aai.notificationEvent.default.severity=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_SEVERITY %>
74 aai.notificationEvent.default.version=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_VERSION %>
75 # This one lets us enable/disable resource-version checking on updates/deletes
76 aai.resourceversion.enableflag=<%= @RESOURCE_VERSION_ENABLE_FLAG %>
77 aai.logging.maxStackTraceEntries=10
78 aai.default.api.version=<%= @AAI_DEFAULT_API_VERSION %>
79
80 # Used by Model-processing code
81 aai.model.delete.sleep.per.vtx.msec=500
82 aai.model.query.resultset.maxcount=30
83 aai.model.query.timeout.sec=90
84  
85 # Used by Data Grooming
86 aai.grooming.default.max.fix=150
87 aai.grooming.default.sleep.minutes=7
88
89 aai.model.proc.max.levels=50
90 aai.edgeTag.proc.max.levels=50
91
92 aai.dmaap.workload.enableEventProcessing=<%= @AAI_DMAPP_WORKLOAD_ENABLE_EVENT_PROCESSING %>