blob: f0dbc8befc28a227e66fe5dfe11cfa92643960b0 [file] [log] [blame]
sg481ndc5fcf12017-09-15 13:06:30 -04001##
2## AUTHZ API (authz-service) Properties
3##
4#hostname=localhost
5hostname=0.0.0.0
6# Standard AFT for THIS box, and THIS box is in St Louis. Put your own LAT/LONG in here. Use "bing.com/maps" or
7# SWMTools (geoloc for DataCenters) to get YOURs
8
9AFT_LATITUDE=32.780140
10AFT_LONGITUDE=-96.800451
11AFT_ENVIRONMENT=AFTUAT
12DEPLOYED_VERSION=2.0.SAMPLE
13
14##DME2 related parameters
15DMEServiceName=service=org.onap.aaf.authz.AuthorizationService/version=2.0/envContext=DEV/routeOffer=BAU_SE
16
17#DME2 can limit Port Ranges with the following:
18#AFT_DME2_PORT_RANGE=8101-8029,8100
19#DME2 picks any unused port in +1024 range
20#AFT_DME2_PORT=0
21AFT_DME2_ALLOW_PORT_CACHING=false
22aaf_root_ns=org.openecomp
23
24# Point to "Common" files, used between all the AAF Services. ...
25
26
27
28
29# Cassandra
30# IP:Cass DataCenter:Latitude:Longitude,IP....
31cassandra.clusters=127.0.0.1
32cassandra.clusters.port=9042
33cassandra.clusters.user=authz
34cassandra.clusters.password=authz
35## Exceptions from Cassandra which require resetting the Cassandra Connections
36cassandra.reset.exceptions=com.datastax.driver.core.exceptions.NoHostAvailableException:"no host was tried":"Connection has been closed"
37
38# Consistency Settings
39cassandra.writeConsistency.ns=LOCAL_QUORUM
40cassandra.writeConsistency.perm=LOCAL_QUORUM
41cassandra.writeConsistency.role=LOCAL_QUORUM
42cassandra.writeConsistency.user_role=LOCAL_QUORUM
43cassandra.writeConsistency.cred=LOCAL_QUORUM
44cassandra.writeConsistency.ns_attrib=LOCAL_QUORUM
45
46## Supported Plugin Organizational Units
47Organization.com.osaaf=org.onap.aaf.osaaf.defOrg.DefaultOrg
48
49
50
51
52#cadi_prop_files=com.osaaf.common.props;com.osaaf.props
53cadi_prop_files=opt/app/aaf/authz-service/1.0.0-SNAPSHOT/etc/com.osaaf.common.props;opt/app/aaf/authz-service/1.0.0-SNAPSHOT/etc/com.osaaf.props
54CACHE_HIGH_COUNT=40000
55CACHE_CLEAN_INTERVAL=60000
56
57
58
59