changes for docker deployment
[dmaap/messagerouter/messageservice.git] / bundleconfig-local / etc / sysprops / template.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. Upon SOA cloud install, all of the "double underscore" variables will be replaced by SWM node variables.
25
26 #For Cadi Authorization, use value="authentication-scheme-1"
27 CadiAuthN=__AJSC_CADI_AUTHN__
28
29 #For Basic Authorization, use value="authentication-scheme-1"
30 authN=__AJSC_AUTH_SCHEME__
31
32 #Persistence used for AJSC meta-data storage. For most environments, "file" should be used.
33 ajscPersistence=__AJSC_PERSISTENCE__
34
35 #Configure externalized logback location
36 logback.configurationFile=__LOGBACK_CONFIG_FILE__
37
38 # If using hawtio for local development, these properties will allow for faster server startup and usage for local development.
39 # You may wish to deploy hawtio.war to dev/test environments to help debugging as well, but should not be used in PROD env.
40 hawtio.authenticationEnabled=__HAWTIO_AUTHENTICATION_ENABLED__
41 hawtio.config.pullOnStartup=__HAWTIO_CONFIG_PULLONSTARTUP__
42
43 #Removes the extraneous restlet console output
44 org.restlet.engine.loggerFacadeClass=org.restlet.ext.slf4j.Slf4jLoggerFacade
45
46 #Enable/disable SSL (values=true/false).
47 enableSSL=__AJSC_ENABLE_SSL__
48
49 #Enable/disable csi logging (values=true/false).
50 csiEnable=__CSI_ENABLE__
51
52 #Enable/disable EJB Container
53 ENABLE_EJB=__ENABLE_EJB__
54
55 #Enable/disable OSGI
56 isOSGIEnable=__OSGI_ENABLE__
57
58 #Generate/Skip api docs
59 isApiDoc=__API_DOC__
60
61 #Configure JMS Queue (WMQ/TIBCO)
62 JMS_BROKER=WMQ
63
64 #JMS properties needed for CSI Logging
65 JMS_TIBCO_PROVIDER_URL=tcp://q34csi2c6.vci.att.com:15223
66 JMS_LOGGER_USER_NAME=spm2 
67 JMS_LOGGER_PASSWORD=<password>
68 JMS_LOGGER_AUDIT_QUEUE_BINDING=pub.m2e.audit.logger.queue 
69 JMS_LOGGER_PERF_QUEUE_BINDING=log.csi.performance02
70
71 #WMQ connectivity
72 JMS_WMQ_PROVIDER_URL=aftdsc://AFTUAT/34.07/-84.28
73 JMS_WMQ_CONNECTION_FACTORY_NAME=aftdsc://AFTUAT/?service=CSILOG,version=1.0,bindingType=fusionBus,envContext=Q,Q30A=YES
74 JMS_WMQ_INITIAL_CONNECTION_FACTORY_NAME=com.att.aft.jms.FusionCtxFactory
75 JMS_WMQ_AUDIT_DESTINATION_NAME=queue:///CSILOGQL.M2E.DASHBOARD01.NOT.Q30A
76 JMS_WMQ_PERF_DESTINATION_NAME=queue:///CSILOGQL.M2E.PERFORMANCE01.NOT.Q30A
77
78 #CSI related variables for CSM framework
79 csm.hostname=d1a-m2e-q112m2e1.edc.cingular.net
80
81 #Enable/disable endpoint level logging (values=true/false). 
82 endpointLogging=__END_POINT_LEVEL_LOGGING__
83
84 #Enable/disable trail logging and trail logging summary (values=true/false).
85 enableTrailLogging=__ENABLE_TRAIL_LOGGING__
86 enableTrailLoggingSummary=__ENABLE_TRAIL_LOGGING_SUMMARY__
87
88 #SOA_CLOUD_ENV is used to register your service with dme2 (values=true/false).
89 SOA_CLOUD_ENV=__SOA_CLOUD_ENV__
90
91 #Jetty Container ThreadCount Configuration Variables
92 AJSC_JETTY_ThreadCount_MAX=__AJSC_JETTY_ThreadCount_MAX__
93 AJSC_JETTY_ThreadCount_MIN=__AJSC_JETTY_ThreadCount_MIN__
94 AJSC_JETTY_IDLETIME_MAX=__AJSC_JETTY_IDLETIME_MAX__
95 AJSC_SERVICE_NAMESPACE=__AJSC_SERVICE_NAMESPACE__
96 AJSC_SERVICE_VERSION=__AJSC_SERVICE_VERSION__
97
98 #Camel Context level default threadPool Profile configuration
99 CAMEL_POOL_SIZE=__CAMEL_POOL_SIZE__
100 CAMEL_MAX_POOL_SIZE=__CAMEL_MAX_POOL_SIZE__
101 CAMEL_KEEP_ALIVE_TIME=__CAMEL_KEEP_ALIVE_TIME__
102 CAMEL_MAX_QUEUE_SIZE=__CAMEL_MAX_QUEUE_SIZE__
103
104 #File Monitor configurations
105 ssf_filemonitor_polling_interval=__AJSC_SSF_FILE_MONITOR_POLLING_INTERVAL__
106 ssf_filemonitor_threadpool_size=__AJSC_SSF_FILE_MONITOR_THREAD_POOL_SIZE__
107
108 #GRM/DME2 System Properties below
109 AFT_DME2_CONN_IDLE_TIMEOUTMS=__AFT_DME2_CONN_IDLE_TIMEOUTMS__
110 AJSC_ENV=__AJSC_ENV__
111 SOACLOUD_NAMESPACE=__SOA_CLOUD_NAMESPACE__
112 SOACLOUD_ENV_CONTEXT=__SCLD_ENV__
113 SOACLOUD_PROTOCOL=__SOACLOUD_PROTOCOL__
114 SOACLOUD_ROUTE_OFFER=__AFT_SERVICE_ENV__
115 sslport=__AJSC_SSL_PORT__
116 server.port=__AJSC_SVC_PORT__
117 AFT_LATITUDE=__LATITUDE__
118 AFT_LONGITUDE=__LONGITUDE__
119 AFT_ENVIRONMENT=__AFT_ENVIRONMENT__
120
121 #Restlet Component Properties
122 RESTLET_COMPONENT_CONTROLLER_DAEMON=__RESTLET_COMPONENT_CONTROLLER_DAEMON__
123 RESTLET_COMPONENT_CONTROLLER_SLEEP_TIME_MS=__RESTLET_COMPONENT_CONTROLLER_SLEEP_TIME_MS__
124 RESTLET_COMPONENT_INBOUND_BUFFER_SIZE=__RESTLET_COMPONENT_INBOUND_BUFFER_SIZE__
125 RESTLET_COMPONENT_MIN_THREADS=__RESTLET_COMPONENT_MIN_THREADS__
126 RESTLET_COMPONENT_MAX_THREADS=__RESTLET_COMPONENT_MAX_THREADS__
127 RESTLET_COMPONENT_LOW_THREADS=__RESTLET_COMPONENT_LOW_THREADS__
128 RESTLET_COMPONENT_MAX_QUEUED=__RESTLET_COMPONENT_MAX_QUEUED__
129 RESTLET_COMPONENT_MAX_CONNECTIONS_PER_HOST=__RESTLET_COMPONENT_MAX_CONNECTIONS_PER_HOST__
130 RESTLET_COMPONENT_MAX_TOTAL_CONNECTIONS=__RESTLET_COMPONENT_MAX_TOTAL_CONNECTIONS__
131 RESTLET_COMPONENT_OUTBOUND_BUFFER_SIZE=__RESTLET_COMPONENT_OUTBOUND_BUFFER_SIZE__
132 RESTLET_COMPONENT_PERSISTING_CONNECTIONS=__RESTLET_COMPONENT_PERSISTING_CONNECTIONS__
133 RESTLET_COMPONENT_PIPELINING_CONNECTIONS=__RESTLET_COMPONENT_PIPELINING_CONNECTIONS__
134 RESTLET_COMPONENT_THREAD_MAX_IDLE_TIME_MS=__RESTLET_COMPONENT_THREAD_MAX_IDLE_TIME_MS__
135 RESTLET_COMPONENT_USE_FORWARDED_HEADER=__RESTLET_COMPONENT_USE_FORWARDED_HEADER__
136 RESTLET_COMPONENT_REUSE_ADDRESS=__RESTLET_COMPONENT_REUSE_ADDRESS__
137
138 AJSC_EXTERNAL_LIB_FOLDERS=__CSM_LIB__|__DME2_LIB__|__AJSC_EXTERNAL_LIB_FOLDERS__
139 AJSC_EXTERNAL_PROPERTIES_FOLDERS=__AJSC_SHARED_CONFIG__|__AJSC_EXTERNAL_PROPERTIES_FOLDERS__