summaryrefslogtreecommitdiffstats
path: root/deliveries/properties_simpledemo/ONAPPORTALSDK
diff options
context:
space:
mode:
authorKishore Reddy, Gujja (kg811t) <kg811t@research.att.com>2018-05-14 17:19:51 -0400
committerKishore Reddy, Gujja (kg811t) <kg811t@research.att.com>2018-05-25 13:39:38 -0400
commit2845910b34682056c1949f82e39d9205a26554e9 (patch)
tree825474a899dc5783e6ea8c4aefd26b6d4c881dfd /deliveries/properties_simpledemo/ONAPPORTALSDK
parent485296388748c1efb5737cf7ae9d4a8254681552 (diff)
Bulk upload changes and music health check apis
Issue-ID: PORTAL-290, PORTAL-291 Bulk upload changes and music health check apis Change-Id: I63d289d75420658ff4a14385a5106838fa8c32b2 Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
Diffstat (limited to 'deliveries/properties_simpledemo/ONAPPORTALSDK')
-rw-r--r--deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties23
1 files changed, 16 insertions, 7 deletions
diff --git a/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties b/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties
index d78e30e6..a28efe6d 100644
--- a/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties
+++ b/deliveries/properties_simpledemo/ONAPPORTALSDK/music.properties
@@ -1,12 +1,14 @@
-music.version = v2
-music.keyspace = keyspaces
+# For API calls
+#music.version = v2
+#music.keyspace = keyspaces
+#music.tables = tables
+#music.consistency.info = type
+#music.consistency.info.value = eventual
+music.cache = false
+
music.session.keyspace = portalsdk
-music.tables = tables
music.session.attr.tables = spring_session_attributes
music.session.meta.tables = spring_session
-music.consistency.info = type
-music.consistency.info.value = eventual
-music.cache = false
music.session.max.inactive.interval.seconds = 1800
music.serialize.compress = true
@@ -17,4 +19,11 @@ music.atomic.put = true
cassandra.host=portal-cassandra
zookeeper.host=portal-zk
cassandra.user=root
-cassandra.password=Aa123456 \ No newline at end of file
+cassandra.password=Aa123456
+
+music.exclude.api = /portalApi/healthCheck,/portalApi/healthCheckSuspend,/portalApi/healthCheckResume
+
+#how often the session clean up would happen (hour)
+music.cleanup.frequency = 6
+#how old of session need to be cleaned up (hour)
+music.cleanup.threshold = 10 \ No newline at end of file