summaryrefslogtreecommitdiffstats
path: root/config/cassandra-filters
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-05-14 11:32:52 +0300
committerMichael Lando <ml636r@att.com>2017-05-14 11:46:35 +0300
commit6921632f70d9321b7e37c2a00618a21bccc0e765 (patch)
tree6789a7688e2fc9275c7ca63071ac2068c49b1746 /config/cassandra-filters
first commit for new repo
Change-Id: I307341ad768d38a60fb49f96b5b40186c0bd1205 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'config/cassandra-filters')
-rw-r--r--config/cassandra-filters/localhost-bop.properties10
-rw-r--r--config/cassandra-filters/localhost-murmur-ssl.properties10
-rw-r--r--config/cassandra-filters/localhost-murmur.properties8
3 files changed, 28 insertions, 0 deletions
diff --git a/config/cassandra-filters/localhost-bop.properties b/config/cassandra-filters/localhost-bop.properties
new file mode 100644
index 0000000..0cb9ca0
--- /dev/null
+++ b/config/cassandra-filters/localhost-bop.properties
@@ -0,0 +1,10 @@
+cassandra.ip = 127.0.0.1
+cassandra.seed = 127.0.0.1
+# This must be set to prevent Cassandra from self-killing with BOP:
+# https://issues.apache.org/jira/browse/CASSANDRA-5414
+cassandra.token = 0000000000000000000000000000000000
+cassandra.num.tokens =
+cassandra.partitioner = org.apache.cassandra.dht.ByteOrderedPartitioner
+cassandra.dir = ${project.build.directory}/cassandra/data/localhost-bop
+cassandra.clientenc.enabled = false
+cassandra.clientenc.ccert = false \ No newline at end of file
diff --git a/config/cassandra-filters/localhost-murmur-ssl.properties b/config/cassandra-filters/localhost-murmur-ssl.properties
new file mode 100644
index 0000000..9fc5ea6
--- /dev/null
+++ b/config/cassandra-filters/localhost-murmur-ssl.properties
@@ -0,0 +1,10 @@
+cassandra.ip = 127.0.0.1
+cassandra.seed = 127.0.0.1
+cassandra.token =
+cassandra.num.tokens = num_tokens: 4
+cassandra.partitioner = org.apache.cassandra.dht.Murmur3Partitioner
+cassandra.dir = ${project.build.directory}/cassandra/data/localhost-murmur-ssl
+cassandra.clientenc.enabled = true
+cassandra.clientenc.ccert = false
+cassandra.clientenc.kspath = ${project.build.directory}/cassandra/conf/localhost-murmur-ssl/test.keystore
+cassandra.clientenc.kspw = cassandra
diff --git a/config/cassandra-filters/localhost-murmur.properties b/config/cassandra-filters/localhost-murmur.properties
new file mode 100644
index 0000000..5f148b1
--- /dev/null
+++ b/config/cassandra-filters/localhost-murmur.properties
@@ -0,0 +1,8 @@
+cassandra.ip = 127.0.0.1
+cassandra.seed = 127.0.0.1
+cassandra.token =
+cassandra.num.tokens = num_tokens: 4
+cassandra.partitioner = org.apache.cassandra.dht.Murmur3Partitioner
+cassandra.dir = ${project.build.directory}/cassandra/data/localhost-murmur
+cassandra.clientenc.enabled = false
+cassandra.clientenc.ccert = false