blob: 3b4542889ec35518ddb05f1d1b67f9d195ec912e [file] [log] [blame]
Mandeep Khindabae5c982017-08-30 14:37:10 +00001################################################################################################################
2############################## ActiveInventoryDataCollector TLS/SSL configuration ##############################
3################################################################################################################
4
5############################## Networking ##############################
6#
7# The ip address/hostname and port to the desired AAI instance
8#
9aai.rest.host=aai-service.onap-aai
10aai.rest.port=8443
11
12############################## REST ##############################
13# OXM version
14aai.rest.resourceBasePath=/aai/v9
15aai.rest.connectTimeoutInMs=30000
16aai.rest.readTimeoutInMs=60000
17aai.rest.numRequestRetries=5
18# HTTP_NOAUTH - straight HTTP no user/pass
19# SSL_BASIC - HTTP/S with user/pass
20# SSL_CERT - HTTP/S with client cert
21aai.rest.authenticationMode=SSL_BASIC
22
23############################## Cache ##############################
24# Experimental caching feature that is NOT production ready.
25# Enable at your own risk... it might not work.
26aai.rest.cache.enabled=false
27aai.rest.cache.numWorkers=10
28aai.rest.cache.cacheFailures=false
29aai.rest.cache.useCacheOnly=false
30aai.rest.cache.storageFolderOverride=
31aai.rest.cache.maxTimeToLiveInMs=-1
32
33# The shallowEntity filter will display the entity in a visualization
34# but will not collect it's relationships or complex attributes.
35aai.rest.shallowEntities=cloud-region,complex,vnf-image,att-aic,image
36
37############################## Certs, Auth, and SSL Settings ##############################
38aai.ssl.keystore.filename=aai-os-cert.p12
39aai.ssl.keystore.pass=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o
40aai.ssl.keystore.type=pkcs12
41# Enable debug on the SSL connections
42aai.ssl.enableDebug=false
43# Degree of strictness to SSL connection standards
44aai.ssl.validateServerHostName=false;
45aai.ssl.validateServerCertificateChain=false;
46# If basic auth is implemented, username and password as required
47aai.ssl.basicAuth.username=AaiUI
48aai.ssl.basicAuth.password=OBF:1gfr1p571unz1p4j1gg7
49
50############################## Statistics Report Formatting ##############################
51#
52# During synchronization, a formatted statisitics log is generated
53#
54# Response size in bytes histogram
55aai.taskProcessor.bytesHistogramLabel="[Response Size In Bytes]"
56aai.taskProcessor.bytesHistogramMaxYAxis=1000000
57aai.taskProcessor.bytesHistogramNumBins=20
58aai.taskProcessor.bytesHistogramNumDecimalPoints=2
59# "Work on Hand" statisitcs for external resource requests
60aai.taskProcessor.queueLengthHistogramLabel="[Queue Item Length]"
61aai.taskProcessor.queueLengthHistogramMaxYAxis=20000
62aai.taskProcessor.queueLengthHistogramNumBins=20
63aai.taskProcessor.queueLengthHistogramNumDecimalPoints=2
64# Time on queue (how long does a task stay on the work queue)
65aai.taskProcessor.taskAgeHistogramLabel="[Task Age In Ms]"
66aai.taskProcessor.taskAgeHistogramMaxYAxis=600000
67aai.taskProcessor.taskAgeHistogramNumBins=20
68aai.taskProcessor.taskAgeHistogramNumDecimalPoints=2
69# Per transaction response time for external resource requests
70aai.taskProcessor.responseTimeHistogramLabel="[Response Time In Ms]"
71aai.taskProcessor.responseTimeHistogramMaxYAxis=10000
72aai.taskProcessor.responseTimeHistogramNumBins=20
73aai.taskProcessor.responseTimeHistogramNumDecimalPoints=2
74# Transaction throughput velocity
75aai.taskProcessor.tpsHistogramLabel="[Transactions Per Second]"
76aai.taskProcessor.tpsHistogramMaxYAxis=100
77aai.taskProcessor.tpsHistogramNumBins=20
78aai.taskProcessor.tpsHistogramNumDecimalPoints=2
79
80############################## Deprecated, to be removed or updated ##############################
81aai.rest.numResolverWorkers=15
82aai.ssl.truststore.filename=asdc-client.jks
83aai.ssl.truststore.type=jks
84aai.taskProcessor.maxConcurrentWorkers=5
85aai.taskProcessor.transactionRateControllerEnabled=false
86aai.taskProcessor.numSamplesPerThreadForRunningAverage=100
87aai.taskProcessor.targetTPS=100