Adding configurations for sparky UI
[aai/test-config.git] / sparky / appconfig / aai.properties
diff --git a/sparky/appconfig/aai.properties b/sparky/appconfig/aai.properties
new file mode 100644 (file)
index 0000000..2e361d1
--- /dev/null
@@ -0,0 +1,87 @@
+################################################################################################################\r
+############################## ActiveInventoryDataCollector TLS/SSL configuration ##############################\r
+################################################################################################################\r
+\r
+############################## Networking ##############################\r
+#\r
+# The ip address/hostname and port to the desired AAI instance\r
+#\r
+aai.rest.host=aai.api.simpledemo.openecomp.org\r
+aai.rest.port=8443\r
+\r
+############################## REST ##############################\r
+# OXM version\r
+aai.rest.resourceBasePath=/aai/v9\r
+aai.rest.connectTimeoutInMs=30000\r
+aai.rest.readTimeoutInMs=60000\r
+aai.rest.numRequestRetries=5\r
+# HTTP_NOAUTH - straight HTTP no user/pass\r
+# SSL_BASIC   - HTTP/S with user/pass\r
+# SSL_CERT    - HTTP/S with client cert\r
+aai.rest.authenticationMode=SSL_BASIC\r
+\r
+############################## Cache ##############################\r
+# Experimental caching feature that is NOT production ready.\r
+# Enable at your own risk... it might not work.\r
+aai.rest.cache.enabled=false\r
+aai.rest.cache.numWorkers=10\r
+aai.rest.cache.cacheFailures=false\r
+aai.rest.cache.useCacheOnly=false\r
+aai.rest.cache.storageFolderOverride=\r
+aai.rest.cache.maxTimeToLiveInMs=-1\r
+\r
+# The shallowEntity filter will display the entity in a visualization\r
+# but will not collect it's relationships or complex attributes.\r
+aai.rest.shallowEntities=cloud-region,complex,vnf-image,att-aic,image\r
+\r
+############################## Certs, Auth, and SSL Settings ##############################\r
+aai.ssl.keystore.filename=aai-os-cert.p12\r
+aai.ssl.keystore.pass=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o\r
+aai.ssl.keystore.type=pkcs12\r
+# Enable debug on the SSL connections\r
+aai.ssl.enableDebug=false\r
+# Degree of strictness to SSL connection standards\r
+aai.ssl.validateServerHostName=false;\r
+aai.ssl.validateServerCertificateChain=false;\r
+# If basic auth is implemented, username and password as required\r
+aai.ssl.basicAuth.username=AaiUI\r
+aai.ssl.basicAuth.password=OBF:1gfr1p571unz1p4j1gg7\r
+\r
+############################## Statistics Report Formatting ##############################\r
+#\r
+# During synchronization, a formatted statisitics log is generated\r
+#\r
+# Response size in bytes histogram\r
+aai.taskProcessor.bytesHistogramLabel="[Response Size In Bytes]"\r
+aai.taskProcessor.bytesHistogramMaxYAxis=1000000\r
+aai.taskProcessor.bytesHistogramNumBins=20\r
+aai.taskProcessor.bytesHistogramNumDecimalPoints=2\r
+# "Work on Hand" statisitcs for external resource requests\r
+aai.taskProcessor.queueLengthHistogramLabel="[Queue Item Length]"\r
+aai.taskProcessor.queueLengthHistogramMaxYAxis=20000\r
+aai.taskProcessor.queueLengthHistogramNumBins=20\r
+aai.taskProcessor.queueLengthHistogramNumDecimalPoints=2\r
+# Time on queue (how long does a task stay on the work queue)\r
+aai.taskProcessor.taskAgeHistogramLabel="[Task Age In Ms]"\r
+aai.taskProcessor.taskAgeHistogramMaxYAxis=600000\r
+aai.taskProcessor.taskAgeHistogramNumBins=20\r
+aai.taskProcessor.taskAgeHistogramNumDecimalPoints=2\r
+# Per transaction response time for external resource requests\r
+aai.taskProcessor.responseTimeHistogramLabel="[Response Time In Ms]"\r
+aai.taskProcessor.responseTimeHistogramMaxYAxis=10000\r
+aai.taskProcessor.responseTimeHistogramNumBins=20\r
+aai.taskProcessor.responseTimeHistogramNumDecimalPoints=2\r
+# Transaction throughput velocity\r
+aai.taskProcessor.tpsHistogramLabel="[Transactions Per Second]"\r
+aai.taskProcessor.tpsHistogramMaxYAxis=100\r
+aai.taskProcessor.tpsHistogramNumBins=20\r
+aai.taskProcessor.tpsHistogramNumDecimalPoints=2\r
+\r
+############################## Deprecated, to be removed or updated ##############################\r
+aai.rest.numResolverWorkers=15\r
+aai.ssl.truststore.filename=asdc-client.jks\r
+aai.ssl.truststore.type=jks\r
+aai.taskProcessor.maxConcurrentWorkers=5\r
+aai.taskProcessor.transactionRateControllerEnabled=false\r
+aai.taskProcessor.numSamplesPerThreadForRunningAverage=100\r
+aai.taskProcessor.targetTPS=100
\ No newline at end of file