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