aboutsummaryrefslogtreecommitdiffstats
path: root/resources/config/sparky-be/appconfig/search-service.properties
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-02-06 17:20:15 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-06 17:20:15 +0000
commitca30e0dbde261239e30368fafcfbcd62a96d9b77 (patch)
tree938980f296c3d43041478e986d22e29fe652cac9 /resources/config/sparky-be/appconfig/search-service.properties
parent98310a6b15d147b453ac56c3a6426c8cbd10ea41 (diff)
parent84375f1cd37315c59fedd594af5d22bcfb3d1f82 (diff)
Merge "config seg aai sparky be"
Diffstat (limited to 'resources/config/sparky-be/appconfig/search-service.properties')
-rw-r--r--resources/config/sparky-be/appconfig/search-service.properties32
1 files changed, 32 insertions, 0 deletions
diff --git a/resources/config/sparky-be/appconfig/search-service.properties b/resources/config/sparky-be/appconfig/search-service.properties
new file mode 100644
index 0000000..5f4985a
--- /dev/null
+++ b/resources/config/sparky-be/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=search-data-service.onap-aai
+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