Merge "adding Fiachra Corcoran to INFO.yaml as a committer Issue-ID: DMAAP-1189 Chang...
[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
65
66 #CSI related variables for CSM framework
67 csm.hostname=d1a-m2e-q112m2e1.edc.cingular.net
68
69 #Enable/disable endpoint level logging (values=true/false). 
70 endpointLogging=__END_POINT_LEVEL_LOGGING__
71
72 #Enable/disable trail logging and trail logging summary (values=true/false).
73 enableTrailLogging=__ENABLE_TRAIL_LOGGING__
74 enableTrailLoggingSummary=__ENABLE_TRAIL_LOGGING_SUMMARY__
75
76 #SOA_CLOUD_ENV is used to register your service with dme2 (values=true/false).
77 SOA_CLOUD_ENV=__SOA_CLOUD_ENV__
78
79 #Jetty Container ThreadCount Configuration Variables
80 AJSC_JETTY_ThreadCount_MAX=__AJSC_JETTY_ThreadCount_MAX__
81 AJSC_JETTY_ThreadCount_MIN=__AJSC_JETTY_ThreadCount_MIN__
82 AJSC_JETTY_IDLETIME_MAX=__AJSC_JETTY_IDLETIME_MAX__
83 AJSC_SERVICE_NAMESPACE=__AJSC_SERVICE_NAMESPACE__
84 AJSC_SERVICE_VERSION=__AJSC_SERVICE_VERSION__
85
86 #Camel Context level default threadPool Profile configuration
87 CAMEL_POOL_SIZE=__CAMEL_POOL_SIZE__
88 CAMEL_MAX_POOL_SIZE=__CAMEL_MAX_POOL_SIZE__
89 CAMEL_KEEP_ALIVE_TIME=__CAMEL_KEEP_ALIVE_TIME__
90 CAMEL_MAX_QUEUE_SIZE=__CAMEL_MAX_QUEUE_SIZE__
91
92 #File Monitor configurations
93 ssf_filemonitor_polling_interval=__AJSC_SSF_FILE_MONITOR_POLLING_INTERVAL__
94 ssf_filemonitor_threadpool_size=__AJSC_SSF_FILE_MONITOR_THREAD_POOL_SIZE__
95
96 #GRM/DME2 System Properties below
97 AFT_DME2_CONN_IDLE_TIMEOUTMS=__AFT_DME2_CONN_IDLE_TIMEOUTMS__
98 AJSC_ENV=__AJSC_ENV__
99 SOACLOUD_NAMESPACE=__SOA_CLOUD_NAMESPACE__
100 SOACLOUD_ENV_CONTEXT=__SCLD_ENV__
101 SOACLOUD_PROTOCOL=__SOACLOUD_PROTOCOL__
102 SOACLOUD_ROUTE_OFFER=__AFT_SERVICE_ENV__
103 sslport=__AJSC_SSL_PORT__
104 server.port=__AJSC_SVC_PORT__
105 AFT_LATITUDE=__LATITUDE__
106 AFT_LONGITUDE=__LONGITUDE__
107 AFT_ENVIRONMENT=__AFT_ENVIRONMENT__
108
109 #Restlet Component Properties
110 RESTLET_COMPONENT_CONTROLLER_DAEMON=__RESTLET_COMPONENT_CONTROLLER_DAEMON__
111 RESTLET_COMPONENT_CONTROLLER_SLEEP_TIME_MS=__RESTLET_COMPONENT_CONTROLLER_SLEEP_TIME_MS__
112 RESTLET_COMPONENT_INBOUND_BUFFER_SIZE=__RESTLET_COMPONENT_INBOUND_BUFFER_SIZE__
113 RESTLET_COMPONENT_MIN_THREADS=__RESTLET_COMPONENT_MIN_THREADS__
114 RESTLET_COMPONENT_MAX_THREADS=__RESTLET_COMPONENT_MAX_THREADS__
115 RESTLET_COMPONENT_LOW_THREADS=__RESTLET_COMPONENT_LOW_THREADS__
116 RESTLET_COMPONENT_MAX_QUEUED=__RESTLET_COMPONENT_MAX_QUEUED__
117 RESTLET_COMPONENT_MAX_CONNECTIONS_PER_HOST=__RESTLET_COMPONENT_MAX_CONNECTIONS_PER_HOST__
118 RESTLET_COMPONENT_MAX_TOTAL_CONNECTIONS=__RESTLET_COMPONENT_MAX_TOTAL_CONNECTIONS__
119 RESTLET_COMPONENT_OUTBOUND_BUFFER_SIZE=__RESTLET_COMPONENT_OUTBOUND_BUFFER_SIZE__
120 RESTLET_COMPONENT_PERSISTING_CONNECTIONS=__RESTLET_COMPONENT_PERSISTING_CONNECTIONS__
121 RESTLET_COMPONENT_PIPELINING_CONNECTIONS=__RESTLET_COMPONENT_PIPELINING_CONNECTIONS__
122 RESTLET_COMPONENT_THREAD_MAX_IDLE_TIME_MS=__RESTLET_COMPONENT_THREAD_MAX_IDLE_TIME_MS__
123 RESTLET_COMPONENT_USE_FORWARDED_HEADER=__RESTLET_COMPONENT_USE_FORWARDED_HEADER__
124 RESTLET_COMPONENT_REUSE_ADDRESS=__RESTLET_COMPONENT_REUSE_ADDRESS__
125
126 AJSC_EXTERNAL_LIB_FOLDERS=__CSM_LIB__|__DME2_LIB__|__AJSC_EXTERNAL_LIB_FOLDERS__
127 AJSC_EXTERNAL_PROPERTIES_FOLDERS=__AJSC_SHARED_CONFIG__|__AJSC_EXTERNAL_PROPERTIES_FOLDERS__