Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / portal / components / portal-app / resources / config / deliveries / properties / ONAPPORTAL / music.properties
1 {{/*
2 # Copyright © 2018 Amdocs, Bell Canada, AT&T
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 */}}
16
17
18 music.version = v2
19 music.keyspace = keyspaces
20 music.session.keyspace = portal
21 music.tables = tables
22 music.session.attr.tables = spring_session_attributes
23 music.session.meta.tables = spring_session
24 music.consistency.info = type
25 music.consistency.info.value = eventual
26 music.cache = false
27 music.session.max.inactive.interval.seconds = 1800
28 music.serialize.compress = true
29
30 #By default it's eventual
31 music.atomic.get = false
32 music.atomic.put = false
33 cassandra.host={{.Values.cassandra.service.name}}
34 cassandra.user=${CASSA_USER}
35 cassandra.password=${CASSA_PASSWORD}