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