Policy 1.1 in Kubernetes
[oom.git] / kubernetes / config / docker / init / src / config / aai / aai-config / cookbooks / aai-resources / aai-resources-config / templates / default / aai-resources-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
12
13 aai.auth.cspcookies_on=false
14 aai.dbmodel.filename=ex5.json
15
16 aai.server.url.base=<%= @AAI_SERVER_URL_BASE %>
17 aai.server.url=<%= @AAI_SERVER_URL %>
18 aai.global.callback.url=<%= @AAI_GLOBAL_CALLBACK_URL %>
19
20 aai.tools.enableBasicAuth=true
21 aai.tools.username=AAI
22 aai.tools.password=AAI
23
24 aai.truststore.filename=<%= @AAI_TRUSTSTORE_FILENAME %>
25 aai.truststore.passwd.x=<%= @AAI_TRUSTSTORE_PASSWD_X %>
26 aai.keystore.filename=<%= @AAI_KEYSTORE_FILENAME %>
27 aai.keystore.passwd.x=<%= @AAI_KEYSTORE_PASSWD_X %>
28
29
30 aai.notification.current.version=<%= @AAI_NOTIFICATION_CURRENT_VERSION %>
31 aai.notificationEvent.default.status=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_EVENT_STATUS %>
32 aai.notificationEvent.default.eventType=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_EVENT_TYPE %>
33 aai.notificationEvent.default.domain=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_DOMAIN %>
34 aai.notificationEvent.default.sourceName=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_SOURCE_NAME %>
35 aai.notificationEvent.default.sequenceNumber=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_SEQUENCE_NUMBER %>
36 aai.notificationEvent.default.severity=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_SEVERITY %>
37 aai.notificationEvent.default.version=<%= @AAI_NOTIFICATION_EVENT_DEFAULT_VERSION %>
38 # This one lets us enable/disable resource-version checking on updates/deletes
39 aai.resourceversion.enableflag=<%= @RESOURCE_VERSION_ENABLE_FLAG %>
40 aai.logging.maxStackTraceEntries=10
41 aai.default.api.version=<%= @AAI_DEFAULT_API_VERSION %>
42
43
44
45 # Used by Model-processing code
46 aai.model.delete.sleep.per.vtx.msec=500
47 aai.model.query.resultset.maxcount=50
48 aai.model.query.timeout.sec=90
49  
50 # Used by Data Grooming
51 aai.grooming.default.max.file=150
52 aai.grooming.default.sleep.minutes=7
53
54 aai.model.proc.max.levels=50
55 aai.edgeTag.proc.max.levels=50
56
57 # for transaction log
58 aai.logging.hbase.interceptor=true
59 aai.logging.hbase.enabled=true
60 aai.logging.hbase.logrequest=true
61 aai.logging.hbase.logresponse=true
62
63 # for gremlin server
64 aai.server.rebind=g
65 hbase.table.name=<%= @TXN_HBASE_TABLE_NAME %>
66 hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
67 hbase.zookeeper.quorum=<%= @TXN_ZOOKEEPER_QUORUM %>
68 hbase.zookeeper.property.clientPort=<%= @TXN_ZOOKEEPER_PROPERTY_CLIENTPORT %>
69 hbase.zookeeper.znode.parent=<%= @TXN_HBASE_ZOOKEEPER_ZNODE_PARENT %>
70
71 aai.logging.trace.enabled=true
72 aai.logging.trace.logrequest=false
73 aai.logging.trace.logresponse=false
74
75
76 aai.transaction.logging=true
77 aai.transaction.logging.get=false
78 aai.transaction.logging.post=false
79