Merge "Upgrade APPC to use common mariadb galera charts"
[oom.git] / kubernetes / oof / charts / oof-has / resources / config / conductor.conf
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 AT&T,VMware
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 [DEFAULT]
17
18 #
19 # From conductor
20 #
21
22 # Configuration file for WSGI definition of API. (string value)
23 #api_paste_config = api_paste.ini
24
25 # Music keyspace for content (string value)
26 keyspace = conductor
27
28 #
29 # From oslo.log
30 #
31
32 # If set to true, the logging level will be set to DEBUG instead of the default
33 # INFO level. (boolean value)
34 # Note: This option can be changed without restarting.
35 debug = true
36
37 # DEPRECATED: If set to false, the logging level will be set to WARNING instead
38 # of the default INFO level. (boolean value)
39 # This option is deprecated for removal.
40 # Its value may be silently ignored in the future.
41 #verbose = true
42
43 # The name of a logging configuration file. This file is appended to any
44 # existing logging configuration files. For details about logging configuration
45 # files, see the Python logging module documentation. Note that when logging
46 # configuration files are used then all logging configuration is set in the
47 # configuration file and other logging configuration options are ignored (for
48 # example, logging_context_format_string). (string value)
49 # Note: This option can be changed without restarting.
50 # Deprecated group/name - [DEFAULT]/log_config
51 # log_config_append = /usr/local/bin/log.conf
52
53 # Defines the format string for %%(asctime)s in log records. Default:
54 # %(default)s . This option is ignored if log_config_append is set. (string
55 # value)
56 #log_date_format = %Y-%m-%d %H:%M:%S
57
58 # (Optional) Name of log file to send logging output to. If no default is set,
59 # logging will go to stderr as defined by use_stderr. This option is ignored if
60 # log_config_append is set. (string value)
61 # Deprecated group/name - [DEFAULT]/logfile
62 #log_file = <None>
63
64 # (Optional) The base directory used for relative log_file  paths. This option
65 # is ignored if log_config_append is set. (string value)
66 # Deprecated group/name - [DEFAULT]/logdir
67 #log_dir = <None>
68
69 # Uses logging handler designed to watch file system. When log file is moved or
70 # removed this handler will open a new log file with specified path
71 # instantaneously. It makes sense only if log_file option is specified and
72 # Linux platform is used. This option is ignored if log_config_append is set.
73 # (boolean value)
74 #watch_log_file = false
75
76 # Use syslog for logging. Existing syslog format is DEPRECATED and will be
77 # changed later to honor RFC5424. This option is ignored if log_config_append
78 # is set. (boolean value)
79 #use_syslog = false
80
81 # Syslog facility to receive log lines. This option is ignored if
82 # log_config_append is set. (string value)
83 #syslog_log_facility = LOG_USER
84
85 # Log output to standard error. This option is ignored if log_config_append is
86 # set. (boolean value)
87 #use_stderr = false
88
89 # Format string to use for log messages with context. (string value)
90 #logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
91
92 # Format string to use for log messages when context is undefined. (string
93 # value)
94 #logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
95
96 # Additional data to append to log message when logging level for the message
97 # is DEBUG. (string value)
98 #logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
99
100 # Prefix each line of exception output with this format. (string value)
101 #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
102
103 # Defines the format string for %(user_identity)s that is used in
104 # logging_context_format_string. (string value)
105 #logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
106
107 # List of package logging levels in logger=LEVEL pairs. This option is ignored
108 # if log_config_append is set. (list value)
109 #default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO
110
111 # Enables or disables publication of error events. (boolean value)
112 #publish_errors = false
113
114 # The format for an instance that is passed with the log message. (string
115 # value)
116 #instance_format = "[instance: %(uuid)s] "
117
118 # The format for an instance UUID that is passed with the log message. (string
119 # value)
120 #instance_uuid_format = "[instance: %(uuid)s] "
121
122 # Interval, number of seconds, of log rate limiting. (integer value)
123 #rate_limit_interval = 0
124
125 # Maximum number of logged messages per rate_limit_interval. (integer value)
126 #rate_limit_burst = 0
127
128 # Log level name used by rate limiting: CRITICAL, ERROR, INFO, WARNING, DEBUG
129 # or empty string. Logs with level greater or equal to rate_limit_except_level
130 # are not filtered. An empty string means that all levels are filtered. (string
131 # value)
132 #rate_limit_except_level = CRITICAL
133
134 # Enables or disables fatal status of deprecations. (boolean value)
135 #fatal_deprecations = false
136
137
138 [aai]
139
140 #
141 # From conductor
142 #
143
144 # Interval with which to refresh the local cache, in minutes. (integer value)
145 cache_refresh_interval = 1
146 complex_cache_refresh_interval = 60
147
148 # Data Store table prefix. (string value)
149 #table_prefix = aai
150
151 # Base URL for A&AI, up to and not including the version, and without a
152 # trailing slash. (string value)
153 server_url = https://{{.Values.config.aai.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.aai.port}}/aai
154
155 # The version of A&AI in v# format. (string value)
156 server_url_version = v13
157
158 # SSL/TLS certificate file in pem format. This certificate must be registered
159 # with the A&AI endpoint. (string value)
160 certificate_file =
161
162 # Private Certificate Key file in pem format. (string value)
163 certificate_key_file =
164
165 # Certificate Authority Bundle file in pem format. Must contain the appropriate
166 # trust chain for the Certificate file. (string value)
167 #certificate_authority_bundle_file = /opt/app/conductor/etc/certs/ca_bundle.pem
168 certificate_authority_bundle_file =/usr/local/bin/AAF_RootCA.cer
169
170 # Basic Authentication Username (string value)
171 username = OOF
172
173 # Basic Authentication Password (string value)
174 password = OOF
175
176
177 [api]
178
179 #
180 # From conductor
181 #
182
183 # Toggle Pecan Debug Middleware. (boolean value)
184 #pecan_debug = false
185
186 # Default maximum number of items returned by API request. (integer value)
187 # Minimum value: 1
188 #default_api_return_limit = 100
189
190 [conductor_api]
191
192 # Basic Authentication Username (string value)
193 username = admin1
194
195 # Basic Authentication Password (string value)
196 password = plan.15
197
198 basic_auth_secure = False
199
200 [controller]
201
202 #
203 # From conductor
204 #
205
206 # Timeout for planning requests. Default value is 10. (integer value)
207 # Minimum value: 1
208 timeout = 200
209
210 # Maximum number of result sets to return. Default value is 1. (integer value)
211 # Minimum value: 1
212 #limit = 1
213
214 # Number of workers for controller service. Default value is 1. (integer value)
215 # Minimum value: 1
216 #workers = 1
217
218 # Time between checking for new plans. Default value is 1. (integer value)
219 # Minimum value: 1
220 #polling_interval = 1
221 concurrent = true
222
223
224 [inventory_provider]
225
226 #
227 # From conductor
228 #
229
230 # Extensions list to use (list value)
231 #extensions = aai
232
233
234 [messaging_server]
235
236 #
237 # From conductor
238 #
239
240 # Music keyspace for messages (string value)
241 keyspace = conductor_rpc
242
243 # Wait interval while checking for a message response. Default value is 1
244 # second. (integer value)
245 # Minimum value: 1
246 #check_interval = 1
247
248 # Overall message response timeout. Default value is 10 seconds. (integer
249 # value)
250 # Minimum value: 1
251 timeout = 300
252
253 # Number of workers for messaging service. Default value is 1. (integer value)
254 # Minimum value: 1
255 #workers = 1
256
257 # Time between checking for new messages. Default value is 1. (integer value)
258 # Minimum value: 1
259 #polling_interval = 1
260
261 # Log debug messages. Default value is False. (boolean value)
262 #debug = false
263
264
265 [music_api]
266
267 #
268 # From conductor
269 #
270 music_new_version = True
271 # Base URL for Music REST API without a trailing slash. (string value)
272 server_url = http://oof-has-music:8080/MUSIC/rest/v2
273 version = v2
274 music_version = "2.5.3"
275 aafuser = conductor
276 aafpass = c0nduct0r
277 aafns = conductor
278
279 # DEPRECATED: List of hostnames (round-robin access) (list value)
280 # This option is deprecated for removal.
281 # Its value may be silently ignored in the future.
282 # Reason: Use server_url instead
283 #hostnames = <None>
284
285 # DEPRECATED: Port (integer value)
286 # This option is deprecated for removal.
287 # Its value may be silently ignored in the future.
288 # Reason: Use server_url instead
289 #port = <None>
290
291 # DEPRECATED: Path (string value)
292 # This option is deprecated for removal.
293 # Its value may be silently ignored in the future.
294 # Reason: Use server_url instead
295 #path = <None>
296
297 # Lock timeout (integer value)
298 #lock_timeout = 10
299 replication_factor = 1
300 # Log debug messages. Default value is False. (boolean value)
301 #debug = false
302
303 # Use mock API (boolean value)
304 #mock = false
305
306 # Socket connection timeout (floating point value)
307 connect_timeout = 3.05
308
309 # Socket read timeout (floating point value)
310 read_timeout = 12.05
311
312
313
314 [sdnc]
315
316 #
317 # From conductor
318 #
319
320 # Interval with which to refresh the local cache, in minutes. (integer value)
321 #cache_refresh_interval = 1440
322
323 # Data Store table prefix. (string value)
324 #table_prefix = sdnc
325
326 # Base URL for SDN-C, up to and including the version. (string value)
327 server_url = https://sdncodl-conexus-e2e.ecomp.cci.att.com:8543/restconf/
328
329 # Basic Authentication Username (string value)
330 username = admin
331
332 # Basic Authentication Password (string value)
333 password = sdnc.15
334
335
336 [service_controller]
337
338 #
339 # From conductor
340 #
341
342 # Extensions list to use (list value)
343 #extensions = sdnc
344
345
346 [solver]
347
348 #
349 # From conductor
350 #
351
352 # Number of workers for solver service. Default value is 1. (integer value)
353 # Minimum value: 1
354 #workers = 1
355
356 # Set to True when solver will run in active-active mode. When set to False,
357 # solver will restart any orphaned solving requests at startup. (boolean value)
358 #concurrent = false
359 concurrent = true
360
361
362
363 [reservation]
364 concurrent = true
365
366
367 [multicloud]
368
369 #
370 # From conductor
371 #
372
373 # Base URL for Multicloud without a trailing slash. (string value)
374 server_url = http://{{.Values.config.msb.serviceName}}:{{.Values.config.msb.port}}/api/multicloud
375
376 # Timeout for Multicloud Rest Call (string value)
377 multicloud_rest_timeout = 30
378
379 # Number of retry for Multicloud Rest Call (string value)
380 multicloud_retries = 3
381
382 # The version of Multicloud API. (string value)
383 server_url_version = v0
384
385
386 [vim_controller]
387 #
388 # From conductor
389 #
390
391 # Extensions list to use (list value)
392 extensions = multicloud
393