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