Instrumental | 7a1817b | 2018-11-05 11:11:15 -0600 | [diff] [blame] | 1 | ######### |
| 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 | # |
Instrumental | 12f7f46 | 2018-04-23 15:43:47 -0500 | [diff] [blame] | 20 | ############################################################ |
| 21 | # Cassandra properties for AAF Components needing |
| 22 | # on 2018-03-02 06:59.628-0500 |
| 23 | ############################################################ |
| 24 | # LOCAL Cassandra |
| 25 | cassandra.clusters=cass.aaf.osaaf.org |
| 26 | cassandra.clusters.port=9042 |
| 27 | #need this to be fully qualified name when REAL AAF integration |
| 28 | cassandra.clusters.user=cassandra |
Instrumental | 4ad4763 | 2018-07-13 15:49:26 -0500 | [diff] [blame] | 29 | cassandra.clusters.password=enc: |
Instrumental | 12f7f46 | 2018-04-23 15:43:47 -0500 | [diff] [blame] | 30 | |
| 31 | # Name for exception that has happened in the past |
| 32 | cassandra.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 |
| 43 | cassandra.writeConsistency.ns=ONE |
| 44 | cassandra.writeConsistency.perm=ONE |
| 45 | cassandra.writeConsistency.role=ONE |
| 46 | cassandra.writeConsistency.user_role=ONE |
| 47 | cassandra.writeConsistency.cred=ONE |
| 48 | cassandra.writeConsistency.ns_attrib=ONE |
Instrumental | 9ec2895 | 2018-07-12 11:14:10 -0500 | [diff] [blame] | 49 | |