blob: 2452a1e85bdf02cd6fae810108fdaaf58ccb06b6 [file] [log] [blame]
vagrant1a3a3552018-03-10 23:56:32 +00001#
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####################################################################
29# REMEMBER TO THINK ABOUT ENVIRONMENTAL DIFFERENCES AND CHANGE THE
30# TEMPLATE AND *ALL* DATAFILES
31####################################################################
32
33aai.config.checktime=1000
34
35# this could come from siteconfig.pl?
36aai.config.nodename=AutomaticallyOverwritten
37
38
39
40aai.auth.cspcookies_on=false
41aai.dbmodel.filename=ex5.json
42
43aai.server.url.base=https://aai.{{ include "common.namespace" . }}:8443/aai/
44aai.server.url=https://aai.{{ include "common.namespace" . }}:8443/aai/v11/
45aai.global.callback.url=https://aai.{{ include "common.namespace" . }}:8443/aai/
46
47aai.tools.enableBasicAuth=true
48aai.tools.username=AAI
49aai.tools.password=AAI
50
51aai.truststore.filename=aai_keystore
52aai.truststore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
53aai.keystore.filename=aai_keystore
54aai.keystore.passwd.x=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
55
56
57aai.notification.current.version=v11
58aai.notificationEvent.default.status=UNPROCESSED
59aai.notificationEvent.default.eventType=AAI-EVENT
60aai.notificationEvent.default.domain=dev
61aai.notificationEvent.default.sourceName=aai
62aai.notificationEvent.default.sequenceNumber=0
63aai.notificationEvent.default.severity=NORMAL
64aai.notificationEvent.default.version=v11
65# This one lets us enable/disable resource-version checking on updates/deletes
66aai.resourceversion.enableflag=true
67aai.logging.maxStackTraceEntries=10
68aai.default.api.version=v11
69
70
71
72# Used by Model-processing code
73aai.model.delete.sleep.per.vtx.msec=500
74aai.model.query.resultset.maxcount=50
75aai.model.query.timeout.sec=90
76
77# Used by Data Grooming
78aai.grooming.default.max.file=150
79aai.grooming.default.sleep.minutes=7
80
81aai.model.proc.max.levels=50
82aai.edgeTag.proc.max.levels=50
83
84# for transaction log
85aai.logging.hbase.interceptor=true
86aai.logging.hbase.enabled=true
87aai.logging.hbase.logrequest=true
88aai.logging.hbase.logresponse=true
89
90# for gremlin server
91aai.server.rebind=g
92hbase.table.name=aailogging.dev
93hbase.table.timestamp.format=YYYYMMdd-HH:mm:ss:SSS
94hbase.zookeeper.quorum=localhost
95hbase.zookeeper.property.clientPort=2181
96hbase.zookeeper.znode.parent=/hbase
97
98aai.logging.trace.enabled=true
99aai.logging.trace.logrequest=false
100aai.logging.trace.logresponse=false
101
102aai.transaction.logging=true
103aai.transaction.logging.get=false
104aai.transaction.logging.post=false
105
106#timeout for traversal enabled flag
107aai.traversal.timeoutenabled=true
108
109#timeout app specific
110aai.traversal.timeout.appspecific=JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAI-FILEGEN-GFPIP,-1
111
112#default timeout limit added for traversal if not overridden (in ms)
113aai.traversal.timeoutlimit=180000