Upgrade to Cassandra 3
[sdc.git] / ui-ci / sdc-ui-tests / chef-repo / cookbooks / sdc-ui-tests / templates / default / BE-janusgraph.properties.erb
1
2 storage.backend=cql
3 storage.hostname=<%= @CASSANDRA_IP %>
4 storage.port=<%= @CASSANDRA_PORT %>
5 storage.username=<%= @CASSANDRA_USR %>
6 storage.password=<%= @CASSANDRA_PWD %>
7 storage.connection-timeout=10000
8 storage.cql.keyspace=sdctitan
9 storage.cql.ssl.enabled=false
10 storage.cql.ssl.truststore.location=/var/lib/jetty/config/.truststore
11 storage.cql.ssl.truststore.password=Aa123456
12 cache.db-cache = false
13 cache.db-cache-clean-wait = 20
14 cache.db-cache-time = 180000
15 cache.db-cache-size = 0.5
16 storage.cql.read-consistency-level=LOCAL_QUORUM
17 storage.cql.write-consistency-level=LOCAL_QUORUM
18 storage.cql.replication-strategy-class=NetworkTopologyStrategy
19 storage.cql.replication-strategy-options=<%= @DC_NAME %>,<%= @rep_factor %>
20 storage.cql.local-datacenter=<%= @DC_NAME %>
21 storage.lock.wait-time=500