blob: d8e1476353d8d0a1a16f96ed556799fbd2f1deab [file] [log] [blame]
Instrumental7a1817b2018-11-05 11:11:15 -06001#########
2# ============LICENSE_START====================================================
3# org.onap.aaf
4# ===========================================================================
5# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
6# ===========================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ============LICENSE_END====================================================
19#
Instrumental12f7f462018-04-23 15:43:47 -050020############################################################
21# Cassandra properties for AAF Components needing
22# on 2018-03-02 06:59.628-0500
23############################################################
24# LOCAL Cassandra
25cassandra.clusters=cass.aaf.osaaf.org
26cassandra.clusters.port=9042
27#need this to be fully qualified name when REAL AAF integration
28cassandra.clusters.user=cassandra
Instrumental4ad47632018-07-13 15:49:26 -050029cassandra.clusters.password=enc:
Instrumental12f7f462018-04-23 15:43:47 -050030
31# Name for exception that has happened in the past
32cassandra.reset.exceptions=com.datastax.driver.core.exceptions.NoHostAvailableException:"no host was tried":"Connection has been closed"
33
34# Example Consistency Settings for Clusters with at least instances
35#cassandra.writeConsistency.ns=LOCAL_QUORUM
36#cassandra.writeConsistency.perm=LOCAL_QUORUM
37#cassandra.writeConsistency.role=LOCAL_QUORUM
38#cassandra.writeConsistency.user_role=LOCAL_QUORUM
39#cassandra.writeConsistency.cred=LOCAL_QUORUM
40#cassandra.writeConsistency.ns_attrib=LOCAL_QUORUM
41
42# Consistency Settings when Single Instance
43cassandra.writeConsistency.ns=ONE
44cassandra.writeConsistency.perm=ONE
45cassandra.writeConsistency.role=ONE
46cassandra.writeConsistency.user_role=ONE
47cassandra.writeConsistency.cred=ONE
48cassandra.writeConsistency.ns_attrib=ONE
Instrumental9ec28952018-07-12 11:14:10 -050049