Fix AAF Authentication CSIT issues
[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 [aaf_authentication]
123
124 #
125 # From conductor
126 #
127
128 # is_aaf_enabled. (boolean value)
129 is_aaf_enabled = false
130
131 # aaf_cache_expiry_hrs. (integer value)
132 #aaf_cache_expiry_hrs = 3
133
134 # aaf_url. (string value)
135 aaf_url = http://aaf-service:8100/authz/perms/user/
136
137 # aaf_retries. (integer value)
138 #aaf_retries = 3
139
140 # aaf_timeout. (integer value)
141 #aaf_timeout = 100
142
143 # aaf_user_roles. (list value)
144 #aaf_user_roles = {"type": "org.onap.oof","instance": "plans","action": "GET"},{"type": "org.onap.oof","instance": "plans","action": "POST"}
145
146
147 [aaf_sms]
148
149 #
150 # From conductor
151 #
152
153 # Base URL for SMS, up to and not including the version, and without a trailing
154 # slash. (string value)
155 #aaf_sms_url = https://aaf-sms.onap:10443
156
157 # Timeout for SMS API Call (integer value)
158 #aaf_sms_timeout = 30
159
160 # Path to the cacert that will be used to verify If this is None, verify will
161 # be False and the server certis not verified by the client. (string value)
162 #aaf_ca_certs = AAF_RootCA.cer
163
164 # Domain UUID - A unique UUID generated when the domainfor HAS is created by
165 # administrator during deployment (string value)
166 #secret_domain = has
167
168
169 [aai]
170
171 #
172 # From conductor
173 #
174
175 # Interval with which to refresh the local cache, in minutes. (integer value)
176 cache_refresh_interval = 1
177 complex_cache_refresh_interval = 60
178
179 # Data Store table prefix. (string value)
180 #table_prefix = aai
181
182 # Base URL for A&AI, up to and not including the version, and without a
183 # trailing slash. (string value)
184 server_url = https://aai.api.simpledemo.onap.org:8443/aai
185
186 # The version of A&AI in v# format. (string value)
187 server_url_version = v14
188
189 # SSL/TLS certificate file in pem format. This certificate must be registered
190 # with the A&AI endpoint. (string value)
191 certificate_file =
192
193 # Private Certificate Key file in pem format. (string value)
194 certificate_key_file =
195
196 # Certificate Authority Bundle file in pem format. Must contain the appropriate
197 # trust chain for the Certificate file. (string value)
198 #certificate_authority_bundle_file = /opt/app/conductor/etc/certs/ca_bundle.pem
199 certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer
200
201 # Basic Authentication Username (string value)
202 username = OOF
203
204 # Basic Authentication Password (string value)
205 password = OOF
206
207
208 [api]
209
210 #
211 # From conductor
212 #
213
214 # Toggle Pecan Debug Middleware. (boolean value)
215 #pecan_debug = false
216
217 # Default maximum number of items returned by API request. (integer value)
218 # Minimum value: 1
219 #default_api_return_limit = 100
220
221 [conductor_api]
222
223 # Basic Authentication Username (string value)
224 username = admin1
225
226 # Basic Authentication Password (string value)
227 password = plan.15
228
229 basic_auth_secure = True 
230
231 [controller]
232
233 #
234 # From conductor
235 #
236
237 # Timeout for planning requests. Default value is 10. (integer value)
238 # Minimum value: 1
239 timeout = 200
240
241 # Maximum number of result sets to return. Default value is 1. (integer value)
242 # Minimum value: 1
243 #limit = 1
244
245 # Number of workers for controller service. Default value is 1. (integer value)
246 # Minimum value: 1
247 #workers = 1
248
249 # Time between checking for new plans. Default value is 1. (integer value)
250 # Minimum value: 1
251 #polling_interval = 1
252 concurrent = true
253
254
255 [inventory_provider]
256
257 #
258 # From conductor
259 #
260
261 # Extensions list to use (list value)
262 #extensions = aai
263
264
265 [messaging_server]
266
267 #
268 # From conductor
269 #
270
271 # Music keyspace for messages (string value)
272 keyspace = conductor_rpc
273
274 # Wait interval while checking for a message response. Default value is 1
275 # second. (integer value)
276 # Minimum value: 1
277 #check_interval = 1
278
279 # Overall message response timeout. Default value is 10 seconds. (integer
280 # value)
281 # Minimum value: 1
282 timeout = 300
283
284 # Number of workers for messaging service. Default value is 1. (integer value)
285 # Minimum value: 1
286 #workers = 1
287
288 # Time between checking for new messages. Default value is 1. (integer value)
289 # Minimum value: 1
290 #polling_interval = 1
291
292 # Log debug messages. Default value is False. (boolean value)
293 #debug = false
294
295
296 [music_api]
297
298 #
299 # From conductor
300 #
301 music_new_version = True
302 # Base URL for Music REST API without a trailing slash. (string value)
303 server_url = http://localhost:8080/MUSIC/rest/v2
304 version = v2
305 music_version = "2.5.3"
306 aafuser = conductor
307 aafpass = c0nduct0r
308 aafns = conductor
309
310 # DEPRECATED: List of hostnames (round-robin access) (list value)
311 # This option is deprecated for removal.
312 # Its value may be silently ignored in the future.
313 # Reason: Use server_url instead
314 #hostnames = <None>
315
316 # DEPRECATED: Port (integer value)
317 # This option is deprecated for removal.
318 # Its value may be silently ignored in the future.
319 # Reason: Use server_url instead
320 #port = <None>
321
322 # DEPRECATED: Path (string value)
323 # This option is deprecated for removal.
324 # Its value may be silently ignored in the future.
325 # Reason: Use server_url instead
326 #path = <None>
327
328 # Lock timeout (integer value)
329 #lock_timeout = 10
330 replication_factor = 3
331 # Log debug messages. Default value is False. (boolean value)
332 #debug = false
333
334 # Use mock API (boolean value)
335 #mock = false
336
337 # Socket connection timeout (floating point value)
338 connect_timeout = 3.05
339
340 # Socket read timeout (floating point value)
341 read_timeout = 12.05
342
343
344
345 [sdnc]
346
347 #
348 # From conductor
349 #
350
351 # Interval with which to refresh the local cache, in minutes. (integer value)
352 #cache_refresh_interval = 1440
353
354 # Data Store table prefix. (string value)
355 #table_prefix = sdnc
356
357 # Base URL for SDN-C, up to and including the version. (string value)
358 server_url = https://sdncodl-conexus-e2e.ecomp.cci.att.com:8543/restconf/
359
360 # Basic Authentication Username (string value)
361 username = admin
362
363 # Basic Authentication Password (string value)
364 password = sdnc.15
365
366
367 [service_controller]
368
369 #
370 # From conductor
371 #
372
373 # Extensions list to use (list value)
374 #extensions = sdnc
375
376
377 [solver]
378
379 #
380 # From conductor
381 #
382
383 # Number of workers for solver service. Default value is 1. (integer value)
384 # Minimum value: 1
385 #workers = 1
386
387 # Set to True when solver will run in active-active mode. When set to False,
388 # solver will restart any orphaned solving requests at startup. (boolean value)
389 #concurrent = false
390 concurrent = true
391
392
393
394 [reservation]
395 concurrent = true
396
397
398 [multicloud]
399
400 #
401 # From conductor
402 #
403
404 # Base URL for Multicloud without a trailing slash. (string value)
405 server_url = http://msb.onap.org:80/api/multicloud
406
407 # Timeout for Multicloud Rest Call (string value)
408 multicloud_rest_timeout = 30
409
410 # Number of retry for Multicloud Rest Call (string value)
411 multicloud_retries = 3
412
413 # The version of Multicloud API. (string value)
414 server_url_version = v0
415
416
417 [vim_controller]
418 #
419 # From conductor
420 #
421
422 # Extensions list to use (list value)
423 extensions = multicloud
424