aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/templates/default/BE-janusgraph.properties.erb
blob: d333242710cce03e2554a110b39610b79c689cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
storage.backend=cql
storage.hostname=<%= @CASSANDRA_IP %>
storage.port=<%= @CASSANDRA_PORT %>
storage.username=<%= @CASSANDRA_USR %>
storage.password=<%= @CASSANDRA_PWD %>
storage.connection-timeout=10000
storage.cql.keyspace=sdctitan

storage.cql.ssl.enabled=false
storage.cql.ssl.truststore.location=/var/lib/jetty/config/.truststore
storage.cql.ssl.truststore.password=Aa123456

cache.db-cache = false
cache.db-cache-clean-wait = 20
cache.db-cache-time = 180000
cache.db-cache-size = 0.5

storage.cql.read-consistency-level=LOCAL_QUORUM
storage.cql.write-consistency-level=LOCAL_QUORUM
storage.cql.replication-strategy-class=NetworkTopologyStrategy
storage.cql.replication-strategy-options=<%= @DC_NAME %>,<%= @rep_factor %>

storage.lock.retries=5
storage.lock.wait-time=500