From 0594c412c406b22725b33633299d85587ee03f08 Mon Sep 17 00:00:00 2001 From: shrek2000 Date: Thu, 30 Jan 2020 14:52:49 +0200 Subject: Upgrade to Cassandra 3 Creating base dockers suitable for Cassandra 3 remove cqlsh version Change-Id: I996bad2341410cdf45c49f191e998acf4781fc5d Issue-ID: SDC-2596 Signed-off-by: shrek2000 --- .../config/janusgraph-migration.properties | 4 ++-- .../main/resources/config/janusgraph.properties | 24 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'asdctool/src/main') diff --git a/asdctool/src/main/resources/config/janusgraph-migration.properties b/asdctool/src/main/resources/config/janusgraph-migration.properties index e982c2d085..57113b0ddf 100644 --- a/asdctool/src/main/resources/config/janusgraph-migration.properties +++ b/asdctool/src/main/resources/config/janusgraph-migration.properties @@ -1,4 +1,4 @@ -storage.backend=cassandra +storage.backend=cql storage.hostname=localhost -storage.port=9160 +storage.port=9042 storage.cassandra.keyspace=sdctitan diff --git a/asdctool/src/main/resources/config/janusgraph.properties b/asdctool/src/main/resources/config/janusgraph.properties index 3e88b0d3c8..e0b844f554 100644 --- a/asdctool/src/main/resources/config/janusgraph.properties +++ b/asdctool/src/main/resources/config/janusgraph.properties @@ -1,20 +1,20 @@ -storage.backend=cassandrathrift +storage.backend=cql storage.hostname=192.168.33.10 -storage.port=9160 +storage.port=9042 storage.username=asdc_user storage.password=Aa1234%^! storage.connection-timeout=10000 -storage.cassandra.keyspace=sdctitan +storage.cql.keyspace=sdctitan -storage.cassandra.ssl.enabled=true -storage.cassandra.ssl.truststore.location=/var/lib/jetty/etc/truststore -storage.cassandra.ssl.truststore.password=Aa123456 +storage.cql.ssl.enabled=true +storage.cql.ssl.truststore.location=C:\\gitWork\\vagrant-sdc-all-in-one\\mytmp.trust +storage.cql.ssl.truststore.password=Aa123456 -storage.cassandra.read-consistency-level=LOCAL_QUORUM -storage.cassandra.write-consistency-level=LOCAL_QUORUM -storage.cassandra.replication-strategy-class=org.apache.cassandra.locator.NetworkTopologyStrategy -storage.cassandra.replication-strategy-options=DC-ILTLV2083,1 -storage.cassandra.astyanax.local-datacenter=DC-ILTLV2083 +storage.cql.read-consistency-level=LOCAL_QUORUM +storage.cql.write-consistency-level=LOCAL_QUORUM +storage.cql.replication-strategy-class=org.apache.cassandra.locator.NetworkTopologyStrategy +storage.cql.replication-strategy-options=DC-sdc-iltlv633,1 +storage.cql.local-datacenter=DC-sdc-iltlv633 cache.db-cache = false @@ -25,4 +25,4 @@ cache.db-cache-size = 0.5 cache.tx-cache-size = 1000000 storage.lock.retries=5 -storage.lock.wait-time=500 +storage.lock.wait-time=500 \ No newline at end of file -- cgit 1.2.3-korg