summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/search-service.properties
diff options
context:
space:
mode:
authorARULNA <arul.nambi@amdocs.com>2017-06-13 09:50:38 -0400
committerARULNA <arul.nambi@amdocs.com>2017-06-13 09:51:21 -0400
commit33d1baf91e07919e342f433f0649116b2037ac0d (patch)
tree631db54306c678ebd6a49eaecf71f115c9655960 /sparky/appconfig/search-service.properties
parent5102ad41343270d7e8d8f5acf7bf2e14a99c6638 (diff)
Adding configurations for sparky UI
Change-Id: I320fae5badf1a3da2fe7227b77fd89027a67053f Signed-off-by: ARULNA <arul.nambi@amdocs.com>
Diffstat (limited to 'sparky/appconfig/search-service.properties')
-rw-r--r--sparky/appconfig/search-service.properties32
1 files changed, 32 insertions, 0 deletions
diff --git a/sparky/appconfig/search-service.properties b/sparky/appconfig/search-service.properties
new file mode 100644
index 0000000..2590fd7
--- /dev/null
+++ b/sparky/appconfig/search-service.properties
@@ -0,0 +1,32 @@
+########################################################################################
+############################## Search Data Service Config ##############################
+########################################################################################
+
+############################## Networking ##############################
+#
+# The ip address/hostname and port to the desired Search Data Service instance
+#
+search-service.ipAddress=aai.searchservice.simpledemo.openecomp.org
+search-service.httpPort=9509
+
+############################## Indexes ##############################
+#
+# Index values that will be associated with searches
+#
+# Searchable entities
+search-service.indexName=entitysearchindex
+# Inventory searches
+search-service.topographicalIndexName=topographicalsearchindex
+search-service.entityCountHistoryIndexName=entitycounthistoryindex
+
+############################## Version ##############################
+#
+# Search Data Service version and type (see Search Data Service for more details)
+#
+search-service.version=v1
+search-service.type=default
+
+############################## Certs ##############################
+search-service.ssl.cert-name=client-cert-onap.p12
+search-service.ssl.keystore-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
+search-service.ssl.keystore=tomcat_keystore \ No newline at end of file