changes for docker deployment
[dmaap/messagerouter/messageservice.git] / bundleconfig-local / etc / sysprops / sys-props.properties
1 ###############################################################################
2 #  ============LICENSE_START=======================================================
3 #  org.onap.dmaap
4 #  ================================================================================
5 #  Copyright © 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 #        http://www.apache.org/licenses/LICENSE-2.0
11 #  
12 #  Unless required by applicable law or agreed to in writing, software
13 #  distributed under the License is distributed on an "AS IS" BASIS,
14 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #  See the License for the specific language governing permissions and
16 #  limitations under the License.
17 #  ============LICENSE_END=========================================================
18 #
19 #  ECOMP is a trademark and service mark of AT&T Intellectual Property.
20 #  
21 ###############################################################################
22 #This file is used for defining AJSC system properties for different configuration schemes and is necessary for the AJSC to run properly.
23 #The sys-props.properties file is used for running locally. The template.sys-props.properties file will be used when deployed
24 #to a SOA/CSI Cloud node. For more information, 
25
26 #AJSC System Properties. The following properties are required for ALL AJSC services. If you are adding System Properties for your
27 #particular service, please add them AFTER all AJSC related System Properties. 
28
29 #For Cadi Authorization, use value="authentication-scheme-1
30 CadiAuthN=authentication-scheme-1
31
32 #For Basic Authorization, use value="authentication-scheme-1
33 authN=authentication-scheme-2
34
35 #Persistence used for AJSC meta-data storage. For most environments, "file" should be used.
36 ajscPersistence=file
37
38 # If using hawtio for local development, these properties will allow for faster server startup and usage for local development
39 hawtio.authenticationEnabled=false
40 hawtio.config.pullOnStartup=false
41
42 #Removes the extraneous restlet console output
43 org.restlet.engine.loggerFacadeClass=org.restlet.ext.slf4j.Slf4jLoggerFacade
44
45 #server.host property to be enabled for local DME2 related testing
46 #server.host=<Your network IP address> 
47
48 #Enable/disable SSL (values=true/false). This property also determines which protocol to use (https if true, http otherwise), to register services into GRM through DME2.
49 enableSSL=false
50
51 #Enable/disable csi logging (values=true/false). This can be disabled during local development
52 csiEnable=false
53
54 #Enable/disable CAET This can be disabled during local development
55 isCAETEnable=true
56
57 #Enable/disable EJB Container
58 ENABLE_EJB=false
59
60 #Enable/disable OSGI
61 isOSGIEnable=false
62
63 #Configure JMS Queue (WMQ/TIBCO)
64 JMS_BROKER=WMQ
65
66 #Generate/Skip api docs
67 isApiDoc=false
68
69 #JMS properties needed for CSI Logging
70 JMS_TIBCO_PROVIDER_URL=tcp://q34csi2c6.vci.att.com:15223
71 JMS_LOGGER_USER_NAME=spm2 
72 JMS_LOGGER_PASSWORD=<password>
73 JMS_LOGGER_AUDIT_QUEUE_BINDING=pub.m2e.audit.logger.queue 
74 JMS_LOGGER_PERF_QUEUE_BINDING=log.csi.performance02
75
76 #WMQ connectivity
77 JMS_WMQ_PROVIDER_URL=aftdsc://AFTUAT/34.07/-84.28
78 JMS_WMQ_CONNECTION_FACTORY_NAME=aftdsc://AFTUAT/?service=CSILOG,version=1.0,bindingType=fusionBus,envContext=Q,Q30A=YES
79 JMS_WMQ_INITIAL_CONNECTION_FACTORY_NAME=com.att.aft.jms.FusionCtxFactory
80 JMS_WMQ_AUDIT_DESTINATION_NAME=queue:///CSILOGQL.M2E.DASHBOARD01.NOT.Q30A
81 JMS_WMQ_PERF_DESTINATION_NAME=queue:///CSILOGQL.M2E.PERFORMANCE01.NOT.Q30A
82
83 #CSI related variables for CSM framework
84 csm.hostname=d1a-m2e-q112m2e1.edc.cingular.net
85
86 #Enable/disable endpoint level logging (values=true/false). This can be disabled during local development
87 endpointLogging=false
88
89 #Enable/disable trail logging and trail logging summary
90 enableTrailLogging=false
91 enableTrailLoggingSummary=false
92
93 #SOA_CLOUD_ENV is used to register your service with dme2 and can be turned off for local development (values=true/false).
94 SOA_CLOUD_ENV=false
95
96 #CONTINUE_ON_LISTENER_EXCEPTION will exit the application if there is a DME2 exception at the time of registration.
97 CONTINUE_ON_LISTENER_EXCEPTION=false
98
99 #Jetty Container ThreadCount Configuration Variables
100 AJSC_JETTY_ThreadCount_MIN=1
101 AJSC_JETTY_ThreadCount_MAX=200
102 AJSC_JETTY_IDLETIME_MAX=3000
103
104 #Camel Context level default threadPool Profile configuration
105 CAMEL_POOL_SIZE=10
106 CAMEL_MAX_POOL_SIZE=20
107 CAMEL_KEEP_ALIVE_TIME=60
108 CAMEL_MAX_QUEUE_SIZE=1000
109
110 #File Monitor configurations
111 ssf_filemonitor_polling_interval=5
112 ssf_filemonitor_threadpool_size=10
113
114 #GRM/DME2 System Properties
115 AFT_DME2_CONN_IDLE_TIMEOUTMS=5000
116 AJSC_ENV=SOACLOUD
117
118 SOACLOUD_NAMESPACE=com.att.acsi.saat.dt.dmaap.dev
119 SOACLOUD_ENV_CONTEXT=TEST
120 SOACLOUD_PROTOCOL=http
121 SOACLOUD_ROUTE_OFFER=DEFAULT
122
123 AFT_LATITUDE=23.4
124 AFT_LONGITUDE=33.6
125 AFT_ENVIRONMENT=AFTUAT
126
127 #Restlet Component Default Properties
128 RESTLET_COMPONENT_CONTROLLER_DAEMON=true
129 RESTLET_COMPONENT_CONTROLLER_SLEEP_TIME_MS=100
130 RESTLET_COMPONENT_INBOUND_BUFFER_SIZE=8192
131 RESTLET_COMPONENT_MIN_THREADS=1
132 RESTLET_COMPONENT_MAX_THREADS=10
133 RESTLET_COMPONENT_LOW_THREADS=8
134 RESTLET_COMPONENT_MAX_QUEUED=0
135 RESTLET_COMPONENT_MAX_CONNECTIONS_PER_HOST=-1
136 RESTLET_COMPONENT_MAX_TOTAL_CONNECTIONS=-1
137 RESTLET_COMPONENT_OUTBOUND_BUFFER_SIZE=8192
138 RESTLET_COMPONENT_PERSISTING_CONNECTIONS=true
139 RESTLET_COMPONENT_PIPELINING_CONNECTIONS=false
140 RESTLET_COMPONENT_THREAD_MAX_IDLE_TIME_MS=60000
141 RESTLET_COMPONENT_USE_FORWARDED_HEADER=false
142 RESTLET_COMPONENT_REUSE_ADDRESS=true
143
144 #Externalized jar and properties file location. In CSI environments, there are a few libs that have been externalized to aid
145 #in CSTEM maintenance of the versions of these libs. The most important to the AJSC is the DME2 lib. Not only is this lib necessary
146 #for proper registration of your AJSC service on a node, but it is also necessary for running locally as well. Another framework
147 #used in CSI envs is the CSM framework. These 2 framework libs are shown as "provided" dependencies within the pom.xml. These
148 #dependencies will be copied into the target/commonLibs folder with the normal "mvn clean package" goal of the AJSC. They will
149 #then be added to the classpath via AJSC_EXTERNAL_LIB_FOLDERS system property. Any files (mainly property files) that need
150 #to be on the classpath should be added to the AJSC_EXTERNAL_PROPERTIES_FOLDERS system property. The default scenario when 
151 #testing your AJSC service locally will utilize the target/commonLibs directory for DME2 and CSM related artifacts and 2 
152 #default csm properties files will be used for local testing with anything CSM knorelated.
153 #NOTE: we are using maven-replacer-plugin to replace "(doubleUnderscore)basedir(doubleUnderscore)" with ${basedir} within the 
154 #target directory for running locally. Multiple folder locations can be separated by the pipe ("|") character.
155 #Please, NOTE: for running locally, we are setting this system property in the antBuild/build.xml "runLocal" target and in the 
156 #"runAjsc" profile within the pom.xml. This is to most effectively use maven variables (${basedir}, most specifically. Therefore,
157 #when running locally, the following 2 properties should be set within the profile(s) themselves. 
158 #Example: target/commonLibs|target/otherLibs
159 #AJSC_EXTERNAL_LIB_FOLDERS=__basedir__/target/commonLibs
160 #AJSC_EXTERNAL_PROPERTIES_FOLDERS=__basedir__/ajsc-shared-config/etc
161 #End of AJSC System Properties
162
163 #Service System Properties. Please, place any Service related System Properties below.
164
165 #msgrtr content length and error message
166 #100mb
167 maxcontentlength=10000
168 msg_size_exceeds=Message size exceeds the default size.
169 forceAAF=false