summaryrefslogtreecommitdiffstats
path: root/auth/sample/local/org.osaaf.cassandra.props
diff options
context:
space:
mode:
authorInstrumental <jcgmisc@stl.gathman.org>2018-04-23 15:43:47 -0500
committerInstrumental <jcgmisc@stl.gathman.org>2018-04-23 15:44:51 -0500
commit12f7f46efd897a01ebe7894d0f26f95a6c8e2672 (patch)
tree5aef7b8c1e6960c936f11126b0575d6bb86d8f4f /auth/sample/local/org.osaaf.cassandra.props
parent0d04b7513ab8f5c3bd9967fad9772688113fe437 (diff)
Add sample AAF Setup Demoing
Issue-ID: AAF-256 Change-Id: I1d21238c48cee5fa64184bf014d9cde975d51583 Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/sample/local/org.osaaf.cassandra.props')
-rw-r--r--auth/sample/local/org.osaaf.cassandra.props29
1 files changed, 29 insertions, 0 deletions
diff --git a/auth/sample/local/org.osaaf.cassandra.props b/auth/sample/local/org.osaaf.cassandra.props
new file mode 100644
index 00000000..4489a36b
--- /dev/null
+++ b/auth/sample/local/org.osaaf.cassandra.props
@@ -0,0 +1,29 @@
+############################################################
+# Cassandra properties for AAF Components needing
+# on 2018-03-02 06:59.628-0500
+############################################################
+# LOCAL Cassandra
+cassandra.clusters=cass.aaf.osaaf.org
+cassandra.clusters.port=9042
+#need this to be fully qualified name when REAL AAF integration
+cassandra.clusters.user=cassandra
+cassandra.clusters.password=enc:gF_I93pTRMIvj3rof-dx-yK84XYT1UKGf98s1LAJyWV
+
+# Name for exception that has happened in the past
+cassandra.reset.exceptions=com.datastax.driver.core.exceptions.NoHostAvailableException:"no host was tried":"Connection has been closed"
+
+# Example Consistency Settings for Clusters with at least instances
+#cassandra.writeConsistency.ns=LOCAL_QUORUM
+#cassandra.writeConsistency.perm=LOCAL_QUORUM
+#cassandra.writeConsistency.role=LOCAL_QUORUM
+#cassandra.writeConsistency.user_role=LOCAL_QUORUM
+#cassandra.writeConsistency.cred=LOCAL_QUORUM
+#cassandra.writeConsistency.ns_attrib=LOCAL_QUORUM
+
+# Consistency Settings when Single Instance
+cassandra.writeConsistency.ns=ONE
+cassandra.writeConsistency.perm=ONE
+cassandra.writeConsistency.role=ONE
+cassandra.writeConsistency.user_role=ONE
+cassandra.writeConsistency.cred=ONE
+cassandra.writeConsistency.ns_attrib=ONE