Merge "Update gizmo fproxy client cert"
[oom.git] / kubernetes / oof / charts / oof-has / resources / config / conductor.conf
1 # Copyright © 2017 Amdocs, Bell Canada
2 # Modifications Copyright © 2018 AT&T,VMware, Intel Corporation.
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 # Delay time (Seconds) for MUSIC requests. Set it to 2 seconds by default.
29 # (integer value)
30 #delay_time = 2
31
32 # (boolean value)
33 #HPA_enabled = true
34
35 #
36 # From oslo.log
37 #
38
39 # If set to true, the logging level will be set to DEBUG instead of the default
40 # INFO level. (boolean value)
41 # Note: This option can be changed without restarting.
42 #debug = false
43 debug = true
44
45 # The name of a logging configuration file. This file is appended to any
46 # existing logging configuration files. For details about logging configuration
47 # files, see the Python logging module documentation. Note that when logging
48 # configuration files are used then all logging configuration is set in the
49 # configuration file and other logging configuration options are ignored (for
50 # example, logging_context_format_string). (string value)
51 # Note: This option can be changed without restarting.
52 # Deprecated group/name - [DEFAULT]/log_config
53 #log_config_append = <None>
54 log_config_append = /usr/local/bin/log.conf
55
56 # Defines the format string for %%(asctime)s in log records. Default:
57 # %(default)s . This option is ignored if log_config_append is set. (string
58 # value)
59 #log_date_format = %Y-%m-%d %H:%M:%S
60
61 # (Optional) Name of log file to send logging output to. If no default is set,
62 # logging will go to stderr as defined by use_stderr. This option is ignored if
63 # log_config_append is set. (string value)
64 # Deprecated group/name - [DEFAULT]/logfile
65 #log_file = <None>
66
67 # (Optional) The base directory used for relative log_file  paths. This option
68 # is ignored if log_config_append is set. (string value)
69 # Deprecated group/name - [DEFAULT]/logdir
70 #log_dir = <None>
71
72 # Uses logging handler designed to watch file system. When log file is moved or
73 # removed this handler will open a new log file with specified path
74 # instantaneously. It makes sense only if log_file option is specified and
75 # Linux platform is used. This option is ignored if log_config_append is set.
76 # (boolean value)
77 #watch_log_file = false
78
79 # Use syslog for logging. Existing syslog format is DEPRECATED and will be
80 # changed later to honor RFC5424. This option is ignored if log_config_append
81 # is set. (boolean value)
82 #use_syslog = false
83
84 # Enable journald for logging. If running in a systemd environment you may wish
85 # to enable journal support. Doing so will use the journal native protocol
86 # which includes structured metadata in addition to log messages.This option is
87 # ignored if log_config_append is set. (boolean value)
88 #use_journal = false
89
90 # Syslog facility to receive log lines. This option is ignored if
91 # log_config_append is set. (string value)
92 #syslog_log_facility = LOG_USER
93
94 # Use JSON formatting for logging. This option is ignored if log_config_append
95 # is set. (boolean value)
96 #use_json = false
97
98 # Log output to standard error. This option is ignored if log_config_append is
99 # set. (boolean value)
100 #use_stderr = false
101
102 # Format string to use for log messages with context. (string value)
103 #logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
104
105 # Format string to use for log messages when context is undefined. (string
106 # value)
107 #logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
108
109 # Additional data to append to log message when logging level for the message
110 # is DEBUG. (string value)
111 #logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
112
113 # Prefix each line of exception output with this format. (string value)
114 #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
115
116 # Defines the format string for %(user_identity)s that is used in
117 # logging_context_format_string. (string value)
118 #logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
119
120 # List of package logging levels in logger=LEVEL pairs. This option is ignored
121 # if log_config_append is set. (list value)
122 #default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=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
123
124 # Enables or disables publication of error events. (boolean value)
125 #publish_errors = false
126
127 # The format for an instance that is passed with the log message. (string
128 # value)
129 #instance_format = "[instance: %(uuid)s] "
130
131 # The format for an instance UUID that is passed with the log message. (string
132 # value)
133 #instance_uuid_format = "[instance: %(uuid)s] "
134
135 # Interval, number of seconds, of log rate limiting. (integer value)
136 #rate_limit_interval = 0
137
138 # Maximum number of logged messages per rate_limit_interval. (integer value)
139 #rate_limit_burst = 0
140
141 # Log level name used by rate limiting: CRITICAL, ERROR, INFO, WARNING, DEBUG
142 # or empty string. Logs with level greater or equal to rate_limit_except_level
143 # are not filtered. An empty string means that all levels are filtered. (string
144 # value)
145 #rate_limit_except_level = CRITICAL
146
147 # Enables or disables fatal status of deprecations. (boolean value)
148 #fatal_deprecations = false
149
150
151 [aaf_authentication]
152
153 #
154 # From conductor
155 #
156
157 # is_aaf_enabled. (boolean value)
158 is_aaf_enabled = false
159
160 # aaf_cache_expiry_hrs. (integer value)
161 #aaf_cache_expiry_hrs = 3
162
163 # aaf_url. (string value)
164 #aaf_url = http://aaf-service:8100/authz/perms/user/
165 aaf_url = http://{{.Values.config.aaf.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.aaf.port}}/authz/perms/user/
166
167 # aaf_retries. (integer value)
168 #aaf_retries = 3
169
170 # aaf_timeout. (integer value)
171 #aaf_timeout = 100
172
173 # aaf_user_roles. (list value)
174 #aaf_user_roles = {"type": "org.onap.oof","instance": "plans","action": "GET"},{"type": "org.onap.oof","instance": "plans","action": "POST"}
175
176
177 [aaf_sms]
178
179 #
180 # From conductor
181 #
182
183 # Base URL for SMS, up to and not including the version, and without a trailing
184 # slash. (string value)
185 aaf_sms_url = https://{{.Values.config.sms.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.sms.port}}
186
187
188 # Timeout for SMS API Call (integer value)
189 #aaf_sms_timeout = 30
190
191 # Path to the cacert that will be used to verify If this is None, verify will
192 # be False and the server certis not verified by the client. (string value)
193 #aaf_ca_certs = AAF_RootCA.cer
194 aaf_ca_certs = /usr/local/bin/AAF_RootCA.cer
195
196 # Domain UUID - A unique UUID generated when the domainfor HAS is created by
197 # administrator during deployment (string value)
198 #secret_domain = has
199
200
201 [aai]
202
203 #
204 # From conductor
205 #
206
207 # Interval with which to refresh the local cache, in minutes. (integer value)
208 #cache_refresh_interval = 1440
209 cache_refresh_interval = 1
210
211 # Interval with which to refresh the local complex cache, in minutes. (integer
212 # value)
213 #complex_cache_refresh_interval = 1440
214 complex_cache_refresh_interval = 60
215
216 # Data Store table prefix. (string value)
217 #table_prefix = aai
218
219 # Base URL for A&AI, up to and not including the version, and without a
220 # trailing slash. (string value)
221 server_url = https://{{.Values.config.aai.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.aai.port}}/aai
222
223 # Timeout for A&AI Rest Call (string value)
224 #aai_rest_timeout = 30
225
226 # Number of retry for A&AI Rest Call (string value)
227 #aai_retries = 3
228
229 # The version of A&AI in v# format. (string value)
230 server_url_version = v14
231
232 # SSL/TLS certificate file in pem format. This certificate must be registered
233 # with the A&AI endpoint. (string value)
234 certificate_file =
235
236 # Private Certificate Key file in pem format. (string value)
237 certificate_key_file =
238
239 # Certificate Authority Bundle file in pem format. Must contain the appropriate
240 # trust chain for the Certificate file. (string value)
241 #certificate_authority_bundle_file = certificate_authority_bundle.pem
242 certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer
243
244 # Username for AAI. (string value)
245 username = OOF
246
247 # Password for AAI. (string value)
248 password = OOF
249
250
251 [api]
252
253 #
254 # From conductor
255 #
256
257 # Toggle Pecan Debug Middleware. (boolean value)
258 #pecan_debug = false
259
260 # Default maximum number of items returned by API request. (integer value)
261 # Minimum value: 1
262 #default_api_return_limit = 100
263
264 [conductor_api]
265
266 #
267 # From conductor
268 #
269
270 # Base URL for plans. (string value)
271 #server_url =
272
273 # username for plans. (string value)
274 #username =
275 username = admin1
276
277 # password for plans. (string value)
278 #password =
279 password = plan.15
280
281 # auth toggling. (boolean value)
282 basic_auth_secure = true
283
284
285 [controller]
286
287 #
288 # From conductor
289 #
290
291 # Timeout for planning requests. Default value is 10. (integer value)
292 # Minimum value: 1
293 #timeout = 10
294 timeout = 200
295
296 # Maximum number of result sets to return. Default value is 1. (integer value)
297 # Minimum value: 1
298 #limit = 1
299
300 # Number of workers for controller service. Default value is 1. (integer value)
301 # Minimum value: 1
302 #workers = 1
303
304 # Set to True when controller will run in active-active mode. When set to
305 # False, controller will flush any abandoned messages at startup. The
306 # controller always restarts abandoned template translations at startup.
307 # (boolean value)
308 #concurrent = false
309 concurrent = true
310
311 # Time between checking for new plans. Default value is 1. (integer value)
312 # Minimum value: 1
313 #polling_interval = 1
314
315 # (integer value)
316 # Minimum value: 1
317 #max_translation_counter = 1
318
319
320 [data]
321
322 #
323 # From conductor
324 #
325
326 # Number of workers for data service. Default value is 1. (integer value)
327 # Minimum value: 1
328 #workers = 1
329
330 # Set to True when data will run in active-active mode. When set to False, data
331 # will flush any abandoned messages at startup. (boolean value)
332 #concurrent = false
333 concurrent = true
334
335 # Default value is -8000, which is the diameter of the earth. The distance
336 # cannot larger than this value (floating point value)
337 #existing_placement_cost = -8000.0
338
339 # (floating point value)
340 #cloud_candidate_cost = 2.0
341
342 # (floating point value)
343 #service_candidate_cost = 1.0
344
345
346 [inventory_provider]
347
348 #
349 # From conductor
350 #
351
352 # Extensions list to use (list value)
353 #extensions = aai
354
355
356 [messaging_server]
357
358 #
359 # From conductor
360 #
361
362 # Music keyspace for messages (string value)
363 #keyspace = conductor_rpc
364
365 # Wait interval while checking for a message response. Default value is 1
366 # second. (integer value)
367 # Minimum value: 1
368 #check_interval = 1
369
370 # Overall message response timeout. Default value is 120 seconds. (integer
371 # value)
372 # Minimum value: 1
373 #response_timeout = 120
374
375 # Timeout for detecting a VM is down, and other VMs can pick the plan up.
376 # Default value is 5 minutes. (integer value) (integer value)
377 # Minimum value: 1
378 timeout = 300
379
380 # Number of workers for messaging service. Default value is 1. (integer value)
381 # Minimum value: 1
382 #workers = 1
383
384 # Time between checking for new messages. Default value is 1. (integer value)
385 # Minimum value: 1
386 #polling_interval = 1
387
388 # Log debug messages. Default value is False. (boolean value)
389 #debug = false
390
391
392 [multicloud]
393
394 #
395 # From conductor
396 #
397
398 # Base URL for Multicloud without a trailing slash. (string value)
399 #server_url = http://msb.onap.org/api/multicloud
400 server_url = http://{{.Values.config.msb.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.msb.port}}/api/multicloud
401
402 # Timeout for Multicloud Rest Call (string value)
403 #multicloud_rest_timeout = 30
404
405 # Number of retry for Multicloud Rest Call (string value)
406 #multicloud_retries = 3
407
408 # The version of Multicloud API. (string value)
409 #server_url_version = v0
410
411
412 [music_api]
413
414 #
415 # From conductor
416 #
417
418 # Base URL for Music REST API without a trailing slash. (string value)
419 #server_url = http://oof-has-music:8080/MUSIC/rest/v2
420 server_url = http://{{.Values.config.music.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.music.port}}/MUSIC/rest/v2
421 version = v2
422
423 # DEPRECATED: List of hostnames (round-robin access) (list value)
424 # This option is deprecated for removal.
425 # Its value may be silently ignored in the future.
426 # Reason: Use server_url instead
427 #hostnames = <None>
428
429 # DEPRECATED: Port (integer value)
430 # This option is deprecated for removal.
431 # Its value may be silently ignored in the future.
432 # Reason: Use server_url instead
433 #port = <None>
434
435 # DEPRECATED: Path (string value)
436 # This option is deprecated for removal.
437 # Its value may be silently ignored in the future.
438 # Reason: Use server_url instead
439 #path = <None>
440
441 # Socket connection timeout (floating point value)
442 #connect_timeout = 3.05
443
444 # Socket read timeout (floating point value)
445 #read_timeout = 12.05
446
447 # Lock timeout (integer value)
448 #lock_timeout = 10
449
450 # Replication factor (integer value)
451 #replication_factor = 1
452 replication_factor = 1
453
454 # Use mock API (boolean value)
455 #mock = false
456
457 # (string value)
458 #music_topology = SimpleStrategy
459
460 # Name of the first data center (string value)
461 #first_datacenter_name = <None>
462
463 # Number of replicas in first data center (integer value)
464 #first_datacenter_replicas = <None>
465
466 # Name of the second data center (string value)
467 #second_datacenter_name = <None>
468
469 # Number of replicas in second data center (integer value)
470 #second_datacenter_replicas = <None>
471
472 # Name of the third data center (string value)
473 #third_datacenter_name = <None>
474
475 # Number of replicas in third data center (integer value)
476 #third_datacenter_replicas = <None>
477
478 # new or old version (boolean value)
479 #music_new_version = <None>
480 music_new_version = True
481
482 # for version (string value)
483 #music_version = <None>
484 music_version = "3.0.21"
485
486 # username value that used for creating basic authorization header (string
487 # value)
488 #aafuser = <None>
489 aafuser = conductor
490
491 # password value that used for creating basic authorization header (string
492 # value)
493 #aafpass = <None>
494 aafpass = c0nduct0r
495
496 # AAF namespace field used in MUSIC request header (string value)
497 #aafns = <None>
498 aafns = conductor
499
500
501 [prometheus]
502
503 #
504 # From conductor
505 #
506
507 # Prometheus Metrics Endpoint (list value)
508 #metrics_port = 8000,8001,8002,8003,8004
509
510
511 [reservation]
512
513 #
514 # From conductor
515 #
516
517 # Number of workers for reservation service. Default value is 1. (integer
518 # value)
519 # Minimum value: 1
520 #workers = 1
521
522 # Number of times reservation/release should be attempted. (integer value)
523 #reserve_retries = 1
524
525 # Timeout for detecting a VM is down, and other VMs can pick the plan up and
526 # resereve. Default value is 600 seconds. (integer value) (integer value)
527 # Minimum value: 1
528 #timeout = 600
529
530 # Set to True when reservation will run in active-active mode. When set to
531 # False, reservation will restart any orphaned reserving requests at startup.
532 # (boolean value)
533 #concurrent = false
534 concurrent = true
535
536 # (integer value)
537 # Minimum value: 1
538 #max_reservation_counter = 1
539
540
541 [sdnc]
542
543 #
544 # From conductor
545 #
546
547 # Interval with which to refresh the local cache, in minutes. (integer value)
548 #cache_refresh_interval = 1440
549
550 # Data Store table prefix. (string value)
551 #table_prefix = sdnc
552
553 # Base URL for SDN-C, up to and including the version. (string value)
554 #server_url = https://controller:8443/restconf/
555 server_url = https://sdncodl-conexus-e2e.ecomp.cci.att.com:8543/restconf/
556
557 # Basic Authentication Username (string value)
558 #username = <None>
559 username = admin
560
561 # Basic Authentication Password (string value)
562 #password = <None>
563 password = Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
564
565 # Timeout for SDNC Rest Call (string value)
566 #sdnc_rest_timeout = 30
567
568 # Retry Numbers for SDNC Rest Call (string value)
569 #sdnc_retries = 3
570
571
572 [service_controller]
573
574 #
575 # From conductor
576 #
577
578 # Extensions list to use (list value)
579 #extensions = sdnc
580
581
582 [solver]
583
584 #
585 # From conductor
586 #
587
588 # Number of workers for solver service. Default value is 1. (integer value)
589 # Minimum value: 1
590 #workers = 1
591
592 # The timeout value for solver service. Default value is 480 seconds. (integer
593 # value)
594 # Minimum value: 1
595 #solver_timeout = 480
596
597 # Set to True when solver will run in active-active mode. When set to False,
598 # solver will restart any orphaned solving requests at startup. (boolean value)
599 #concurrent = false
600 concurrent = true
601
602 # Timeout for detecting a VM is down, and other VMs can pick the plan up. This
603 # value should be larger than solver_timeoutDefault value is 10 minutes.
604 # (integer value) (integer value)
605 # Minimum value: 1
606 #timeout = 600
607
608 # (integer value)
609 # Minimum value: 1
610 #max_solver_counter = 1
611
612
613 [vim_controller]
614
615 #
616 # From conductor
617 #
618
619 # Extensions list to use (list value)
620 #extensions = multicloud