aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/sdc-ui-tests/chef-repo/cookbooks/sdc-ui-tests/templates/default/BE-janusgraph.properties.erb
blob: 31a661491012c49d950b9faf489b1e400a3ef9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.cql.local-datacenter=<%= @DC_NAME %>
storage.lock.wait-time=500