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