Upgrade to Cassandra 3
[sdc.git] / test-apis-ci / sdc-api-tests / chef-repo / cookbooks / sdc-api-tests / templates / default / BE-janusgraph.properties.erb
1 storage.backend=cql
2 storage.hostname=<%= @CASSANDRA_IP %>
3 storage.port=<%= @CASSANDRA_PORT %>
4 storage.username=<%= @CASSANDRA_USR %>
5 storage.password=<%= @CASSANDRA_PWD %>
6 storage.connection-timeout=10000
7 storage.cql.keyspace=sdctitan
8
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
13 cache.db-cache = false
14 cache.db-cache-clean-wait = 20
15 cache.db-cache-time = 180000
16 cache.db-cache-size = 0.5
17
18 storage.cql.read-consistency-level=LOCAL_QUORUM
19 storage.cql.write-consistency-level=LOCAL_QUORUM
20 storage.cql.replication-strategy-class=NetworkTopologyStrategy
21 storage.cql.replication-strategy-options=<%= @DC_NAME %>,<%= @rep_factor %>
22
23 storage.lock.retries=5
24 storage.lock.wait-time=500