DNS add option for display target machine info
[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 = /usr/local/etc/conductor/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_api]
152
153 #
154 # From conductor
155 #
156
157 # is_aaf_enabled. (boolean value)
158 is_aaf_enabled = true
159
160 # aaf_cache_expiry_hrs. (integer value)
161 aaf_cache_expiry_hrs = 3
162
163 # aaf_url. (string value)
164 aaf_url = https://{{.Values.config.aaf.serviceName}}:{{.Values.config.aaf.port}}/authz/perms/user/
165
166 # aaf_cert_file. (string value)
167 #aaf_cert_file = <None>
168
169 # aaf_cert_key_file. (string value)
170 #aaf_cert_key_file = <None>
171
172 # aaf_ca_bundle_file. (string value)
173 #aaf_ca_bundle_file =
174 aaf_ca_bundle_file = /usr/local/bin/AAF_RootCA.cer
175
176 # aaf_retries. (integer value)
177 #aaf_retries = 3
178
179 # aaf_timeout. (integer value)
180 #aaf_timeout = 100
181
182 # aaf_user_roles. (list value)
183 #aaf_permissions = {"type": "org.onap.oof.access","instance": "*","action": "*"}
184
185
186 [aaf_sms]
187
188 #
189 # From conductor
190 #
191
192 # Base URL for SMS, up to and not including the version, and without a trailing
193 # slash. (string value)
194 aaf_sms_url = https://{{.Values.config.sms.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.sms.port}}
195
196
197 # Timeout for SMS API Call (integer value)
198 #aaf_sms_timeout = 30
199
200 # Path to the cacert that will be used to verify If this is None, verify will
201 # be False and the server certis not verified by the client. (string value)
202 #aaf_ca_certs = AAF_RootCA.cer
203 aaf_ca_certs = /usr/local/bin/AAF_RootCA.cer
204
205 # Domain UUID - A unique UUID generated when the domainfor HAS is created by
206 # administrator during deployment (string value)
207 #secret_domain = has
208
209
210 [aai]
211
212 #
213 # From conductor
214 #
215
216 # Interval with which to refresh the local cache, in minutes. (integer value)
217 #cache_refresh_interval = 1440
218 cache_refresh_interval = 1
219
220 # Interval with which to refresh the local complex cache, in minutes. (integer
221 # value)
222 #complex_cache_refresh_interval = 1440
223 complex_cache_refresh_interval = 60
224
225 # Data Store table prefix. (string value)
226 #table_prefix = aai
227
228 # Base URL for A&AI, up to and not including the version, and without a
229 # trailing slash. (string value)
230 server_url = https://{{.Values.config.aai.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.aai.port}}/aai
231
232 # Timeout for A&AI Rest Call (string value)
233 #aai_rest_timeout = 30
234
235 # Number of retry for A&AI Rest Call (string value)
236 #aai_retries = 3
237
238 # The version of A&AI in v# format. (string value)
239 server_url_version = v14
240
241 # SSL/TLS certificate file in pem format. This certificate must be registered
242 # with the A&AI endpoint. (string value)
243 certificate_file =
244
245 # Private Certificate Key file in pem format. (string value)
246 certificate_key_file =
247
248 # Certificate Authority Bundle file in pem format. Must contain the appropriate
249 # trust chain for the Certificate file. (string value)
250 #certificate_authority_bundle_file = certificate_authority_bundle.pem
251 certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer
252
253 # Username for AAI. (string value)
254 username = OOF
255
256 # Password for AAI. (string value)
257 password = OOF
258
259
260 [api]
261
262 #
263 # From conductor
264 #
265
266 # Toggle Pecan Debug Middleware. (boolean value)
267 #pecan_debug = false
268
269 # Default maximum number of items returned by API request. (integer value)
270 # Minimum value: 1
271 #default_api_return_limit = 100
272
273 [conductor_api]
274
275 #
276 # From conductor
277 #
278
279 # Base URL for plans. (string value)
280 #server_url =
281
282 # username for plans. (string value)
283 #username =
284 username = admin1
285
286 # password for plans. (string value)
287 #password =
288 password = plan.15
289
290 # auth toggling. (boolean value)
291 basic_auth_secure = true
292
293
294 [controller]
295
296 #
297 # From conductor
298 #
299
300 # Timeout for planning requests. Default value is 10. (integer value)
301 # Minimum value: 1
302 #timeout = 10
303 timeout = 200
304
305 # Maximum number of result sets to return. Default value is 1. (integer value)
306 # Minimum value: 1
307 #limit = 1
308
309 # Number of workers for controller service. Default value is 1. (integer value)
310 # Minimum value: 1
311 #workers = 1
312
313 # Set to True when controller will run in active-active mode. When set to
314 # False, controller will flush any abandoned messages at startup. The
315 # controller always restarts abandoned template translations at startup.
316 # (boolean value)
317 #concurrent = false
318 concurrent = true
319
320 # Time between checking for new plans. Default value is 1. (integer value)
321 # Minimum value: 1
322 #polling_interval = 1
323
324 # (integer value)
325 # Minimum value: 1
326 #max_translation_counter = 1
327
328
329 [data]
330
331 #
332 # From conductor
333 #
334
335 # Number of workers for data service. Default value is 1. (integer value)
336 # Minimum value: 1
337 #workers = 1
338
339 # Set to True when data will run in active-active mode. When set to False, data
340 # will flush any abandoned messages at startup. (boolean value)
341 #concurrent = false
342 concurrent = true
343
344 # Default value is -8000, which is the diameter of the earth. The distance
345 # cannot larger than this value (floating point value)
346 #existing_placement_cost = -8000.0
347
348 # (floating point value)
349 #cloud_candidate_cost = 2.0
350
351 # (floating point value)
352 #service_candidate_cost = 1.0
353
354
355 [inventory_provider]
356
357 #
358 # From conductor
359 #
360
361 # Extensions list to use (list value)
362 #extensions = aai
363
364
365 [messaging_server]
366
367 #
368 # From conductor
369 #
370
371 # Music keyspace for messages (string value)
372 #keyspace = conductor_rpc
373
374 # Wait interval while checking for a message response. Default value is 1
375 # second. (integer value)
376 # Minimum value: 1
377 #check_interval = 1
378
379 # Overall message response timeout. Default value is 120 seconds. (integer
380 # value)
381 # Minimum value: 1
382 #response_timeout = 120
383
384 # Timeout for detecting a VM is down, and other VMs can pick the plan up.
385 # Default value is 5 minutes. (integer value) (integer value)
386 # Minimum value: 1
387 timeout = 300
388
389 # Number of workers for messaging service. Default value is 1. (integer value)
390 # Minimum value: 1
391 #workers = 1
392
393 # Time between checking for new messages. Default value is 1. (integer value)
394 # Minimum value: 1
395 #polling_interval = 1
396
397 # Log debug messages. Default value is False. (boolean value)
398 #debug = false
399
400
401 [multicloud]
402
403 #
404 # From conductor
405 #
406
407 # Base URL for Multicloud without a trailing slash. (string value)
408 #server_url = http://msb.onap.org/api/multicloud
409 server_url = http://{{.Values.config.msb.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.msb.port}}/api/multicloud
410
411 # Timeout for Multicloud Rest Call (string value)
412 #multicloud_rest_timeout = 30
413
414 # Number of retry for Multicloud Rest Call (string value)
415 #multicloud_retries = 3
416
417 # The version of Multicloud API. (string value)
418 #server_url_version = v0
419
420
421 [music_api]
422
423 #
424 # From conductor
425 #
426
427 # Base URL for Music REST API without a trailing slash. (string value)
428 #server_url = http://oof-has-music:8080/MUSIC/rest/v2
429 server_url = http://{{.Values.config.music.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.music.port}}/MUSIC/rest/v2
430 version = v2
431
432 # DEPRECATED: List of hostnames (round-robin access) (list value)
433 # This option is deprecated for removal.
434 # Its value may be silently ignored in the future.
435 # Reason: Use server_url instead
436 #hostnames = <None>
437
438 # DEPRECATED: Port (integer value)
439 # This option is deprecated for removal.
440 # Its value may be silently ignored in the future.
441 # Reason: Use server_url instead
442 #port = <None>
443
444 # DEPRECATED: Path (string value)
445 # This option is deprecated for removal.
446 # Its value may be silently ignored in the future.
447 # Reason: Use server_url instead
448 #path = <None>
449
450 # Socket connection timeout (floating point value)
451 #connect_timeout = 3.05
452
453 # Socket read timeout (floating point value)
454 #read_timeout = 12.05
455
456 # Lock timeout (integer value)
457 #lock_timeout = 10
458
459 # Replication factor (integer value)
460 #replication_factor = 1
461 replication_factor = 1
462
463 # Use mock API (boolean value)
464 #mock = false
465
466 # (string value)
467 #music_topology = SimpleStrategy
468
469 # Name of the first data center (string value)
470 #first_datacenter_name = <None>
471
472 # Number of replicas in first data center (integer value)
473 #first_datacenter_replicas = <None>
474
475 # Name of the second data center (string value)
476 #second_datacenter_name = <None>
477
478 # Number of replicas in second data center (integer value)
479 #second_datacenter_replicas = <None>
480
481 # Name of the third data center (string value)
482 #third_datacenter_name = <None>
483
484 # Number of replicas in third data center (integer value)
485 #third_datacenter_replicas = <None>
486
487 # new or old version (boolean value)
488 #music_new_version = <None>
489 music_new_version = True
490
491 # for version (string value)
492 #music_version = <None>
493 music_version = "3.0.21"
494
495 # username value that used for creating basic authorization header (string
496 # value)
497 #aafuser = <None>
498 aafuser = conductor
499
500 # password value that used for creating basic authorization header (string
501 # value)
502 #aafpass = <None>
503 aafpass = c0nduct0r
504
505 # AAF namespace field used in MUSIC request header (string value)
506 #aafns = <None>
507 aafns = conductor
508
509
510 [prometheus]
511
512 #
513 # From conductor
514 #
515
516 # Prometheus Metrics Endpoint (list value)
517 #metrics_port = 8000,8001,8002,8003,8004
518
519
520 [reservation]
521
522 #
523 # From conductor
524 #
525
526 # Number of workers for reservation service. Default value is 1. (integer
527 # value)
528 # Minimum value: 1
529 #workers = 1
530
531 # Number of times reservation/release should be attempted. (integer value)
532 #reserve_retries = 1
533
534 # Timeout for detecting a VM is down, and other VMs can pick the plan up and
535 # resereve. Default value is 600 seconds. (integer value) (integer value)
536 # Minimum value: 1
537 #timeout = 600
538
539 # Set to True when reservation will run in active-active mode. When set to
540 # False, reservation will restart any orphaned reserving requests at startup.
541 # (boolean value)
542 #concurrent = false
543 concurrent = true
544
545 # (integer value)
546 # Minimum value: 1
547 #max_reservation_counter = 1
548
549
550 [sdnc]
551
552 #
553 # From conductor
554 #
555
556 # Interval with which to refresh the local cache, in minutes. (integer value)
557 #cache_refresh_interval = 1440
558
559 # Data Store table prefix. (string value)
560 #table_prefix = sdnc
561
562 # Base URL for SDN-C, up to and including the version. (string value)
563 #server_url = https://controller:8443/restconf/
564 server_url = https://sdncodl-conexus-e2e.ecomp.cci.att.com:8543/restconf/
565
566 # Basic Authentication Username (string value)
567 #username = <None>
568 username = admin
569
570 # Basic Authentication Password (string value)
571 #password = <None>
572 password = Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
573
574 # Timeout for SDNC Rest Call (string value)
575 #sdnc_rest_timeout = 30
576
577 # Retry Numbers for SDNC Rest Call (string value)
578 #sdnc_retries = 3
579
580
581 [service_controller]
582
583 #
584 # From conductor
585 #
586
587 # Extensions list to use (list value)
588 #extensions = sdnc
589
590
591 [solver]
592
593 #
594 # From conductor
595 #
596
597 # Number of workers for solver service. Default value is 1. (integer value)
598 # Minimum value: 1
599 #workers = 1
600
601 # The timeout value for solver service. Default value is 480 seconds. (integer
602 # value)
603 # Minimum value: 1
604 #solver_timeout = 480
605
606 # Set to True when solver will run in active-active mode. When set to False,
607 # solver will restart any orphaned solving requests at startup. (boolean value)
608 #concurrent = false
609 concurrent = true
610
611 # Timeout for detecting a VM is down, and other VMs can pick the plan up. This
612 # value should be larger than solver_timeoutDefault value is 10 minutes.
613 # (integer value) (integer value)
614 # Minimum value: 1
615 #timeout = 600
616
617 # (integer value)
618 # Minimum value: 1
619 #max_solver_counter = 1
620
621
622 [vim_controller]
623
624 #
625 # From conductor
626 #
627
628 # Extensions list to use (list value)
629 #extensions = multicloud