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