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